My Project
SallyAPI::GUI::CButtonBarButton Class Reference

Button bar button. More...

#include <ButtonBarButton.h>

Inheritance diagram for SallyAPI::GUI::CButtonBarButton:
SallyAPI::GUI::CButton SallyAPI::GUI::CControl SallyAPI::GUI::CGUIBaseObject SallyAPI::Core::CBaseObject

List of all members.

Public Member Functions

 CButtonBarButton (SallyAPI::GUI::CGUIBaseObject *parent, int width, int controlId=0)
 Constructor.
virtual ~CButtonBarButton ()
 Destructor.
void SetFirst (bool first)
 Sets a first.
void SetLast (bool last)
 Sets a last.

Protected Member Functions

virtual void RenderControl ()
 Renders a control.

Protected Attributes

bool m_bFirst
bool m_bLast

Detailed Description

Button bar button.

Author:
Christian Knobloch
Date:
13.09.2010

Constructor & Destructor Documentation

CButtonBarButton::CButtonBarButton ( SallyAPI::GUI::CGUIBaseObject parent,
int  width,
int  controlId = 0 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
[in,out]parentIf non-null, the parent.
widthThe width.
controlIdIdentifier for the control.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

void CButtonBarButton::RenderControl ( ) [protected, virtual]

Renders a control.

Author:
Christian Knobloch
Date:
19.04.2010

Reimplemented from SallyAPI::GUI::CButton.

void CButtonBarButton::SetFirst ( bool  first)

Sets a first.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
firsttrue to first.
void CButtonBarButton::SetLast ( bool  last)

Sets a last.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
lasttrue to last.

Member Data Documentation


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