Public Member Functions | |
| PopupMenu (Window *pTargetWindow, const Point &cPos, Menu *pMenu, unsigned int uiFlags=0, int iUniqueID=-1) | |
| ~PopupMenu () | |
| void | ReLayout () |
| bool | Close (int iID, bool bCloseChildren=true, bool bCloseParent=false, bool bCloseActive=true) |
| Menu * | GetMenu () |
| void | SetParentPopup (MenuWindow *pParent) |
| bool | Activated () |
| bool | Deactivated () |
| void | ChildClosed (MenuWindow *pMenuWindow) |
| bool | PopupActive () |
| bool | WindowDeactivated () |
| bool | GotDeactivated () |
| int | Run () |
| PopupMenuView * | GetView () |
| MenuItem * | GetSelectedItem () |
| int | Hide () |
| void | MenuDestroyed () |
| bool | Closed () |
Public Attributes | |
| int | m_iUniqueID |
listview.cpp, and tabview.cpp.
| PopupMenu::PopupMenu | ( | Window * | pTargetWindow, | |
| const Point & | cPos, | |||
| Menu * | pMenu, | |||
| unsigned int | uiFlags = 0, |
|||
| int | iUniqueID = -1 | |||
| ) |
| PopupMenu::~PopupMenu | ( | ) |
| void PopupMenu::ReLayout | ( | ) |
| bool PopupMenu::Close | ( | int | iID, | |
| bool | bCloseChildren = true, |
|||
| bool | bCloseParent = false, |
|||
| bool | bCloseActive = true | |||
| ) | [virtual] |
Reimplemented from SkyGI::MenuWindow.
| Menu * PopupMenu::GetMenu | ( | ) |
Reimplemented from SkyGI::FrameWindow.
| void PopupMenu::SetParentPopup | ( | MenuWindow * | pParent | ) |
| bool PopupMenu::Activated | ( | ) | [virtual] |
Window activated
Reimplemented from SkyGI::FrameWindow.
| bool PopupMenu::Deactivated | ( | ) | [virtual] |
Window deactivated
Reimplemented from SkyGI::FrameWindow.
| void PopupMenu::ChildClosed | ( | MenuWindow * | pMenuWindow | ) | [virtual] |
Reimplemented from SkyGI::MenuWindow.
| bool PopupMenu::PopupActive | ( | ) | [virtual] |
Reimplemented from SkyGI::MenuWindow.
| bool PopupMenu::WindowDeactivated | ( | ) | [virtual] |
Reimplemented from SkyGI::MenuWindow.
| bool PopupMenu::GotDeactivated | ( | ) | [virtual] |
Reimplemented from SkyGI::MenuWindow.
| int PopupMenu::Run | ( | ) |
Run PopupMenu in modal mode
| PopupMenuView * PopupMenu::GetView | ( | ) |
Get the associated View
Reimplemented from SkyGI::FrameWindow.
| MenuItem * PopupMenu::GetSelectedItem | ( | ) | [virtual] |
Implements SkyGI::MenuWindow.
| int PopupMenu::Hide | ( | ) | [virtual] |
Reimplemented from SkyGI::MenuWindow.
| void PopupMenu::MenuDestroyed | ( | ) | [virtual] |
Reimplemented from SkyGI::MenuWindow.
| bool PopupMenu::Closed | ( | ) |
1.5.1-p1