|
Classes |
class | wxIFMNewComponentEvent |
| Event class for creating interface components. More...
|
class | wxIFMDeleteComponentEvent |
| Event class for deleting components. More...
|
class | wxIFMAddChildEvent |
| Event class for adding child windows to an interface. More...
|
class | wxIFMDockEvent |
| Event to dock a component into another component. More...
|
class | wxIFMUndockEvent |
| Event for undocking components. More...
|
class | wxIFMSetChildEvent |
| Used to set the children of components. More...
|
class | wxIFMRectEvent |
| Events to set and get absolute, client, and background rects. More...
|
class | wxIFMConvertRectEvent |
| Used to convert between coord systems (absolute, background, client). More...
|
class | wxIFMHitTestEvent |
| Used to test if a given position is within a given coordinate system for a component. More...
|
class | wxIFMUpdateEvent |
| Event for updating the interface. More...
|
class | wxIFMUpdateComponentEvent |
| Event for updating a component. More...
|
class | wxIFMCalcRectsEvent |
| Used to calculate the sizes and positions of children of a given component. More...
|
class | wxIFMPaintEvent |
| Event to paint components. More...
|
class | wxIFMPaintInterfaceEvent |
| Notifies plugins that some or all of the interface needs to be repainted. More...
|
class | wxIFMBeginPaintEvent |
| Event used to signify that painting is beginning. The purpose of this event is to create a DC on which to paint. It will be cleaned up with a wxIFMEndPaintEvent. More...
|
class | wxIFMEndPaintEvent |
| Event used to clean up a DC that was created by wxIFMBeginPaintEvent. More...
|
class | wxIFMKeyEvent |
| Event for keyboard input messages. More...
|
class | wxIFMMouseEvent |
| Event for mouse input messages. More...
|
class | wxIFMSetCursorEvent |
| Event for EVT_SET_CURSOR. More...
|
class | wxIFMFocusEvent |
| Generated when the interface's parent window recieves EVT_SETFOCUS or EVT_KILLFOCUS. More...
|
class | wxIFMActivateEvent |
| Used to notify plugins that the interface's parent window is [de]activating. More...
|
class | wxIFMChildEvent |
| Base class used for some child window related events. More...
|
class | wxIFMShowChildEvent |
| Used to hide or show child windows managed by the interface. More...
|
class | wxIFMQueryChildEvent |
| Used to query information on a given child window. This event is used to determine if a child window is hidden or shown within the interface. More...
|
class | wxIFMSetChildSizeEvent |
| Used to change minimum, maximum, and desired sizes of a child window. More...
|
class | wxIFMShowComponentEvent |
| This event is used to show or hide a component. More...
|
class | wxIFMComponentVisibilityChangedEvent |
| Notifies a component that its visibility state is changed. More...
|
Defines |
#define | wxIFMNewComponentEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMNewComponentEventFunction, &func) |
#define | wxIFMDeleteComponentEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMDeleteComponentEventFunction, &func) |
#define | wxIFMAddChildEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMAddChildEventFunction, &func) |
#define | wxIFMSetChildEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMSetChildEventFunction, &func) |
#define | wxIFMDockEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMDockEventFunction, &func) |
#define | wxIFMUndockEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMUndockEventFunction, &func) |
#define | wxIFMShowComponentEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMShowComponentEventFunction, &func) |
#define | wxIFMComponentVisibilityChangedEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMComponentVisibilityChangedEventFunction, &func) |
#define | wxIFMShowChildEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMShowChildEventFunction, &func) |
#define | wxIFMSetChildSizeEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMSetChildSizeEventFunction, &func) |
#define | wxIFMQueryChildEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMQueryChildEventFunction, &func) |
#define | wxIFMRectEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMRectEventFunction, &func) |
#define | wxIFMConvertRectEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMConvertRectEventFunction, &func) |
#define | wxIFMHitTestEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMHitTestEventFunction, &func) |
#define | wxIFMUpdateEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMUpdateEventFunction, &func) |
#define | wxIFMUpdateComponentEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMUpdateComponentEventFunction, &func) |
#define | wxIFMCalcRectsEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMCalcRectsEventFunction, &func) |
#define | wxIFMPaintInterfaceEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMPaintInterfaceEventFunction, &func) |
#define | wxIFMPaintEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMPaintEventFunction, &func) |
#define | wxIFMBeginPaintEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMBeginPaintEventFunction, &func) |
#define | wxIFMEndPaintEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMEndPaintEventFunction, &func) |
#define | wxIFMKeyEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMKeyEventFunction, &func) |
#define | wxIFMMouseEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMMouseEventFunction, &func) |
#define | wxIFMSetCursorEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMSetCursorEventFunction, &func) |
#define | wxIFMFocusEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMFocusEventFunction, &func) |
#define | wxIFMActivateEventFunctionHandler(func) (wxObjectEventFunction)wxStaticCastEvent(wxIFMActivateEventFunction, &func) |
#define | EVT_IFM_NEWCOMPONENT(func) wx__DECLARE_EVT0( wxEVT_IFM_NEWCOMPONENT, wxIFMNewComponentEventFunctionHandler(func)) |
#define | EVT_IFM_DELETECOMPONENT(func) wx__DECLARE_EVT0( wxEVT_IFM_DELETECOMPONENT, wxIFMDeleteComponentEventFunctionHandler(func)) |
#define | EVT_IFM_ADDCHILD(func) wx__DECLARE_EVT0( wxEVT_IFM_ADDCHILD, wxIFMAddChildEventFunctionHandler(func)) |
#define | EVT_IFM_SETCHILD(func) wx__DECLARE_EVT0( wxEVT_IFM_SETCHILD, wxIFMSetChildEventFunctionHandler(func)) |
#define | EVT_IFM_DOCK(func) wx__DECLARE_EVT0( wxEVT_IFM_DOCK, wxIFMDockEventFunctionHandler(func)) |
#define | EVT_IFM_UNDOCK(func) wx__DECLARE_EVT0( wxEVT_IFM_UNDOCK, wxIFMUndockEventFunctionHandler(func)) |
#define | EVT_IFM_FLOAT(func) wx__DECLARE_EVT0( wxEVT_IFM_FLOAT, wxIFMFloatEventFunctionHandler(func)) |
#define | EVT_IFM_UNFLOAT(func) wx__DECLARE_EVT0( wxEVT_IFM_UNFLOAT, wxIFMFloatEventFunctionHandler(func)) |
#define | EVT_IFM_SHOWCOMPONENT(func) wx__DECLARE_EVT0( wxEVT_IFM_SHOWCOMPONENT, wxIFMShowComponentEventFunctionHandler(func)) |
#define | EVT_IFM_VISIBILITYCHANGED(func) wx__DECLARE_EVT0( wxEVT_IFM_VISIBILITYCHANGED, wxIFMComponentVisibilityChangedEventFunctionHandler(func)) |
#define | EVT_IFM_SHOWCHILD(func) wx__DECLARE_EVT0( wxEVT_IFM_SHOWCHILD, wxIFMShowChildEventFunctionHandler(func)) |
#define | EVT_IFM_HIDECHILD(func) wx__DECLARE_EVT0( wxEVT_IFM_HIDECHILD, wxIFMShowChildEventFunctionHandler(func)) |
#define | EVT_IFM_SETCHILDSIZE(func) wx__DECLARE_EVT0( wxEVT_IFM_SETCHILDSIZE, wxIFMSetChildSizeEventFunctionHandler(func)) |
#define | EVT_IFM_QUERYCHILD(func) wx__DECLARE_EVT0( wxEVT_IFM_QUERYCHILD, wxIFMQueryChildEventFunctionHandler(func)) |
#define | EVT_IFM_SETRECT(func) wx__DECLARE_EVT0( wxEVT_IFM_SETRECT, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_SETBACKGROUNDRECT(func) wx__DECLARE_EVT0( wxEVT_IFM_SETBACKGROUNDRECT, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_SETCLIENTRECT(func) wx__DECLARE_EVT0( wxEVT_IFM_SETCLIENTRECT, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_GETRECT(func) wx__DECLARE_EVT0( wxEVT_IFM_GETRECT, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_GETBACKGROUNDRECT(func) wx__DECLARE_EVT0( wxEVT_IFM_GETBACKGROUNDRECT, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_GETCLIENTRECT(func) wx__DECLARE_EVT0( wxEVT_IFM_GETCLIENTRECT, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_CONVERTRECT(func) wx__DECLARE_EVT0( wxEVT_IFM_CONVERTRECT, wxIFMConvertRectEventFunctionHandler(func)) |
#define | EVT_IFM_HITTEST(func) wx__DECLARE_EVT0( wxEVT_IFM_HITTEST, wxIFMHitTestEventFunctionHandler(func)) |
#define | EVT_IFM_GETCONTENTRECT(func) wx__DECLARE_EVT0( wxEVT_IFM_GETCONTENTRECT, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_UPDATE(func) wx__DECLARE_EVT0( wxEVT_IFM_UPDATE, wxIFMUpdateEventFunctionHandler(func)) |
#define | EVT_IFM_UPDATECOMPONENT(func) wx__DECLARE_EVT0( wxEVT_IFM_UPDATECOMPONENT, wxIFMUpdateComponentEventFunctionHandler(func)) |
#define | EVT_IFM_CALCRECTS(func) wx__DECLARE_EVT0( wxEVT_IFM_CALCRECTS, wxIFMCalcRectsEventFunctionHandler(func)) |
#define | EVT_IFM_GETDESIREDSIZE(func) wx__DECLARE_EVT0( wxEVT_IFM_GETDESIREDSIZE, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_SETDESIREDSIZE(func) wx__DECLARE_EVT0( wxEVT_IFM_SETDESIREDSIZE, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_GETMINSIZE(func) wx__DECLARE_EVT0( wxEVT_IFM_GETMINSIZE, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_SETMINSIZE(func) wx__DECLARE_EVT0( wxEVT_IFM_SETMINSIZE, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_GETMAXSIZE(func) wx__DECLARE_EVT0( wxEVT_IFM_GETMAXSIZE, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_SETMAXSIZE(func) wx__DECLARE_EVT0( wxEVT_IFM_SETMAXSIZE, wxIFMRectEventFunctionHandler(func)) |
#define | EVT_IFM_BEGINPAINT(func) wx__DECLARE_EVT0( wxEVT_IFM_BEGINPAINT, wxIFMBeginPaintEventFunctionHandler(func)) |
#define | EVT_IFM_ENDPAINT(func) wx__DECLARE_EVT0( wxEVT_IFM_ENDPAINT, wxIFMEndPaintEventFunctionHandler(func)) |
#define | EVT_IFM_PAINTINTERFACE(func) wx__DECLARE_EVT0( wxEVT_IFM_PAINTINTERFACE, wxIFMPaintInterfaceEventFunctionHandler(func)) |
#define | EVT_IFM_PAINTBG(func) wx__DECLARE_EVT0( wxEVT_IFM_PAINTBG, wxIFMPaintEventFunctionHandler(func)) |
#define | EVT_IFM_PAINTBORDER(func) wx__DECLARE_EVT0( wxEVT_IFM_PAINTBORDER, wxIFMPaintEventFunctionHandler(func)) |
#define | EVT_IFM_PAINTDECOR(func) wx__DECLARE_EVT0( wxEVT_IFM_PAINTDECOR, wxIFMPaintEventFunctionHandler(func)) |
#define | EVT_IFM_KEYDOWN(func) wx__DECLARE_EVT0( wxEVT_IFM_KEYDOWN, wxIFMKeyEventFunctionHandler(func)) |
#define | EVT_IFM_KEYUP(func) wx__DECLARE_EVT0( wxEVT_IFM_KEYUP, wxIFMKeyEventFunctionHandler(func)) |
#define | EVT_IFM_LEFTDOWN(func) wx__DECLARE_EVT0( wxEVT_IFM_LEFTDOWN, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_LEFTUP(func) wx__DECLARE_EVT0( wxEVT_IFM_LEFTUP, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_LEFTDCLICK(func) wx__DECLARE_EVT0( wxEVT_IFM_LEFTDCLICK, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_RIGHTDOWN(func) wx__DECLARE_EVT0( wxEVT_IFM_RIGHTDOWN, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_RIGHTUP(func) wx__DECLARE_EVT0( wxEVT_IFM_RIGHTUP, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_RIGHTDCLICK(func) wx__DECLARE_EVT0( wxEVT_IFM_RIGHTDCLICK, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_MIDDLEDOWN(func) wx__DECLARE_EVT0( wxEVT_IFM_MIDDLEDOWN, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_MIDDLEUP(func) wx__DECLARE_EVT0( wxEVT_IFM_MIDDLEUP, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_MIDDLEDCLICK(func) wx__DECLARE_EVT0( wxEVT_IFM_MIDDLEDCLICK, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_MOTION(func) wx__DECLARE_EVT0( wxEVT_IFM_MOTION, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_MOUSEWHEEL(func) wx__DECLARE_EVT0( wxEVT_IFM_MOUSEWHEEL, wxIFMMouseEventFunctionHandler(func)) |
#define | EVT_IFM_SETCURSOR(func) wx__DECLARE_EVT0( wxEVT_IFM_SETCURSOR, wxIFMSetCursorEventFunctionHandler(func)) |
#define | EVT_IFM_SETFOCUS(func) wx__DECLARE_EVT0( wxEVT_IFM_SETFOCUS, wxIFMFocusEventFunctionHandler(func)) |
#define | EVT_IFM_KILLFOCUS(func) wx__DECLARE_EVT0( wxEVT_IFM_KILLFOCUS, wxIFMFocusEventFunctionHandler(func)) |
#define | EVT_IFM_ACTIVATE(func) wx__DECLARE_EVT0( wxEVT_IFM_ACTIVATE, wxIFMActivateEventFunctionHandler(func)) |
Typedefs |
typedef std::vector< wxRect > | wxRectArray |
typedef std::vector< wxSize > | wxSizeArray |
typedef void(wxEvtHandler::* | wxIFMNewComponentEventFunction )(wxIFMNewComponentEvent &) |
typedef void(wxEvtHandler::* | wxIFMDeleteComponentEventFunction )(wxIFMDeleteComponentEvent &) |
typedef void(wxEvtHandler::* | wxIFMAddChildEventFunction )(wxIFMAddChildEvent &) |
typedef void(wxEvtHandler::* | wxIFMSetChildEventFunction )(wxIFMSetChildEvent &) |
typedef void(wxEvtHandler::* | wxIFMDockEventFunction )(wxIFMDockEvent &) |
typedef void(wxEvtHandler::* | wxIFMUndockEventFunction )(wxIFMUndockEvent &) |
typedef void(wxEvtHandler::* | wxIFMShowComponentEventFunction )(wxIFMShowComponentEvent &) |
typedef void(wxEvtHandler::* | wxIFMComponentVisibilityChangedEventFunction )(wxIFMComponentVisibilityChangedEvent &) |
typedef void(wxEvtHandler::* | wxIFMShowChildEventFunction )(wxIFMShowChildEvent &) |
typedef void(wxEvtHandler::* | wxIFMSetChildSizeEventFunction )(wxIFMSetChildSizeEvent &) |
typedef void(wxEvtHandler::* | wxIFMQueryChildEventFunction )(wxIFMQueryChildEvent &) |
typedef void(wxEvtHandler::* | wxIFMRectEventFunction )(wxIFMRectEvent &) |
typedef void(wxEvtHandler::* | wxIFMConvertRectEventFunction )(wxIFMConvertRectEvent &) |
typedef void(wxEvtHandler::* | wxIFMHitTestEventFunction )(wxIFMHitTestEvent &) |
typedef void(wxEvtHandler::* | wxIFMUpdateEventFunction )(wxIFMUpdateEvent &) |
typedef void(wxEvtHandler::* | wxIFMUpdateComponentEventFunction )(wxIFMUpdateComponentEvent &) |
typedef void(wxEvtHandler::* | wxIFMCalcRectsEventFunction )(wxIFMCalcRectsEvent &) |
typedef void(wxEvtHandler::* | wxIFMPaintInterfaceEventFunction )(wxIFMPaintInterfaceEvent &) |
typedef void(wxEvtHandler::* | wxIFMPaintEventFunction )(wxIFMPaintEvent &) |
typedef void(wxEvtHandler::* | wxIFMBeginPaintEventFunction )(wxIFMBeginPaintEvent &) |
typedef void(wxEvtHandler::* | wxIFMEndPaintEventFunction )(wxIFMEndPaintEvent &) |
typedef void(wxEvtHandler::* | wxIFMKeyEventFunction )(wxIFMKeyEvent &) |
typedef void(wxEvtHandler::* | wxIFMMouseEventFunction )(wxIFMMouseEvent &) |
typedef void(wxEvtHandler::* | wxIFMSetCursorEventFunction )(wxIFMSetCursorEvent &) |
typedef void(wxEvtHandler::* | wxIFMFocusEventFunction )(wxIFMFocusEvent &) |
typedef void(wxEvtHandler::* | wxIFMActivateEventFunction )(wxIFMActivateEvent &) |
Functions |
| DECLARE_EVENT_TYPE (wxEVT_IFM_SETFOCUS, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_KILLFOCUS |
| DECLARE_EVENT_TYPE (wxEVT_IFM_ACTIVATE, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_NEWCOMPONENT |
| DECLARE_EVENT_TYPE (wxEVT_IFM_DELETECOMPONENT, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_SHOWCOMPONENT |
| DECLARE_EVENT_TYPE (wxEVT_IFM_VISIBILITYCHANGED, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_ADDCHILD |
| DECLARE_EVENT_TYPE (wxEVT_IFM_SETCHILD, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_REMOVECHILD |
| DECLARE_EVENT_TYPE (wxEVT_IFM_PAINTINTERFACE, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_PAINTBG |
| DECLARE_EVENT_TYPE (wxEVT_IFM_PAINTBORDER, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_PAINTDECOR |
| DECLARE_EVENT_TYPE (wxEVT_IFM_SHOW, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_SHOWCHILD |
| DECLARE_EVENT_TYPE (wxEVT_IFM_HIDECHILD, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_SETCHILDSIZE |
| DECLARE_EVENT_TYPE (wxEVT_IFM_UPDATE, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_UPDATECOMPONENT |
| DECLARE_EVENT_TYPE (wxEVT_IFM_SETDESIREDSIZE, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_GETDESIREDSIZE |
| DECLARE_EVENT_TYPE (wxEVT_IFM_SETRECT, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_SETABSOLUTERECT |
| DECLARE_EVENT_TYPE (wxEVT_IFM_SETBACKGROUNDRECT, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_SETCLIENTRECT |
| DECLARE_EVENT_TYPE (wxEVT_IFM_GETRECT, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_GETABSOLUTERECT |
| DECLARE_EVENT_TYPE (wxEVT_IFM_GETBACKGROUNDRECT, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_GETCLIENTRECT |
| DECLARE_EVENT_TYPE (wxEVT_IFM_CONVERTRECT, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_HITTEST |
| DECLARE_EVENT_TYPE (wxEVT_IFM_GETCONTENTRECT, 0) DECLARE_EVENT_TYPE(wxEVT_IFM_DOCK |
| DECLARE_EVENT_TYPE (wxEVT_IFM_UNDOCK, 0) class wxIFMPluginEvent |
| IFM event base class.
|