Lines Matching defs:m_label
1081 : m_label(label), m_required(required) {
1133 surface.TitledBox(m_label.c_str());
1323 std::string m_label;
1456 : m_label(label), m_content(content) {}
1475 surface.PutCString(m_label.c_str());
1510 std::string m_label;
1518 : m_label(label), m_number_of_visible_choices(number_of_visible_choices),
1564 surface.TitledBox(m_label.c_str());
1623 std::string m_label;
1711 : m_label(label), m_default_field(default_field),
1821 surface.TitledBox(m_label.c_str());
2010 std::string m_label;
2260 m_label = label;
2265 int x = (surface.GetWidth() - m_label.length()) / 2;
2270 surface.PutCString(m_label.c_str());
2278 const std::string &GetLabel() { return m_label; }
2281 std::string m_label;