#include <definterface.h>
Inherits wxIFMChildDataBase.
Inheritance diagram for wxIFMDefaultChildData:
Public Member Functions | |
wxIFMDefaultChildData () | |
wxIFMDefaultChildData (wxWindow *child, int type, const wxString &name=IFM_DEFAULT_COMPONENT_NAME, wxSize size=IFM_DEFAULT_SIZE, bool hidden=false, int orientation=IFM_ORIENTATION_DEFAULT, int index=IFM_DEFAULT_INDEX, bool newRow=false, bool tabify=false, const wxBitmap &bmp=wxNullBitmap) | |
wxIFMDefaultChildData (wxWindow *child, int type, wxPoint pos, wxSize size, bool hidden=false, const wxString &name=IFM_DEFAULT_COMPONENT_NAME) | |
wxIFMDefaultChildData (const wxIFMDefaultChildData &data) | |
wxIFMDefaultChildData (const wxIFMChildDataBase &data) | |
Public Attributes | |
int | m_orientation |
int | m_index |
bool | m_newRow |
bool | m_tabify |
wxBitmap | m_bitmap |
wxPoint | m_pos |
Definition at line 449 of file definterface.h.
|
Definition at line 2911 of file definterface.cpp. References IFM_DEFAULT_INDEX, and IFM_DEFAULT_POS. |
|
Definition at line 2922 of file definterface.cpp. References IFM_DEFAULT_POS. |
|
Definition at line 2934 of file definterface.cpp. |
|
Definition at line 2945 of file definterface.cpp. |
|
Definition at line 2955 of file definterface.cpp. References IFM_DEFAULT_INDEX, and IFM_DEFAULT_POS. |
|
This is tab's bitmap Definition at line 486 of file definterface.h. Referenced by wxIFMDefaultInterfacePlugin::OnAddChild(). |
|
Specifies the position of the child within the container specified by orientation. Definition at line 469 of file definterface.h. Referenced by wxIFMDefaultInterfacePlugin::OnAddChild(). |
|
If true a new container will be created for this child Index Only used if new row is false, Definition at line 474 of file definterface.h. Referenced by wxIFMDefaultInterfacePlugin::OnAddChild(). |
|
Possible values: IFM_ORIENTATION_TOP, IFM_ORIENTATION_LEFT, IFM_ORIENTATION_BOTTOM, IFM_ORIENTATION_RIGHT, IFM_ORIENTATION_FLOATING Specifies what side of the window to add the child to
Definition at line 454 of file definterface.h. Referenced by MainFrm::CreateGUIControls(), and wxIFMDefaultInterfacePlugin::OnAddChild(). |
|
Position in screen coordinates of the floating window that will be created to float the child in. Definition at line 491 of file definterface.h. Referenced by wxIFMDefaultInterfacePlugin::OnAddChild(). |
|
If true, and if a panel already exists at the specified Index, the child will be made a tab of the existing panel Definition at line 480 of file definterface.h. Referenced by MainFrm::CreateGUIControls(), and wxIFMDefaultInterfacePlugin::OnAddChild(). |