diff options
| author | 2010-06-21 15:46:45 +0000 | |
|---|---|---|
| committer | 2010-06-21 15:46:45 +0000 | |
| commit | ed9dd025690aa6d01e3408f26ed625241d09ac27 (patch) | |
| tree | bc0bf5381c29204c8ffd48fd8ff70cf06b2fc1ac /src/modules/objects/class_tablewidget.h | |
| parent | Additional fix related to script popups (diff) | |
| download | KVIrc-ed9dd025690aa6d01e3408f26ed625241d09ac27.tar.gz KVIrc-ed9dd025690aa6d01e3408f26ed625241d09ac27.tar.bz2 KVIrc-ed9dd025690aa6d01e3408f26ed625241d09ac27.zip | |
Some fixes + docs updating + some little code improvements in objects module
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4491 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_tablewidget.h')
| -rw-r--r-- | src/modules/objects/class_tablewidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/objects/class_tablewidget.h b/src/modules/objects/class_tablewidget.h index e4857c8fc..5f2f4c9a2 100644 --- a/src/modules/objects/class_tablewidget.h +++ b/src/modules/objects/class_tablewidget.h @@ -99,9 +99,13 @@ public: bool showColumn(KviKvsObjectFunctionCall *c); bool hideRow(KviKvsObjectFunctionCall *c); bool showRow(KviKvsObjectFunctionCall *c); + bool customContextMenuRequestedEvent(KviKvsObjectFunctionCall *c); + bool resizeRowsToContents(KviKvsObjectFunctionCall *c); + bool resizeColumnsToContents(KviKvsObjectFunctionCall *c); protected slots: void slotItemEntered(QTableWidgetItem *); + void slotCustomContextMenuRequested(const QPoint &pnt); void cellActivated(int iRow,int iCol); void cellDoubleClicked(int iRow,int iCol); }; |
