|
QVISH 0.1
|
A Vish object representing a QT rendering of the underlying Object Pool structure. More...
#include <qVPlanktonViewer.hpp>
Classes | |
| struct | InputType |
Public Member Functions | |
| void | addToTab (QTabWidget &theContainerWidget, const QString &Name) |
| Add this viewer to the specific QTabWidget and register it for removal during destruction. | |
| virtual string | qname ()=0 |
| Override this function providing the name how it should show up in the PlanktonViewer menu. | |
| qVPlanktonViewer (const string &name, int p, const RefPtr< VCreationPreferences > &VP) | |
| virtual QWidget * | qwidget ()=0 |
| Override this function providing the actual QT widget. | |
| void | setCurrent () const |
Public Attributes | |
| QPointer< QTabWidget > | myContainerWidget |
| VPolyOutput< InputType, VMainWindow > | myPlanktonEater |
| The connection type to the VMainWindow. | |
| QPointer< QWidget > | myTabContent |
A Vish object representing a QT rendering of the underlying Object Pool structure.
qVish needs to implement two virtual functions:
|
pure virtual |
Override this function providing the name how it should show up in the PlanktonViewer menu.
Implemented in Wizt::VPlanktonViewer, Wizt::VObjectNet, and Wizt::qVScriptor.
|
pure virtual |
Override this function providing the actual QT widget.
Implemented in Wizt::VPlanktonViewer, Wizt::VObjectNet, and Wizt::qVScriptor.