#include <wxluxapp.h>
Public Member Functions | |
virtual bool | OnInit () |
Protected Member Functions | |
bool | ProcessCommandLine () |
Protected Attributes | |
LuxGui * | m_guiFrame |
int | m_threads |
bool | m_useServer |
bool | m_openglEnabled |
bool | m_copyLog2Console |
wxString | m_inputFile |
Definition at line 32 of file wxluxapp.h.
bool LuxGuiApp::OnInit | ( | ) | [virtual] |
Definition at line 50 of file wxluxapp.cpp.
References luxInit(), cimg_library::cimg::srand(), and cimg_library::cimg::time().
bool LuxGuiApp::ProcessCommandLine | ( | ) | [protected] |
Definition at line 79 of file wxluxapp.cpp.
References DEFAULT_EPSILON_MAX, DEFAULT_EPSILON_MIN, InfoDialogBox(), LUX_INFO, LUX_NOERROR, LUX_SEVERE, LUX_SYSTEM, LUX_VERSION_STRING, luxAddServer(), luxDisableRandomMode(), luxEnableDebugMode(), luxError, luxGetNetworkServerUpdateInterval(), luxLogFilter, luxSetEpsilon(), luxSetNetworkServerUpdateInterval(), m_copyLog2Console, m_inputFile, m_openglEnabled, m_threads, m_useServer, lux::osHardwareConcurrency(), p, and visible().
bool lux::LuxGuiApp::m_copyLog2Console [protected] |
Definition at line 43 of file wxluxapp.h.
Referenced by ProcessCommandLine().
LuxGui* lux::LuxGuiApp::m_guiFrame [protected] |
Definition at line 39 of file wxluxapp.h.
wxString lux::LuxGuiApp::m_inputFile [protected] |
Definition at line 44 of file wxluxapp.h.
Referenced by ProcessCommandLine().
bool lux::LuxGuiApp::m_openglEnabled [protected] |
Definition at line 43 of file wxluxapp.h.
Referenced by ProcessCommandLine().
int lux::LuxGuiApp::m_threads [protected] |
Definition at line 42 of file wxluxapp.h.
Referenced by ProcessCommandLine().
bool lux::LuxGuiApp::m_useServer [protected] |
Definition at line 43 of file wxluxapp.h.
Referenced by ProcessCommandLine().