UTMenu.h File Reference

Go to the source code of this file.

Classes

class  MenuNode_t
 Menu node object, which represents a part of a menu (subitem, submenu, break line, etc.). More...
class  Menu_t
 Menu object, which represents a menu. More...
class  MenuItem_t
 Menu item object. More...
class  MenuBreak_t
 Menu break object. More...
class  MenuMerge_t
 Object representing a window menu merge point into the application menu. More...

Variables

const int eRCMENU_exit = 1
const int eRCMENU_prefs = 2
const int eRCMENU_file = 3
const int eRCMENU_edit = 4
const int eRCMENU_view = 5
const int eRCMENU_project = 6
const int eRCMENU_tools = 7
const int eRCMENU_windows = 8
const int eRCMENU_help = 9
const int eRCMENU_about = 10
const int eRCMENU_cascade = 12
const int eRCMENU_tile_horizontal = 13
const int eRCMENU_tile_vertical = 14
const int eRCMENU_close_all = 15
const int eRCMENU_window_list_break = 16
const int eRCMENU_window_list_break_end = 17
const int eRCMENU_more_windows = 18
const int eRCMENU_min_reserved = 19
const int eRCMENU_max_reserved = 99

Detailed Description

Non-core library: UTgui

Definition in file UTMenu.h.


Variable Documentation

const int eRCMENU_exit = 1

Exit or quit, placed under file menu or other location according to OS style guidelines.

Definition at line 57 of file UTMenu.h.

const int eRCMENU_prefs = 2

Preferences, placed under edit menu or other location according to OS style guidelines.

Definition at line 60 of file UTMenu.h.

const int eRCMENU_file = 3

File menu, translations provided automatically.

Definition at line 63 of file UTMenu.h.

const int eRCMENU_edit = 4

Edit menu, translations provided automatically.

Definition at line 66 of file UTMenu.h.

const int eRCMENU_view = 5

View menu, translations provided automatically.

Definition at line 69 of file UTMenu.h.

const int eRCMENU_project = 6

Project menu, translations provided automatically.

Definition at line 72 of file UTMenu.h.

const int eRCMENU_tools = 7

Tools menu, translations provided automatically.

Definition at line 75 of file UTMenu.h.

const int eRCMENU_windows = 8

Windows menu, translations and content provided automatically.

Definition at line 78 of file UTMenu.h.

const int eRCMENU_help = 9

Help menu, translation provided automatically.

Definition at line 81 of file UTMenu.h.

const int eRCMENU_about = 10

About this application, placed under help menu or other location according to OS style guidelines

Definition at line 85 of file UTMenu.h.

const int eRCMENU_cascade = 12

Cascade windows, created automatically.

Definition at line 88 of file UTMenu.h.

const int eRCMENU_tile_horizontal = 13

Tile windows horizontally, created automatically.

Definition at line 91 of file UTMenu.h.

const int eRCMENU_tile_vertical = 14

Tile windows vertically, created automatically.

Definition at line 94 of file UTMenu.h.

const int eRCMENU_close_all = 15

Close all windows, created automatically.

Definition at line 97 of file UTMenu.h.

const int eRCMENU_window_list_break = 16

Window list break, created automatically.

Definition at line 100 of file UTMenu.h.

Window list break, created automatically.

Definition at line 103 of file UTMenu.h.

const int eRCMENU_more_windows = 18

Window list break, created automatically.

Definition at line 106 of file UTMenu.h.

const int eRCMENU_min_reserved = 19

Beginning of menu ID range reserved for platform-specific internal details.

Definition at line 109 of file UTMenu.h.

const int eRCMENU_max_reserved = 99

End of menu ID range reserved for platform-specific internal details.

Definition at line 112 of file UTMenu.h.


Generated on Tue Dec 14 22:35:06 2010 for UT library by  doxygen 1.6.1