Envision
A visual programming IDE for object-oriented languages
List of all members | Signals | Public Member Functions | Private Attributes
Comments::OutlineTypePicker Class Reference

The OutlineTypePicker class provides a Button which shows a list of possible outlines when clicked. More...

Inheritance diagram for Comments::OutlineTypePicker:

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_ {}
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ OutlineTypePicker()

Comments::OutlineTypePicker::OutlineTypePicker ( QWidget *  parent = 0)

Member Function Documentation

◆ handleOutlineTypePicked()

void Comments::OutlineTypePicker::handleOutlineTypePicked ( int  aType)

◆ outlineTypeChanged

void Comments::OutlineTypePicker::outlineTypeChanged ( int  aType)
signal

◆ setselectedOutlineType()

void Comments::OutlineTypePicker::setselectedOutlineType ( int  aType)

Member Data Documentation

◆ pixList_

QList<QPixmap> Comments::OutlineTypePicker::pixList_ {}
private