MatOCAD Logo

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

wxIFMDimensions Class Reference

#include <ifmdefs.h>

List of all members.

Public Member Functions

 wxIFMDimensions ()
void Set (int i)
wxIFMDimensionsoperator= (const wxIFMDimensions &rect)

Public Attributes

int top
int bottom
int left
int right


Detailed Description

Data structure used to store the widths of borders and margins for each side of a component

Definition at line 143 of file ifmdefs.h.


Constructor & Destructor Documentation

wxIFMDimensions::wxIFMDimensions  )  [inline]
 

Definition at line 148 of file ifmdefs.h.


Member Function Documentation

wxIFMDimensions& wxIFMDimensions::operator= const wxIFMDimensions rect  )  [inline]
 

Definition at line 168 of file ifmdefs.h.

References bottom, left, right, and top.

void wxIFMDimensions::Set int  i  )  [inline]
 

Sets the dimension value for all sides.

Parameters:
i Dimension value to set.

Definition at line 160 of file ifmdefs.h.

Referenced by wxIFMDefaultPanelPlugin::OnCreateComponent(), and wxIFMDefaultContainerPlugin::OnCreateComponent().


Member Data Documentation

int wxIFMDimensions::bottom
 

Definition at line 146 of file ifmdefs.h.

Referenced by wxIFMDefaultPlugin::OnConvertRect(), wxIFMDefaultPanelPlugin::OnCreateComponent(), wxIFMDefaultPlugin::OnPaintBorder(), and operator=().

int wxIFMDimensions::left
 

Definition at line 146 of file ifmdefs.h.

Referenced by wxIFMDefaultPlugin::OnConvertRect(), wxIFMDefaultContainerPlugin::OnCreateComponent(), wxIFMDefaultPlugin::OnPaintBorder(), and operator=().

int wxIFMDimensions::right
 

Definition at line 146 of file ifmdefs.h.

Referenced by wxIFMDefaultPlugin::OnConvertRect(), wxIFMDefaultPlugin::OnPaintBorder(), and operator=().

int wxIFMDimensions::top
 

Definition at line 146 of file ifmdefs.h.

Referenced by wxIFMDefaultPlugin::OnConvertRect(), wxIFMDefaultPanelPlugin::OnCreateComponent(), wxIFMDefaultPlugin::OnPaintBorder(), and operator=().


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

 

SourceForge Logo