aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_radioButton.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-03-02 12:15:44 +0000
committerGravatar un1versal2016-03-14 04:57:12 +0000
commitf138911b65dfce85c551f9e2e4bbeb595d6c6755 (patch)
tree701d5eec803c30160be47f8762b5838e57bc44dd /src/modules/objects/KvsObject_radioButton.cpp
parentcleanup: add or remove empty lines between documentation blocks & code (diff)
downloadKVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.gz
KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.bz2
KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.zip
documentation: formatting/indentation + minor syntax fixes
+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
Diffstat (limited to 'src/modules/objects/KvsObject_radioButton.cpp')
-rw-r--r--src/modules/objects/KvsObject_radioButton.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/modules/objects/KvsObject_radioButton.cpp b/src/modules/objects/KvsObject_radioButton.cpp
index e26f3c108..05d732224 100644
--- a/src/modules/objects/KvsObject_radioButton.cpp
+++ b/src/modules/objects/KvsObject_radioButton.cpp
@@ -30,6 +30,7 @@
#include "KviIconManager.h"
#include <QRadioButton>
+
/*
@doc: radiobutton
@keyterms:
@@ -52,18 +53,15 @@
!fn: $setChecked(<bChecked:boolean>)
Sets whether the radio button is checked to check.
!fn: $setPixmap(<image_id>)
- Sets the pixmap shown on the radiobutton..See the [doc:image_id]image identifier[/doc] documentation for the explanation
- of the <image_id> parameter.
+ Sets the pixmap shown on the radiobutton. See the [doc:image_id]image identifier[/doc]
+ documentation for the explanation of the <image_id> parameter.
!fn: <bool>$toggleEvent()
- Called by KVIrc when the radibutton state is toggled.
+ Called by KVIrc when the radiobutton state is toggled.
The default implementation emits the toggled(<bool>) signal.
!sg: $toggled()
This signal is emitted by the default implementation of [classfnc]$toggleEvent[/classfnc]().[br]
-
-
*/
-
KVSO_BEGIN_REGISTERCLASS(KvsObject_radioButton,"radiobutton","widget")
KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_radioButton,setText)