#include "tab_abstract.h"#include <wx/string.h>#include <wx/gbsizer.h>#include <wx/event.h>#include <wx/defs.h>#include <wx/slider.h>#include <wx/log.h>#include "../gui/spinctl/spinctrl.h"#include <wx/checkbox.h>#include <wx/radiobut.h>#include <wx/combobox.h>#include <wx/textctrl.h>#include <wx/display.h>#include "../utils/customdialogs.h"#include "../springunitsynclib.h"#include "ctrlconstants.h"#include "se_utils.h"#include "../settings.h"#include "presets.h"#include "../utils/debug.h"
Go to the source code of this file.
Variables | |
| const Control | intControls [] |
| const Control | floatControls [] |
| const int | intControls_size = sizeof(intControls) / sizeof(intControls[0] ) |
| const int | floatControls_size = sizeof(floatControls) / sizeof(floatControls[0] ) |
| const int | allControls_size = intControls_size + floatControls_size |
| const int allControls_size = intControls_size + floatControls_size |
Definition at line 104 of file tab_abstract.cpp.
| const Control floatControls[] |
{
W4_CONTROLS[6]
}
Definition at line 98 of file tab_abstract.cpp.
| const int floatControls_size = sizeof(floatControls) / sizeof(floatControls[0] ) |
Definition at line 103 of file tab_abstract.cpp.
| const Control intControls[] |
Definition at line 55 of file tab_abstract.cpp.
| const int intControls_size = sizeof(intControls) / sizeof(intControls[0] ) |
Definition at line 102 of file tab_abstract.cpp.
1.6.3