The QT window containing all VObject's.
More...
#include <VObjectNet.hpp>
|
|
void | displayExternal (const RefPtr< VSlot > &vslot, bool ShowIt) |
| |
|
bool | must_update (const VRequest &, double precision) const override |
| |
| string | qname () override |
| | Override this function providing the name how it should show up in the PlanktonViewer menu.
|
| |
| QWidget * | qwidget () override |
| | Override this function providing the actual QT widget.
|
| |
|
bool | request (VRequest &request, double precision, const WeakVObjectPtr &ImmediateRequestor, const WeakVObjectPtr &RootRequestor) override |
| |
|
void | selectCategory (int) |
| |
|
void | selectCurrentObject (const RefPtr< VObject > &VObj) const |
| |
|
void | selectObjectSelection (const QString &ObjectName) |
| |
|
void | setup (const CreationSlots_t &CreationSlots) override |
| |
|
VObjectFrame * | showObject (const RefPtr< VObject > &, bool ShowIt) const |
| |
|
void | showObjectInputs (const QString &ObjName) |
| |
|
void | UnhideObjectMenu () |
| |
|
bool | update (VRequest &, double precision=1.0) override |
| |
|
void | updateCategories () |
| |
|
| VObjectNet (QWidget *parent, const string &name, qVMainWindow &theMainWindow, const RefPtr< VCreationPreferences > &VP) |
| |
|
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 |
| |
|
|
QPointer< QTabBar > | CategorySelectionTab |
| |
|
QPointer< QFrame > | ContainerWidget |
| |
|
qVInputContext & | myInputContext |
| |
|
QPointer< QVBoxLayout > | MyLayout |
| |
|
qVMainWindow & | myMainWindow |
| |
|
QPointer< MyObjectPool > | myObjectPool |
| |
|
QPointer< MyObjectSelectionTab > | myObjectSelection |
| |
|
Ref< MyShowActor > | myShowActor |
| |
|
QPointer< QToolBar > | myTools |
| |
|
RefPtr< VActionNotifier > | NetNotifier |
| |
|
QPointer< QComboBox > | objectComboBox |
| |
|
RefPtr< VDataFlowGraph > | VishDataFlowGraph |
| |
|
VObjectFrameInfoMap_t | VObjectFrameInfoMap |
| |
|
QPointer< QTabWidget > | myContainerWidget |
| |
|
VPolyOutput< InputType, VMainWindow > | myPlanktonEater |
| | The connection type to the VMainWindow.
|
| |
|
QPointer< QWidget > | myTabContent |
| |
The QT window containing all VObject's.
◆ qname()
| string Wizt::VObjectNet::qname |
( |
| ) |
|
|
inlineoverridevirtual |
Override this function providing the name how it should show up in the PlanktonViewer menu.
Implements Wizt::qVPlanktonViewer.
◆ qwidget()
| QWidget * Wizt::VObjectNet::qwidget |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- VObjectNet.hpp
- VObjectNet.cpp