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

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/desktop/applets/tasks
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-12-15 19:36:07
Message-ID: 20101215193607.7917FAC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1206764 by aseigo:

implement isPopupShowing (other applets are PopupApplets which do this for them)
BUG:230112


 M  +5 -0      tasks.cpp  
 M  +2 -0      tasks.h  


--- trunk/KDE/kdebase/workspace/plasma/desktop/applets/tasks/tasks.cpp #1206763:1206764
@@ -507,6 +507,11 @@
     return m_popupDialog.data();
 }
 
+bool Tasks::isPopupShowing() const
+{
+    return m_popupDialog;
+}
+
 void Tasks::setPopupDialog(bool status)
 {
     Q_UNUSED(status)
--- trunk/KDE/kdebase/workspace/plasma/desktop/applets/tasks/tasks.h #1206763:1206764
@@ -106,6 +106,8 @@
         void needsVisualFocus(bool focus);
         QWidget *popupDialog() const;
 
+        bool isPopupShowing() const;
+
 signals:
         /**
          * emitted whenever we receive a constraintsEvent
[prev in list] [next in list] [prev in thread] [next in thread] 

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