aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_radioButton.cpp
diff options
context:
space:
mode:
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)