Documents > BPS V2 C++ API
BpsPushButton Class Reference

Abstract base class for standard push buttons. More...

#include <bpspushbuttons.h>

+ Inheritance diagram for BpsPushButton:

List of all members.

Public Member Functions

 BpsPushButton (const QString &aLabel, QWidget *aParent=0)
 BpsPushButton (const QString &aIconName, const QString &aLabel, QWidget *aParent=0)

Detailed Description

Abstract base class for standard push buttons.


Constructor & Destructor Documentation

BpsPushButton::BpsPushButton ( const QString &  aLabel,
QWidget *  aParent = 0 
)
Parameters:
[in]aLabelThe custom text for the push button.
[in]aParentThe parent widget.
BpsPushButton::BpsPushButton ( const QString &  aIconName,
const QString &  aLabel,
QWidget *  aParent = 0 
)
Parameters:
[in]aIconNameThe icon name.
[in]aLabelThe custom text for the push button.
[in]aParentThe parent widget.

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