Menu break object. More...
#include <UTMenu.h>
Public Member Functions | |
MenuBreak_t (int menu_id) | |
virtual | ~MenuBreak_t () |
int | MenuID () const |
Non-core library: UTgui
A menu break object, which results in a dividing line being drawn across the menu.
Definition at line 468 of file UTMenu.h.
MenuBreak_t::MenuBreak_t | ( | int | menu_id | ) |
Constructor. A menu ID of zero means "no ID", which is reasonable if the menu break will never be searched for by its ID.
virtual MenuBreak_t::~MenuBreak_t | ( | ) | [virtual] |
Destructor.
int MenuBreak_t::MenuID | ( | ) | const [inline] |
Returns the menu break's ID. A menu ID of zero means "no ID", which is reasonable if the menu break will never be searched for by its ID.
Reimplemented from MenuNode_t.