MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

wxIFMResizeData Class Reference

#include <resize.h>

Inherits wxIFMExtensionDataBase.

Inheritance diagram for wxIFMResizeData:

Inheritance graph
[legend]
Collaboration diagram for wxIFMResizeData:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 wxIFMResizeData ()
wxIFMComponentDataKeyType GetDataKey () const

Static Public Member Functions

static wxIFMComponentDataKeyType DataKey ()

Public Attributes

int m_side
bool m_display
 whether or not to display a resize sash
wxRect m_rect
 resize sash rect

Detailed Description

Storage class for resize plugin data

Definition at line 101 of file resize.h.


Constructor & Destructor Documentation

wxIFMResizeData::wxIFMResizeData  ) 
 

Definition at line 896 of file resize.cpp.


Member Function Documentation

wxIFMComponentDataKeyType wxIFMResizeData::DataKey  )  [static]
 

Note that this function is the static version of GetDataKey. ALL component data types must implement their own copy of this function.

Returns:
Key used to retrieve this data

Reimplemented from wxIFMExtensionDataBase.

Definition at line 907 of file resize.cpp.

wxIFMComponentDataKeyType wxIFMResizeData::GetDataKey  )  const [virtual]
 

Returns:
Key used to retrieve this data

Implements wxIFMExtensionDataBase.

Definition at line 902 of file resize.cpp.


Member Data Documentation

bool wxIFMResizeData::m_display
 

whether or not to display a resize sash

what side to display a resize sash on can be IFM_ORIENTATION_(LEFT|RIGHT|TOP|BOTTOM)

Definition at line 109 of file resize.h.

Referenced by wxIFMDefaultResizePlugin::OnConvertRect(), wxIFMDefaultResizePlugin::OnGetRect(), wxIFMDefaultResizePlugin::OnPaintDecor(), wxIFMDefaultResizePlugin::UpdateContainerResizeSashes(), and wxIFMDefaultResizePlugin::UpdateResizeSashes().

wxRect wxIFMResizeData::m_rect
 

resize sash rect

Definition at line 110 of file resize.h.

Referenced by wxIFMDefaultResizePlugin::OnGetRect(), and wxIFMDefaultResizePlugin::OnSetRect().

int wxIFMResizeData::m_side
 

Definition at line 107 of file resize.h.

Referenced by wxIFMDefaultResizePlugin::OnConvertRect(), wxIFMDefaultResizePlugin::OnPaintDecor(), wxIFMDefaultResizePlugin::OnResizeBegin(), wxIFMDefaultResizePlugin::OnResizeEnd(), wxIFMDefaultResizePlugin::OnSetCursor(), wxIFMDefaultResizePlugin::OnSetRect(), wxIFMDefaultResizePlugin::UpdateContainerResizeSashes(), and wxIFMDefaultResizePlugin::UpdateResizeSashes().


The documentation for this class was generated from the following files:

 

SourceForge Logo