|
QVISH 0.1
|
The QT interface covering the name of an VInput and providing its context menu. More...
#include <qVInputSelectionLabel.hpp>
Public Member Functions | |
| QWidget * | getWidget () override |
| The actual widget. | |
| void | mousePressEvent (QMouseEvent *Mouse) |
| qVInputSelectionLabel (const WeakPtr< qVParameter > &theParent) | |
| Constructor. | |
| void | updateFrameStyle () |
| ~qVInputSelectionLabel () | |
| Destructor. | |
Public Member Functions inherited from Wizt::qVInputFieldWidget | |
| void | AddMenuEntries (QMenu &M) |
| qVInputLabel * | getInputLabel () const |
| RefPtr< VObject > | getInputObj () const |
| RefPtr< VSlot > | getSlot () const |
| RefPtr< ValuePoolProvider > | myValuePoolProvider () const |
| qVInputFieldWidget (const qVParameterPtr &theQSlot) | |
| qVTimerWindowContainer & | TimerWindowContainer () const |
Additional Inherited Members | |
Public Attributes inherited from Wizt::qVInputFieldWidget | |
| const qVParameterPtr | Parent |
The QT interface covering the name of an VInput and providing its context menu.
Note that the ownership of the Label is taken over by the qVParameter that holds this inputfield widget.
|
overridevirtual |
The actual widget.
Implements Wizt::qVInputFieldWidget.