#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 |
| wxString | m_inputFile |
Definition at line 32 of file wxluxapp.h.
| bool LuxGuiApp::OnInit | ( | ) | [virtual] |
Definition at line 48 of file wxluxapp.cpp.
References luxInit().
| bool LuxGuiApp::ProcessCommandLine | ( | ) | [protected] |
Definition at line 67 of file wxluxapp.cpp.
References LUX_INFO, LUX_NOERROR, LUX_SEVERE, LUX_SYSTEM, LUX_VERSION_STRING, luxAddServer(), luxEnableDebugMode(), luxError, luxGetNetworkServerUpdateInterval(), luxSetNetworkServerUpdateInterval(), m_inputFile, m_openglEnabled, m_threads, m_useServer, and blender::p.
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().
1.6.1