mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-24 21:39:58 +02:00
Add basic color for filling symbols
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2181 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -46,7 +46,10 @@ class CustomElementGraphicPart : public CustomElementPart {
|
||||
enum Filling {
|
||||
NoneFilling, ///< No filling (i.e. transparent)
|
||||
BlackFilling, ///< Black filling
|
||||
WhiteFilling ///< White filling
|
||||
WhiteFilling, ///< White filling
|
||||
GreenFilling, ///< Green filling
|
||||
RedFilling, ///< Red filling
|
||||
BlueFilling ///< Green filling
|
||||
};
|
||||
|
||||
/// This enum lists the various line colors available to draw primitives.
|
||||
|
||||
Reference in New Issue
Block a user