#include <wx/string.h>#include <wx/bitmap.h>#include <wx/image.h>#include <wx/icon.h>#include <wx/menu.h>#include <wx/gdicmn.h>#include <wx/font.h>#include <wx/colour.h>#include <wx/settings.h>#include <wx/stattext.h>#include <wx/spinctrl.h>#include <wx/toolbar.h>#include <wx/sizer.h>#include <wx/panel.h>#include <wx/textctrl.h>#include <wx/aui/auibook.h>#include <wx/statusbr.h>#include <wx/frame.h>Go to the source code of this file.
Classes | |
| class | lux::LuxMainFrame |
Namespaces | |
| namespace | lux |
Defines | |
| #define | ID_RESUMEITEM 1000 |
| #define | ID_STOPITEM 1001 |
| #define | ID_RESUMETOOL 1002 |
| #define | ID_STOPTOOL 1003 |
| #define ID_RESUMEITEM 1000 |
Definition at line 34 of file wxluxframe.h.
Referenced by lux::LuxGui::ChangeRenderState(), lux::LuxGui::LoadImages(), lux::LuxMainFrame::LuxMainFrame(), lux::LuxGui::OnMenu(), and lux::LuxGui::OnTimer().
| #define ID_RESUMETOOL 1002 |
Definition at line 36 of file wxluxframe.h.
Referenced by lux::LuxGui::ChangeRenderState(), lux::LuxGui::LoadImages(), lux::LuxMainFrame::LuxMainFrame(), lux::LuxGui::OnMenu(), and lux::LuxMainFrame::~LuxMainFrame().
| #define ID_STOPITEM 1001 |
Definition at line 35 of file wxluxframe.h.
Referenced by lux::LuxGui::ChangeRenderState(), lux::LuxGui::LoadImages(), lux::LuxMainFrame::LuxMainFrame(), and lux::LuxGui::OnMenu().
| #define ID_STOPTOOL 1003 |
Definition at line 37 of file wxluxframe.h.
Referenced by lux::LuxGui::ChangeRenderState(), lux::LuxGui::LoadImages(), lux::LuxMainFrame::LuxMainFrame(), lux::LuxGui::OnMenu(), and lux::LuxMainFrame::~LuxMainFrame().
1.5.9