|
QVISH 0.1
|
The QT representation of all the inputs related to a time object as they are represented under the viewer window. More...
#include <qVTimeLine.hpp>
Public Member Functions | |
| void | contextMenuEvent (QContextMenuEvent *event) |
| VTime | getTime () const |
| Get current time value. | |
| qVTimeLine (MyQTabWidget *TimeTab, qVInputContext &theInputContext, const WeakPtr< VParameter > &theTimeParameter, const QString &Tabname) | |
| void | setTime (const VTime &TimeValue) const |
| Set and announce value. | |
| void | valueChanged (const VTime &) |
Public Attributes | |
| QPointer< TimerBar > | bar |
| QVBoxLayout | layout |
| qVInputContext & | myInputContext |
| QPointer< QMenu > | myMenu |
| RefPtr< ValueNotifier > | myTimeChangeNotifier |
| QString | Tabname |
| QPointer< QMenu > | TimeMenu |
| QPointer< TimerNavigator > | TimeNav |
| WeakPtr< VParameter > | TimeParameter |
| QPointer< MyQTabWidget > | TimeTab |
The QT representation of all the inputs related to a time object as they are represented under the viewer window.