aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_tablewidget.h
diff options
context:
space:
mode:
authorGravatar Noldor2009-02-17 16:39:30 +0000
committerGravatar Noldor2009-02-17 16:39:30 +0000
commit363260b05b3f6edb1a6a9e2244fd8c7b8c559652 (patch)
tree70258362129d962852b4f9b8a25ae26ded004c1c /src/modules/objects/class_tablewidget.h
parentfix for #368 (diff)
downloadKVIrc-363260b05b3f6edb1a6a9e2244fd8c7b8c559652.tar.gz
KVIrc-363260b05b3f6edb1a6a9e2244fd8c7b8c559652.tar.bz2
KVIrc-363260b05b3f6edb1a6a9e2244fd8c7b8c559652.zip
More work on objects module (w.i.p.)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3079 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_tablewidget.h')
-rw-r--r--src/modules/objects/class_tablewidget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modules/objects/class_tablewidget.h b/src/modules/objects/class_tablewidget.h
index a86a44a86..795c5f336 100644
--- a/src/modules/objects/class_tablewidget.h
+++ b/src/modules/objects/class_tablewidget.h
@@ -53,6 +53,12 @@ protected:
bool rowCount(KviKvsObjectFunctionCall *c);
bool setHorizontalHeaderLabels(KviKvsObjectFunctionCall *c);
bool setVerticalHeaderLabels(KviKvsObjectFunctionCall *c);
+ bool setCellWidget(KviKvsObjectFunctionCall *c);
+
+ bool hideHorizontalHeader(KviKvsObjectFunctionCall *c);
+ bool showHorizontalHeader(KviKvsObjectFunctionCall *c);
+ bool hideVerticalHeader(KviKvsObjectFunctionCall *c);
+ bool showVerticalHeader(KviKvsObjectFunctionCall *c);
//bool clickEvent(KviKvsObjectFunctionCall *c);
protected slots: