comparison gui/src/VariablesDockWidget.h @ 13577:e440b3f32f02

Fixed bug with closing subwindows.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Mon, 01 Aug 2011 18:51:36 +0200
parents b48ac9ad8de0
children c0e66d6e3dc8
comparison
equal deleted inserted replaced
13576:11fcb7094945 13577:e440b3f32f02
33 33
34 public slots: 34 public slots:
35 /** Tells the widget to notice settings that are probably new. */ 35 /** Tells the widget to notice settings that are probably new. */
36 void noticeSettings (); 36 void noticeSettings ();
37 void fetchSymbolTable (); 37 void fetchSymbolTable ();
38 38 void handleVisibilityChanged (bool visible);
39 signals:
40 /** Custom signal that tells if a user has clicke away that dock widget. */
41 void activeChanged (bool active);
42 protected:
43 void closeEvent (QCloseEvent *event);
39 private: 44 private:
40 void construct (); 45 void construct ();
41 void updateTreeEntry (QTreeWidgetItem * treeItem, 46 void updateTreeEntry (QTreeWidgetItem * treeItem,
42 SymbolRecord symbolRecord); 47 SymbolRecord symbolRecord);
43 void updateScope (int topLevelItemIndex, 48 void updateScope (int topLevelItemIndex,