Public Member Functions | |
| MacMenuItem (const Common::String &t, int a=-1, int s=0, char sh=0, int sp=-1, bool e=true, bool c=false) | |
| MacMenuItem (const Common::U32String &t, int a=-1, int s=0, char sh=0, int sp=-1, bool e=true, bool c=false) | |
Public Attributes | |
| Common::String | text |
| Common::U32String | unicodeText |
| bool | unicode |
| int | action |
| int | style |
| char | shortcut |
| int | shortcutPos |
| bool | enabled |
| bool | checked |
| Common::Rect | bbox |
| MacMenuSubMenu * | submenu |