Information about an item that is visible in the menu. More...
Public Member Functions | |
visible_item (const section *_sec, const std::string &visible_string, int level) | |
visible_item (const topic *_t, const std::string &visible_string, int level) | |
bool | operator== (const visible_item &vis_item) const |
bool | operator== (const section &sec) const |
bool | operator== (const topic &t) const |
Public Attributes | |
const topic * | t |
const section * | sec |
std::string | visible_string |
int | level |
Information about an item that is visible in the menu.
Definition at line 53 of file help_menu.hpp.
help::help_menu::visible_item::visible_item | ( | const section * | _sec, |
const std::string & | visible_string, | ||
int | level | ||
) |
Definition at line 216 of file help_menu.cpp.
help::help_menu::visible_item::visible_item | ( | const topic * | _t, |
const std::string & | visible_string, | ||
int | level | ||
) |
Definition at line 219 of file help_menu.cpp.
bool help::help_menu::visible_item::operator== | ( | const section & | sec | ) | const |
Definition at line 222 of file help_menu.cpp.
bool help::help_menu::visible_item::operator== | ( | const topic & | t | ) | const |
Definition at line 227 of file help_menu.cpp.
References t.
bool help::help_menu::visible_item::operator== | ( | const visible_item & | vis_item | ) | const |
Definition at line 232 of file help_menu.cpp.
int help::help_menu::visible_item::level |
Definition at line 61 of file help_menu.hpp.
Referenced by help::help_menu::process().
const section* help::help_menu::visible_item::sec |
Definition at line 59 of file help_menu.hpp.
Referenced by operator==(), and help::help_menu::process().
const topic* help::help_menu::visible_item::t |
Definition at line 58 of file help_menu.hpp.
Referenced by operator==(), and help::help_menu::process().
std::string help::help_menu::visible_item::visible_string |
Definition at line 60 of file help_menu.hpp.