KVIrc  4.9.2
DeveloperAPIs
Macros | Functions | Variables
KvsObject_groupBox.cpp File Reference
#include <KviTalGroupBox.h>
#include "KvsObject_groupBox.h"
#include "KviError.h"
#include "kvi_debug.h"
#include "KviLocale.h"
#include "KviIconManager.h"

Macros

#define align_num   (sizeof(align_tbl) / sizeof(align_tbl[0]))
 

Functions

 KVSO_CLASS_FUNCTION (groupBox, setTitle)
 
 KVSO_CLASS_FUNCTION (groupBox, title)
 
 KVSO_CLASS_FUNCTION (groupBox, setFlat)
 
 KVSO_CLASS_FUNCTION (groupBox, isFlat)
 
 KVSO_CLASS_FUNCTION (groupBox, setCheckable)
 
 KVSO_CLASS_FUNCTION (groupBox, isCheckable)
 
 KVSO_CLASS_FUNCTION (groupBox, setChecked)
 
 KVSO_CLASS_FUNCTION (groupBox, isChecked)
 
 KVSO_CLASS_FUNCTION (groupBox, setInsideMargin)
 
 KVSO_CLASS_FUNCTION (groupBox, insideMargin)
 
 KVSO_CLASS_FUNCTION (groupBox, setInsideSpacing)
 
 KVSO_CLASS_FUNCTION (groupBox, insideSpacing)
 
 KVSO_CLASS_FUNCTION (groupBox, addSpace)
 
 KVSO_CLASS_FUNCTION (groupBox, setAlignment)
 
 KVSO_CLASS_FUNCTION (groupBox, alignment)
 
 KVSO_CLASS_FUNCTION (groupBox, setOrientation)
 

Variables

const int align_cod []
 
const char *const align_tbl []
 

Macro Definition Documentation

#define align_num   (sizeof(align_tbl) / sizeof(align_tbl[0]))

Referenced by KVSO_CLASS_FUNCTION().

Function Documentation

KVSO_CLASS_FUNCTION ( groupBox  ,
setTitle   
)
KVSO_CLASS_FUNCTION ( groupBox  ,
title   
)

References c, and CHECK_INTERNAL_POINTER.

KVSO_CLASS_FUNCTION ( groupBox  ,
setFlat   
)
KVSO_CLASS_FUNCTION ( groupBox  ,
isFlat   
)

References c, and CHECK_INTERNAL_POINTER.

KVSO_CLASS_FUNCTION ( groupBox  ,
setCheckable   
)
KVSO_CLASS_FUNCTION ( groupBox  ,
isCheckable   
)

References c, and CHECK_INTERNAL_POINTER.

KVSO_CLASS_FUNCTION ( groupBox  ,
setChecked   
)
KVSO_CLASS_FUNCTION ( groupBox  ,
isChecked   
)

References c, and CHECK_INTERNAL_POINTER.

KVSO_CLASS_FUNCTION ( groupBox  ,
setInsideMargin   
)
KVSO_CLASS_FUNCTION ( groupBox  ,
insideMargin   
)

References c, and CHECK_INTERNAL_POINTER.

KVSO_CLASS_FUNCTION ( groupBox  ,
setInsideSpacing   
)
KVSO_CLASS_FUNCTION ( groupBox  ,
insideSpacing   
)

References c, and CHECK_INTERNAL_POINTER.

KVSO_CLASS_FUNCTION ( groupBox  ,
addSpace   
)
KVSO_CLASS_FUNCTION ( groupBox  ,
setAlignment   
)
KVSO_CLASS_FUNCTION ( groupBox  ,
alignment   
)
KVSO_CLASS_FUNCTION ( groupBox  ,
setOrientation   
)

Variable Documentation

const int align_cod[]
Initial value:
= {
Qt::AlignLeft,
Qt::AlignRight,
Qt::AlignHCenter
}

Referenced by KVSO_CLASS_FUNCTION().

const char* const align_tbl[]
Initial value:
= {
"Left",
"Right",
"HCenter"
}

Referenced by KVSO_CLASS_FUNCTION().