NCBI C++ ToolKit
|
Search Toolkit Book for CMapControl::SProperties
#include <gui/widgets/wx/map_control.hpp>
Public Member Functions | |
SProperties () | |
Public Attributes | |
int | m_ColumnWidth |
int | m_MaxItemHeight |
int | m_SepLineWidth |
max item height More... | |
int | m_SepLineVertOffset |
width of the separation line between the columns More... | |
int | m_ItemOffsetX |
vertical space between separation lines and the borders More... | |
int | m_ItemOffsetY |
horz space between an item and separation line or border More... | |
bool | m_SeparateGroups |
vert space around an item More... | |
bool | m_SingleColumn |
ESizePolicy | m_SizePolicy |
Definition at line 87 of file map_control.hpp.
CMapControl::SProperties::SProperties | ( | ) |
Definition at line 66 of file map_control.cpp.
int CMapControl::SProperties::m_ColumnWidth |
Definition at line 88 of file map_control.hpp.
Referenced by CGroupMapWidget::CGroupMapWidget(), CItemSelectionPanel::CreateControls(), CMapControl::SetColumnWidth(), CMapControl::x_CalculateLayout(), and CMapControl::x_DrawSeparationLines().
int CMapControl::SProperties::m_ItemOffsetX |
vertical space between separation lines and the borders
Definition at line 92 of file map_control.hpp.
Referenced by CGroupMapWidget::CGroupMapWidget(), and CMapControl::x_CalculateLayout().
int CMapControl::SProperties::m_ItemOffsetY |
horz space between an item and separation line or border
Definition at line 93 of file map_control.hpp.
Referenced by CGroupMapWidget::CGroupMapWidget(), and CMapControl::x_CalculateLayout().
int CMapControl::SProperties::m_MaxItemHeight |
Definition at line 89 of file map_control.hpp.
Referenced by CMapControl::SetMaxItemHeight(), and CMapControl::x_CalculateLayout().
bool CMapControl::SProperties::m_SeparateGroups |
vert space around an item
Definition at line 94 of file map_control.hpp.
Referenced by CGroupMapWidget::CGroupMapWidget(), and CMapControl::x_CalculateLayout().
int CMapControl::SProperties::m_SepLineVertOffset |
width of the separation line between the columns
Definition at line 91 of file map_control.hpp.
Referenced by CMapControl::x_DrawSeparationLines().
int CMapControl::SProperties::m_SepLineWidth |
max item height
Definition at line 90 of file map_control.hpp.
Referenced by CGroupMapWidget::CGroupMapWidget(), CMapControl::x_CalculateLayout(), and CMapControl::x_DrawSeparationLines().
bool CMapControl::SProperties::m_SingleColumn |
Definition at line 95 of file map_control.hpp.
Referenced by CGroupMapWidget::CGroupMapWidget(), COpenViewDlg::CreateControls(), CRunToolDlg::CreateControls(), CwxMainFrame::OnCreateMapControlClick(), CMapControl::OnMouseWheel(), CMapControl::x_CalculateLayout(), and CMapControl::x_DrawSeparationLines().
ESizePolicy CMapControl::SProperties::m_SizePolicy |
Definition at line 96 of file map_control.hpp.
Referenced by CGroupMapWidget::CGroupMapWidget(), and CMapControl::OnMouseWheel().