|
QVISH 0.1
|
The QT interface covering the name of an VInput and providing its context menu. More...
#include <qVInputLabel.hpp>
Signals | |
| void | ActiveSlotConnection (bool) |
| void | SuggestionChanged () |
| void | toggleParameterEmbedding () |
Public Member Functions | |
| RefPtr< VParameter > | currentParameter () const |
| RefPtr< VObject > | extract () |
| qVInputContext & | getInputContext () const |
| WeakPtr< VObject > | getVObject () const |
| bool | haveConnectedParameter () const |
| bool | isSuggested () const |
| void | mouseDoubleClickEvent (QMouseEvent *e) override |
| RefPtr< ValuePoolProvider > | myValuePoolProvider () const |
| qVInputLabel (QWidget *QParent, const WeakPtr< qVParameter > &Parent, const RefPtr< VObject > &Owner, const RefPtr< VSlot > &what) | |
| Constructor. | |
| void | showEvent (QShowEvent *) override |
| qVTimerWindowContainer & | TimerWindowContainer () const |
| void | toggleConnection () |
| void | updateFrameStyle () |
| ~qVInputLabel () | |
| Destructor. | |
Public Attributes | |
| QPointer< QMenu > | Alternatives |
| QPointer< QAction > | DetailsAction |
| QPointer< QAction > | EmbedAction |
| An action to allow embedding of input objects. | |
| RefPtr< VParameter > | lastConnectedParameter |
| Used for ActivateSlotConnection(bool DetachIt) | |
| QPointer< QAction > | LocalizeAction |
| QPointer< QMenu > | menu |
| QPointer< QLabel > | myImportance |
| QIcon | myImportanceIcon |
| QPointer< QHBoxLayout > | myLayout |
| QPointer< QLabel > | myName |
| RefPtr< VParameter > | myOriginalParameter |
| WeakPtr< VSlot > | mySlot |
| QPointer< QLabel > | mySuggestion |
| QIcon | mySuggestionIcon |
| RefPtr< ValueNotifier > | myValueChangeNotifier |
| WeakPtr< qVParameter > | Parent |
| QPointer< QMenu > | PossibleAttachments |
| QPointer< QMenu > | undoMenu |
| WeakPtr< VObject > | VInputObj |
The QT interface covering the name of an VInput and providing its context menu.