diff options
| author | 2011-04-28 16:21:09 +0000 | |
|---|---|---|
| committer | 2011-04-28 16:21:09 +0000 | |
| commit | 6ef086201df1e347590198f843c87ce320453176 (patch) | |
| tree | 0846f136ec43f7ef5b91b3734e94462a60afa989 /src/modules/objects/KvsObject_widget.h | |
| parent | Added alpha component in color options (diff) | |
| download | KVIrc-6ef086201df1e347590198f843c87ce320453176.tar.gz KVIrc-6ef086201df1e347590198f843c87ce320453176.tar.bz2 KVIrc-6ef086201df1e347590198f843c87ce320453176.zip | |
Code improvements in kvs classes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5805 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_widget.h')
| -rw-r--r-- | src/modules/objects/KvsObject_widget.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/objects/KvsObject_widget.h b/src/modules/objects/KvsObject_widget.h index cc2610ff0..200492e85 100644 --- a/src/modules/objects/KvsObject_widget.h +++ b/src/modules/objects/KvsObject_widget.h @@ -30,6 +30,8 @@ #include "KviTalToolTip.h" #include "object_macros.h" +#include <QGraphicsEffect> + #ifdef COMPILE_WEBKIT_SUPPORT #include <QtWebKit/QWebView> #endif @@ -51,6 +53,7 @@ protected: #endif virtual bool eventFilter(QObject *o,QEvent *e); KviKvsRunTimeContext *m_pContext; + QGraphicsDropShadowEffect *pGraphicsEffect; // ok, it is clear that we're messing with the naming conventions for the // object classes :D // let's try to use this one: @@ -120,6 +123,8 @@ protected: bool windowTitle(KviKvsObjectFunctionCall *c); bool x(KviKvsObjectFunctionCall *); bool y(KviKvsObjectFunctionCall *); + + bool grab(KviKvsObjectFunctionCall *); #ifdef COMPILE_WEBKIT_SUPPORT bool setWebView(KviKvsObjectFunctionCall *c); #endif |
