The options bar for the New Terrain tool. More...
#include "ToolOptionsBars.hpp"

Public Member Functions | |
| OptionsBar_NewTerrainToolT (wxWindow *Parent, MapDocumentT &MapDoc) | |
| The constructor. More... | |
Public Attributes | |
| wxComboBox * | m_ComboBoxHeightmapName |
| wxCheckBox * | m_CheckBoxAddWallsAndCeil |
| The heightmap name combobox: "a text field plus the MRU list". It is maintained by the MapTerrainT helper. More... | |
| wxCheckBox * | m_CheckBoxAddFloor |
| The New Terrain tool should add walls and a ceiling if this is checked. More... | |
The options bar for the New Terrain tool.
| OptionsBar_NewTerrainToolT::OptionsBar_NewTerrainToolT | ( | wxWindow * | Parent, |
| MapDocumentT & | MapDoc | ||
| ) |
The constructor.
| wxCheckBox* OptionsBar_NewTerrainToolT::m_CheckBoxAddFloor |
The New Terrain tool should add walls and a ceiling if this is checked.
| wxCheckBox* OptionsBar_NewTerrainToolT::m_CheckBoxAddWallsAndCeil |
The heightmap name combobox: "a text field plus the MRU list". It is maintained by the MapTerrainT helper.