[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/libs/kgllib/extras/kgllib
From:       Rivo Laks <rivolaks () hot ! ee>
Date:       2008-07-21 20:34:56
Message-ID: 1216672496.303784.8356.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 836167 by rivol:

Add WidgetProxy class.
It provides a way for embedding QWidgets in a GLWidget in a mostly transparent way, using
  QGraphicsView. The aim is that you only need to create the WidgetProxy on your GLWidget
  and everything would continue to work as before, e.g. you still use GLWidget::paintGL() to
  do the OpenGL rendering. WidgetProxy also takes care of forwarding events to the right widgets
  (either the gl widget or the graphicsview)

 M  +2 -0      CMakeLists.txt  
 A             widgetproxy.cpp   [License: LGPL (v2.1+)]
 A             widgetproxy.h   [License: LGPL (v2.1+)]


--- trunk/playground/libs/kgllib/extras/kgllib/CMakeLists.txt #836166:836167
@@ -16,6 +16,7 @@
         rendertarget.cpp
         simpleterrain.cpp
         trackball.cpp
+        widgetproxy.cpp
         )
 qt4_automoc(${kgllib-extras_SRCS})
 add_library(kgllib-extras SHARED ${kgllib-extras_SRCS})
@@ -32,6 +33,7 @@
         rendertarget.h
         simpleterrain.h
         trackball.h
+        widgetproxy.h
         DESTINATION ${INCLUDE_INSTALL_DIR}/kgllib
         )
 install(TARGETS kgllib-extras ${INSTALL_TARGETS_DEFAULT_ARGS})
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic