|
QVISH 0.1
|
An editable window containing a history of events and allowing interaction with certain text objects. More...
#include <qVScriptor.hpp>
Public Member Functions | |
| string | qname () override |
| Override this function providing the name how it should show up in the PlanktonViewer menu. | |
| qVScriptor (QWidget *parent, const string &name, qVMainWindow &, const RefPtr< VCreationPreferences > &VP) | |
| QWidget * | qwidget () override |
| Override this function providing the actual QT widget. | |
Public Member Functions inherited from Wizt::qVPlanktonViewer | |
| void | addToTab (QTabWidget &theContainerWidget, const QString &Name) |
| Add this viewer to the specific QTabWidget and register it for removal during destruction. | |
| qVPlanktonViewer (const string &name, int p, const RefPtr< VCreationPreferences > &VP) | |
| void | setCurrent () const |
Additional Inherited Members | |
Public Attributes inherited from Wizt::qVPlanktonViewer | |
| QPointer< QTabWidget > | myContainerWidget |
| VPolyOutput< InputType, VMainWindow > | myPlanktonEater |
| The connection type to the VMainWindow. | |
| QPointer< QWidget > | myTabContent |
An editable window containing a history of events and allowing interaction with certain text objects.
|
inlineoverridevirtual |
Override this function providing the name how it should show up in the PlanktonViewer menu.
Implements Wizt::qVPlanktonViewer.
|
inlineoverridevirtual |
Override this function providing the actual QT widget.
Implements Wizt::qVPlanktonViewer.