KVIrc
5.2.0
Developer APIs
src
modules
objects
KvsObject_groupBox.h
Go to the documentation of this file.
1
#ifndef _CLASS_GROUPBOX_H_
2
#define _CLASS_GROUPBOX_H_
3
//=============================================================================
4
//
5
// File : KvsObject_groupBox.h
6
// Creation date : Fri Jan 28 14:21:48 CEST 2005
7
// by Tonino Imbesi(Grifisx) and Alessandro Carbone(Noldor)
8
//
9
// This file is part of the KVIrc IRC client distribution
10
// Copyright (C) 2005-2009 Alessandro Carbone (elfonol at gmail dot com)
11
//
12
// This program is FREE software. You can redistribute it and/or
13
// modify it under the terms of the GNU General Public License
14
// as published by the Free Software Foundation; either version 2
15
// of the License, or (at your option) any later version.
16
//
17
// This program is distributed in the HOPE that it will be USEFUL,
18
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20
// See the GNU General Public License for more details.
21
//
22
// You should have received a copy of the GNU General Public License
23
// along with this program. If not, write to the Free Software Foundation,
24
// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
25
//
26
//=============================================================================
27
28
#include <
KviTalGroupBox.h
>
29
#include "
KvsObject_widget.h
"
30
#include "
object_macros.h
"
31
32
class
KvsObject_groupBox
:
public
KvsObject_widget
33
{
34
public
:
35
KVSO_DECLARE_OBJECT
(
KvsObject_groupBox
)
36
public
:
37
QWidget *
widget
() {
return
(QWidget *)
object
(); };
38
protected
:
39
bool
init
(
KviKvsRunTimeContext
* pContext,
KviKvsVariantList
* pParams)
override
;
40
41
bool
setTitle
(
KviKvsObjectFunctionCall
* c);
42
bool
title
(
KviKvsObjectFunctionCall
* c);
43
bool
setFlat
(
KviKvsObjectFunctionCall
* c);
44
bool
isFlat
(
KviKvsObjectFunctionCall
* c);
45
bool
setCheckable
(
KviKvsObjectFunctionCall
* c);
46
bool
isCheckable
(
KviKvsObjectFunctionCall
* c);
47
bool
setInsideMargin
(
KviKvsObjectFunctionCall
* c);
48
bool
insideMargin
(
KviKvsObjectFunctionCall
* c);
49
bool
setInsideSpacing
(
KviKvsObjectFunctionCall
* c);
50
bool
insideSpacing
(
KviKvsObjectFunctionCall
* c);
51
bool
addSpace
(
KviKvsObjectFunctionCall
* c);
52
bool
alignment
(
KviKvsObjectFunctionCall
* c);
53
bool
setAlignment
(
KviKvsObjectFunctionCall
* c);
54
bool
setOrientation
(
KviKvsObjectFunctionCall
* c);
55
bool
isChecked
(
KviKvsObjectFunctionCall
* c);
56
bool
setChecked
(
KviKvsObjectFunctionCall
* c);
57
};
58
#endif
KviTalGroupBox.h
Class for groupbox.
KvsObject_widget.h
KviKvsObjectFunctionCall
Definition
KviKvsObjectFunctionCall.h:34
KviKvsObject::object
QObject * object() const
Definition
KviKvsObject.h:94
KviKvsRunTimeContext
Definition
KviKvsRunTimeContext.h:104
KviKvsVariantList
Class to handle variant variables lists.
Definition
KviKvsVariantList.h:42
KvsObject_groupBox
Definition
KvsObject_groupBox.h:33
KvsObject_groupBox::setTitle
bool setTitle(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::isFlat
bool isFlat(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::addSpace
bool addSpace(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::setFlat
bool setFlat(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::setCheckable
bool setCheckable(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::alignment
bool alignment(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::isChecked
bool isChecked(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::setOrientation
bool setOrientation(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::setInsideSpacing
bool setInsideSpacing(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::widget
QWidget * widget()
Definition
KvsObject_groupBox.h:37
KvsObject_groupBox::setInsideMargin
bool setInsideMargin(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::insideSpacing
bool insideSpacing(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::insideMargin
bool insideMargin(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::isCheckable
bool isCheckable(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::setChecked
bool setChecked(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::setAlignment
bool setAlignment(KviKvsObjectFunctionCall *c)
KvsObject_groupBox::title
bool title(KviKvsObjectFunctionCall *c)
KvsObject_widget
Definition
KvsObject_widget.h:40
object_macros.h
KVSO_DECLARE_OBJECT
#define KVSO_DECLARE_OBJECT(__className)
Definition
object_macros.h:33
init
int init()
Definition
winamp.cpp:118
Generated on Mon Feb 26 2024 16:24:31 for KVIrc by
1.9.8