My Project
SallyAPI::GUI::CScrollForm Class Reference

#include <ScrollForm.h>

Inheritance diagram for SallyAPI::GUI::CScrollForm:
SallyAPI::GUI::CForm SallyAPI::GUI::CControl SallyAPI::GUI::CGUIBaseObject SallyAPI::Core::CBaseObject

List of all members.

Public Member Functions

 CScrollForm (SallyAPI::GUI::CGUIBaseObject *parent, int x, int y, int width, int height, int controlId=0)
 Constructor.
virtual ~CScrollForm ()
 Destructor.
virtual void Resize (int width, int height)
 Resizes.
virtual void ResizeScrollArea (int width, int height)
 Resize scroll area. Set to -1 to disable scrollbars again.

Constructor & Destructor Documentation

CScrollForm::CScrollForm ( SallyAPI::GUI::CGUIBaseObject parent,
int  x,
int  y,
int  width,
int  height,
int  controlId = 0 
)

Constructor.

m_iScrollHeight(-1), m_iScrollWidth(-1)

Author:
Christian Knobloch
Date:
07.07.2011
Parameters:
[in,out]parentIf non-null, the parent.
xThe x coordinate.
yThe y coordinate.
widthThe width.
heightThe height.
controlIdIdentifier for the control.

Destructor.

Author:
Christian Knobloch
Date:
07.07.2011

Member Function Documentation

void CScrollForm::Resize ( int  width,
int  height 
) [virtual]

Resizes.

Author:
Christian Knobloch
Date:
07.07.2011
Parameters:
widthThe width.
heightThe height.

Reimplemented from SallyAPI::GUI::CControl.

void CScrollForm::ResizeScrollArea ( int  width,
int  height 
) [virtual]

Resize scroll area. Set to -1 to disable scrollbars again.

Author:
Christian Knobloch
Date:
07.07.2011
Parameters:
widthThe width.
heightThe height.

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