MatOCAD Logo

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

wxIFMSetChildSizeEvent Class Reference

Used to change minimum, maximum, and desired sizes of a child window. More...

#include <events.h>

Inherits wxIFMChildEvent.

Inheritance diagram for wxIFMSetChildSizeEvent:

Inheritance graph
[legend]
Collaboration diagram for wxIFMSetChildSizeEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 wxIFMSetChildSizeEvent (wxWindow *child, const wxSize &desired, const wxSize &min, const wxSize &max, bool update)
 wxIFMSetChildSizeEvent (const wxIFMSetChildSizeEvent &event)
virtual wxEvent * Clone () const
wxSize GetMinSize () const
wxSize GetMaxSize () const
wxSize GetDesiredSize () const
bool GetUpdate () const
void SetUpdate (bool s)

Protected Attributes

wxSize m_min
wxSize m_max
wxSize m_desired
bool m_update

Detailed Description

Used to change minimum, maximum, and desired sizes of a child window.

Definition at line 1217 of file events.h.


Constructor & Destructor Documentation

wxIFMSetChildSizeEvent::wxIFMSetChildSizeEvent wxWindow *  child,
const wxSize &  desired,
const wxSize &  min,
const wxSize &  max,
bool  update
[inline]
 

Definition at line 1224 of file events.h.

Referenced by Clone().

wxIFMSetChildSizeEvent::wxIFMSetChildSizeEvent const wxIFMSetChildSizeEvent event  )  [inline]
 

Definition at line 1232 of file events.h.


Member Function Documentation

virtual wxEvent* wxIFMSetChildSizeEvent::Clone  )  const [inline, virtual]
 

Reimplemented from wxIFMChildEvent.

Definition at line 1240 of file events.h.

References wxIFMSetChildSizeEvent().

wxSize wxIFMSetChildSizeEvent::GetDesiredSize  )  const [inline]
 

Returns:
New desired size of the window
Note:
A width or height of IFM_USE_CURRENT_VALUE means the current width or height value should be used

Definition at line 1261 of file events.h.

References m_desired.

wxSize wxIFMSetChildSizeEvent::GetMaxSize  )  const [inline]
 

Returns:
New maximum size of the window
Note:
A width or height of IFM_USE_CURRENT_VALUE means the current width or height value should be used

Definition at line 1254 of file events.h.

References m_max.

wxSize wxIFMSetChildSizeEvent::GetMinSize  )  const [inline]
 

Returns:
New minimum size of the window
Note:
A width or height of IFM_USE_CURRENT_VALUE means the current width or height value should be used

Definition at line 1247 of file events.h.

References m_min.

Referenced by wxIFMDefaultPlugin::OnSetChildSize().

bool wxIFMSetChildSizeEvent::GetUpdate  )  const [inline]
 

Returns:
If the interface should be updated

Definition at line 1266 of file events.h.

References m_update.

Referenced by wxIFMDefaultPlugin::OnSetChildSize().

void wxIFMSetChildSizeEvent::SetUpdate bool  s  )  [inline]
 

Definition at line 1267 of file events.h.

References m_update.


Member Data Documentation

wxSize wxIFMSetChildSizeEvent::m_desired [protected]
 

Definition at line 1220 of file events.h.

Referenced by GetDesiredSize().

wxSize wxIFMSetChildSizeEvent::m_max [protected]
 

Definition at line 1220 of file events.h.

Referenced by GetMaxSize().

wxSize wxIFMSetChildSizeEvent::m_min [protected]
 

Definition at line 1220 of file events.h.

Referenced by GetMinSize().

bool wxIFMSetChildSizeEvent::m_update [protected]
 

Definition at line 1221 of file events.h.

Referenced by GetUpdate(), and SetUpdate().


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

 

SourceForge Logo