Inheritance diagram for DzUserDrawStyle:
Properties | |
Boolean | isEnabled |
Methods | |
String | getDescription () |
Pixmap | getPixmap () |
Any draw styles which should be available to the user for selecting need to be derived from this class. Subclasses must implement the getPixmap() to return the icon that will be displayed in the viewport drop-down list, and getDescription() to return the text that accompanies the icon.
String DzUserDrawStyle::getDescription | ( | ) |
Derived classes should return a description for display in the viewport drop-down list.
Pixmap DzUserDrawStyle::getPixmap | ( | ) |
Derived classes should return an icon for display in the viewport drop-down list.
Read-Only - Whether or not the user style is available for use.