Object representing a window menu merge point into the application menu. More...
#include <UTMenu.h>
Public Member Functions | |
MenuMerge_t (int menu_id) | |
virtual | ~MenuMerge_t () |
int | MenuID () const |
Non-core library: UTgui
Object representing a window menu merge point into the application menu which contains the MenuMerge_t.
Definition at line 495 of file UTMenu.h.
MenuMerge_t::MenuMerge_t | ( | int | menu_id | ) |
Constructor. A menu ID of zero means "no ID", which is reasonable if the menu merge point will never be searched for by its ID.
virtual MenuMerge_t::~MenuMerge_t | ( | ) | [virtual] |
Destructor.
int MenuMerge_t::MenuID | ( | ) | const [inline] |
Returns the menu merge point's ID. A menu ID of zero means "no ID", which is reasonable if the menu merge point will never be searched for by its ID.
Reimplemented from MenuNode_t.