KVIrc
4.9.2
DeveloperAPIs
|
Toolkit Abstraction Layer: groupbox class. More...
#include <KviTalGroupBox.h>
Public Member Functions | |
void | addSpace (int iSpace) |
Adds a space. More... | |
int | insideMargin () |
Returns the inside margin. More... | |
int | insideSpacing () |
Returns the inside spacing. More... | |
KviTalGroupBox (QWidget *pParent, char *pcName=0) | |
Constructs the groupbox object. More... | |
KviTalGroupBox (QWidget *pParent=0) | |
Constructs the groupbox object. More... | |
KviTalGroupBox (const QString &szTitle, QWidget *pParent=0) | |
Constructs the groupbox object. More... | |
KviTalGroupBox (Qt::Orientation orientation, QWidget *pParent=0) | |
Constructs the groupbox object. More... | |
KviTalGroupBox (Qt::Orientation orientation, const QString &szTitle, QWidget *pParent=0) | |
Constructs the groupbox object. More... | |
void | setInsideMargin (int iMargin) |
Sets the inside margin. More... | |
void | setInsideSpacing (int iSpacing) |
Sets the inside spacing. More... | |
void | setLayout (QLayout *newLayout) |
Sets a new layout. More... | |
void | setOrientation (Qt::Orientation orientation) |
Sets the orientation. More... | |
~KviTalGroupBox () | |
Destroys the groupbox object. More... | |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *e) |
Protected Attributes | |
QLayout * | m_pLayout |
Qt::Orientation | mOrientation |
Toolkit Abstraction Layer: groupbox class.
KviTalGroupBox::KviTalGroupBox | ( | QWidget * | pParent, |
char * | pcName = 0 |
||
) |
Constructs the groupbox object.
pParent | The parent object |
pcName | the name of the groupbox |
References m_pLayout.
KviTalGroupBox::KviTalGroupBox | ( | QWidget * | pParent = 0 | ) |
Constructs the groupbox object.
pParent | The parent object |
References m_pLayout.
KviTalGroupBox::KviTalGroupBox | ( | const QString & | szTitle, |
QWidget * | pParent = 0 |
||
) |
Constructs the groupbox object.
szTitle | The title of the groupbox |
pParent | The parent object |
References m_pLayout.
KviTalGroupBox::KviTalGroupBox | ( | Qt::Orientation | orientation, |
QWidget * | pParent = 0 |
||
) |
Constructs the groupbox object.
orientation | The orientation of the groupbox |
pParent | The parent object |
References m_pLayout.
KviTalGroupBox::KviTalGroupBox | ( | Qt::Orientation | orientation, |
const QString & | szTitle, | ||
QWidget * | pParent = 0 |
||
) |
Constructs the groupbox object.
orientation | The orientation of the groupbox |
szTitle | The title of the groupbox |
pParent | The parent object |
References m_pLayout, and mOrientation.
|
default |
Destroys the groupbox object.
void KviTalGroupBox::addSpace | ( | int | iSpace | ) |
Adds a space.
iSpace | The space in pixels |
References m_pLayout, and mOrientation.
|
protectedvirtual |
References m_pLayout.
|
inline |
Returns the inside margin.
|
inline |
Returns the inside spacing.
|
inline |
Sets the inside margin.
iMargin | The margin in pixels |
|
inline |
Sets the inside spacing.
iSpacing | The spacing in pixels |
Referenced by ScriptEditorWidgetColorOptions::ScriptEditorWidgetColorOptions().
void KviTalGroupBox::setLayout | ( | QLayout * | newLayout | ) |
Sets a new layout.
newLayout | The new layout |
References m_pLayout.
Referenced by IrcNetworkDetailsWidget::IrcNetworkDetailsWidget(), IrcServerDetailsWidget::IrcServerDetailsWidget(), OptionsWidget_highlighting::OptionsWidget_highlighting(), and OptionsWidget_textEncoding::OptionsWidget_textEncoding().
void KviTalGroupBox::setOrientation | ( | Qt::Orientation | orientation | ) |
Sets the orientation.
orientation | The orientation :) |
References m_pLayout, and mOrientation.
Referenced by KvsObject_groupBox::init().
|
protected |
Referenced by addSpace(), childEvent(), KviTalGroupBox(), setLayout(), and setOrientation().
|
protected |
Referenced by addSpace(), KviTalGroupBox(), and setOrientation().