aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_tablewidget.h
diff options
context:
space:
mode:
authorGravatar Noldor2010-07-20 05:53:20 +0000
committerGravatar Noldor2010-07-20 05:53:20 +0000
commit1bcbc98c4c0e4fa1327e8a7017e8691d342192c3 (patch)
tree5e60853fb291d7ebe13d020365d175b692845231 /src/modules/objects/class_tablewidget.h
parentfix for #844 (diff)
downloadKVIrc-1bcbc98c4c0e4fa1327e8a7017e8691d342192c3.tar.gz
KVIrc-1bcbc98c4c0e4fa1327e8a7017e8691d342192c3.tar.bz2
KVIrc-1bcbc98c4c0e4fa1327e8a7017e8691d342192c3.zip
Tablewidget kvs class code improvements
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4680 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_tablewidget.h')
-rw-r--r--src/modules/objects/class_tablewidget.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/modules/objects/class_tablewidget.h b/src/modules/objects/class_tablewidget.h
index f188be39b..f2bf20fc6 100644
--- a/src/modules/objects/class_tablewidget.h
+++ b/src/modules/objects/class_tablewidget.h
@@ -81,6 +81,13 @@ protected:
bool itemRowColAt(KviKvsObjectFunctionCall *c);
bool rowCount(KviKvsObjectFunctionCall *c);
+
+ bool insertRow(KviKvsObjectFunctionCall *c);
+ bool insertColumn(KviKvsObjectFunctionCall *c);
+ bool removeRow(KviKvsObjectFunctionCall *c);
+ bool removeColumn(KviKvsObjectFunctionCall *c);
+
+
bool setHorizontalHeaderLabels(KviKvsObjectFunctionCall *c);
bool setVerticalHeaderLabels(KviKvsObjectFunctionCall *c);
bool setCellWidget(KviKvsObjectFunctionCall *c);