Generated on Thu Mar 22 10:39:54 2012 for Gecode by doxygen 1.6.3

Gecode::Gist::GistMainWindow Class Reference
[Gist: the Gecode Interactive Search Tool]

Main window for stand-alone Gist. More...

#include <mainwindow.hh>

List of all members.

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

Gistc
 The contained Gist object.
QMenuBar * menuBar
 A menu bar.
AboutGist aboutGist
 About dialog.

Detailed Description

Main window for stand-alone Gist.

Definition at line 58 of file mainwindow.hh.


Constructor & Destructor Documentation

Gecode::Gist::GistMainWindow::GistMainWindow ( Space root,
bool  bab,
const Options opt 
)

Constructor.

Definition at line 77 of file mainwindow.cpp.


Member Function Documentation

void Gecode::Gist::GistMainWindow::statusChanged ( const Statistics stats,
bool  finished 
) [protected, slot]

The status has changed (e.g., new solutions have been found).

Definition at line 234 of file mainwindow.cpp.

void Gecode::Gist::GistMainWindow::about ( void   )  [protected, slot]

Open the about dialog.

Definition at line 280 of file mainwindow.cpp.

void Gecode::Gist::GistMainWindow::preferences ( bool  setup = false  )  [protected, slot]

Open the preferences dialog.

Definition at line 285 of file mainwindow.cpp.

void Gecode::Gist::GistMainWindow::populateInspectorSelection ( void   )  [protected, slot]

Populate the inspector menus from the actions found in Gist.

Definition at line 303 of file mainwindow.cpp.

void Gecode::Gist::GistMainWindow::populateInspectors ( void   )  [protected, slot]

Populate the inspector menus from the actions found in Gist.

Definition at line 324 of file mainwindow.cpp.

void Gecode::Gist::GistMainWindow::populateBookmarks ( void   )  [protected, slot]

Populate the bookmarks menus from the actions found in Gist.

Definition at line 316 of file mainwindow.cpp.

void Gecode::Gist::GistMainWindow::closeEvent ( QCloseEvent *  event  )  [protected]

Close Gist.

Definition at line 226 of file mainwindow.cpp.


Member Data Documentation

The contained Gist object.

Definition at line 97 of file mainwindow.hh.

A menu bar.

Definition at line 99 of file mainwindow.hh.

About dialog.

Definition at line 101 of file mainwindow.hh.


The documentation for this class was generated from the following files: