My Project
SallyAPI::Core::CBaseObject Class Reference

Base object. More...

#include <BaseObject.h>

Inheritance diagram for SallyAPI::Core::CBaseObject:
SallyAPI::Core::CFont SallyAPI::GUI::CGUIBaseObject SallyAPI::GUI::CControl SallyAPI::GUI::CWindow SallyAPI::GUI::CBreadcrumb SallyAPI::GUI::CButton SallyAPI::GUI::CCheckbox SallyAPI::GUI::CDropDown SallyAPI::GUI::CEdit SallyAPI::GUI::CForm SallyAPI::GUI::CHorizontalSeperator SallyAPI::GUI::CImageBox SallyAPI::GUI::CLabel SallyAPI::GUI::CProcessbar SallyAPI::GUI::CRadioButton SallyAPI::GUI::CScreensaverControlButton SallyAPI::GUI::CScrollbar SallyAPI::GUI::CSlider SallyAPI::GUI::CVerticalSeperator

List of all members.

Public Member Functions

 CBaseObject ()
 Default constructor.
virtual ~CBaseObject ()
 Destructor.

Static Public Member Functions

static void Init (float widthCorrection, float heightCorrection)
 Initialises this object.

Static Protected Attributes

static float m_fWidthCorrection = 0
static float m_fHeightCorrection = 0
static float m_fDepthCorrection = 0

Detailed Description

Base object.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

Default constructor.

Author:
Christian Knobloch
Date:
19.04.2010

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

void CBaseObject::Init ( float  widthCorrection,
float  heightCorrection 
) [static]

Initialises this object.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
widthCorrectionThe width correction.
heightCorrectionThe height correction.

Member Data Documentation

float CBaseObject::m_fDepthCorrection = 0 [static, protected]
float CBaseObject::m_fHeightCorrection = 0 [static, protected]
float CBaseObject::m_fWidthCorrection = 0 [static, protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines