Envision
A visual programming IDE for object-oriented languages
|
The OutlineTypePicker class provides a Button which shows a list of possible outlines when clicked. More...
Signals | |
void | outlineTypeChanged (int aType) |
Public Member Functions | |
OutlineTypePicker (QWidget *parent=0) | |
void | handleOutlineTypePicked (int aType) |
void | setselectedOutlineType (int aType) |
Private Attributes | |
QList< QPixmap > | pixList_ {} |
The OutlineTypePicker class provides a Button which shows a list of possible outlines when clicked.
The outlines are clickable and can be used to select the desired outline. The possible outlines are defined by the Qt::PenStyle.
Comments::OutlineTypePicker::OutlineTypePicker | ( | QWidget * | parent = 0 | ) |
void Comments::OutlineTypePicker::handleOutlineTypePicked | ( | int | aType | ) |
|
signal |
void Comments::OutlineTypePicker::setselectedOutlineType | ( | int | aType | ) |
|
private |