
Main window for stand-alone Gist. More...
#include <mainwindow.hh>
Public Member Functions | |
| GistMainWindow (Space *root, bool bab, const Options &opt) | |
| Constructor. | |
Protected Slots | |
| void | statusChanged (const Statistics &stats, bool finished) |
| The status has changed (e.g., new solutions have been found) | |
| void | about (void) |
| Open the about dialog. | |
| void | preferences (bool setup=false) |
| Open the preferences dialog. | |
| void | populateInspectorSelection (void) |
| Populate the inspector menus from the actions found in Gist. | |
| void | populateInspectors (void) |
| Populate the inspector menus from the actions found in Gist. | |
| void | populateBookmarks (void) |
| Populate the bookmarks menus from the actions found in Gist. | |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *event) |
| Close Gist. | |
Protected Attributes | |
| Gist * | c |
| The contained Gist object. | |
| QMenuBar * | menuBar |
| A menu bar. | |
| AboutGist | aboutGist |
| About dialog. | |
Main window for stand-alone Gist.
Definition at line 54 of file mainwindow.hh.
Constructor.
Definition at line 77 of file mainwindow.cpp.
|
protectedslot |
The status has changed (e.g., new solutions have been found)
Definition at line 234 of file mainwindow.cpp.
|
protectedslot |
Open the about dialog.
Definition at line 276 of file mainwindow.cpp.
|
protectedslot |
Open the preferences dialog.
Definition at line 281 of file mainwindow.cpp.
|
protectedslot |
Populate the inspector menus from the actions found in Gist.
Definition at line 300 of file mainwindow.cpp.
|
protectedslot |
Populate the inspector menus from the actions found in Gist.
Definition at line 321 of file mainwindow.cpp.
|
protectedslot |
Populate the bookmarks menus from the actions found in Gist.
Definition at line 313 of file mainwindow.cpp.
|
protected |
Close Gist.
Definition at line 226 of file mainwindow.cpp.
|
protected |
The contained Gist object.
Definition at line 91 of file mainwindow.hh.
|
protected |
A menu bar.
Definition at line 93 of file mainwindow.hh.
|
protected |
About dialog.
Definition at line 95 of file mainwindow.hh.