|
|
void | createMetaViewers () |
| |
|
int | exec (QApplication &qapp) |
| |
|
QSettings & | getSettings () const |
| |
|
void | load_file (const string &filename) |
| | Load a file.
|
| |
|
bool | request (VRequest &request, double precision, const WeakVObjectPtr &P, const WeakVObjectPtr &R) override |
| |
|
void | setup (const CreationSlots_t &CreationSlots) override |
| |
|
void | show () |
| |
|
| VMainWindow (const MainWindowCreationOptions &=MainWindowCreationOptions(), const QString &LocalParameterFileName="Vish.ini", const PlanktonControl &PC=PlanktonControl(), bool EnableProjectManagment=false, const ImporterSettings &IS={}) |
| |
|
| static void | load_fonts (const string &directory) |
| | Load fonts files from the given directory.
|
| |
|
|
in< int > | iHorizontalSplit |
| |
| TypedSlot< MetaViewerInputType > | myMetaViewer |
| | 3D graphic viewer objects will be inputs of the main window.
|
| |
|
QPointer< qVMainWindow > | myQtMainWindow |
| |
|
QPointer< qVNetworkNavigator > | myTopLevelTabs |
| |
|
VOutput< double > | oFPS |
| |
◆ load_fonts()
| void Wizt::VMainWindow::load_fonts |
( |
const string & |
directory | ) |
|
|
static |
◆ myMetaViewer
| TypedSlot<MetaViewerInputType> Wizt::VMainWindow::myMetaViewer |
3D graphic viewer objects will be inputs of the main window.
Same with VPlanktonViewers, but those will be dynamically added, one input to be created for each VPlanktonViewer via VPolyOutput<> in the VPlanktonViewer itself.
The documentation for this class was generated from the following files:
- VMainWindow.hpp
- VMainWindow.cpp