![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ecvApplication.h>


Public Member Functions | |
| ecvApplication (int &argc, char **argv, bool isCommandLine) | |
Public Member Functions inherited from ecvApplicationBase | |
| ecvApplicationBase (int &argc, char **argv, bool isCommandLine, const QString &version) | |
| bool | isCommandLine () const |
| QString | versionStr () const |
| QString | versionLongStr (bool includeOS) const |
| const QString & | translationPath () const |
| bool | setAppStyle (const QString &styleKey) |
| Set the application style. More... | |
Static Public Member Functions | |
| static QString | GetMinVersionForFileVersion (short fileVersion) |
Static Public Member Functions inherited from ecvApplicationBase | |
| static void | InitOpenGL () |
Protected Member Functions | |
| bool | event (QEvent *inEvent) override |
Definition at line 30 of file ecvApplication.h.
| ecvApplication::ecvApplication | ( | int & | argc, |
| char ** | argv, | ||
| bool | isCommandLine | ||
| ) |
Definition at line 81 of file ecvApplication.cpp.
References FileIO::setWriterInfo(), and ecvApplicationBase::versionStr().
|
overrideprotected |
Definition at line 89 of file ecvApplication.cpp.
References MainWindow::addToDB(), event, and MainWindow::TheInstance().
|
static |
Returns the minimum version of CloudViewer required to load a given file version
Definition at line 77 of file ecvApplication.cpp.
References FileVersionToVersion::getMinVersion(), and s_fileVersionToVersion.