#include <dragndrop.h>
Collaboration diagram for wxIFMDockTargetButton:
Public Member Functions | |
wxIFMDockTargetButton (wxWindow *parent, const wxPoint &pos, int id, int icon, wxIFMComponent *component=NULL) | |
void | SetHover (bool hover=true) |
int | GetId () const |
void | SetComponent (wxIFMComponent *component) |
wxIFMComponent * | GetComponent () const |
Private Member Functions | |
void | OnEraseBackground (wxEraseEvent &event) |
void | OnPaint (wxPaintEvent &event) |
Private Attributes | |
bool | m_hover |
int | m_id |
int | m_icon |
wxIFMComponent * | m_component |
Definition at line 346 of file dragndrop.h.
|
Definition at line 1181 of file dragndrop.cpp. |
|
Definition at line 369 of file dragndrop.h. References m_component. Referenced by wxIFMDefaultDockingPlugin::OnDragEnd(). |
|
Definition at line 366 of file dragndrop.h. References m_id. Referenced by wxIFMDefaultDockingPlugin::OnDragEnd(). |
|
|
|
|
|
Definition at line 368 of file dragndrop.h. References m_component. |
|
Notify this button that the mouse is hovering over it. This will cause the button to redraw itself to reflect its new state Definition at line 1195 of file dragndrop.cpp. References m_hover. Referenced by wxIFMDefaultDockingPlugin::OnDrag(). |
|
Definition at line 354 of file dragndrop.h. Referenced by GetComponent(), and SetComponent(). |
|
Definition at line 351 of file dragndrop.h. Referenced by SetHover(). |
|
Definition at line 352 of file dragndrop.h. |
|
Definition at line 352 of file dragndrop.h. Referenced by GetId(). |