aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_widget.h
diff options
context:
space:
mode:
authorGravatar Noldor2011-04-28 16:21:09 +0000
committerGravatar Noldor2011-04-28 16:21:09 +0000
commit6ef086201df1e347590198f843c87ce320453176 (patch)
tree0846f136ec43f7ef5b91b3734e94462a60afa989 /src/modules/objects/KvsObject_widget.h
parentAdded alpha component in color options (diff)
downloadKVIrc-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.h5
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