|
QVISH 0.1
|
An abstract qVish representation holding QWidget for a slot's parameter input. More...
#include <qVInputFieldWidget.hpp>
Public Member Functions | |
| void | AddMenuEntries (QMenu &M) |
| qVInputLabel * | getInputLabel () const |
| RefPtr< VObject > | getInputObj () const |
| RefPtr< VSlot > | getSlot () const |
| virtual QWidget * | getWidget ()=0 |
| The actual widget. | |
| RefPtr< ValuePoolProvider > | myValuePoolProvider () const |
| qVInputFieldWidget (const qVParameterPtr &theQSlot) | |
| qVTimerWindowContainer & | TimerWindowContainer () const |
Public Attributes | |
| const qVParameterPtr | Parent |
An abstract qVish representation holding QWidget for a slot's parameter input.
|
pure virtual |
The actual widget.
Implemented in Wizt::qVInputbyParentObject, and Wizt::qVInputSelectionLabel.