Generated on Thu Jan 31 2019 20:56:48 for Gecode by doxygen 1.8.15

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

#include <mainwindow.hh>

Public Member Functions

 GistMainWindow (Space *root, bool bab, const Options &opt)
 Constructor. More...
 

Protected Slots

void statusChanged (const Statistics &stats, bool finished)
 The status has changed (e.g., new solutions have been found) More...
 
void about (void)
 Open the about dialog. More...
 
void preferences (bool setup=false)
 Open the preferences dialog. More...
 
void populateInspectorSelection (void)
 Populate the inspector menus from the actions found in Gist. More...
 
void populateInspectors (void)
 Populate the inspector menus from the actions found in Gist. More...
 
void populateBookmarks (void)
 Populate the bookmarks menus from the actions found in Gist. More...
 

Protected Member Functions

void closeEvent (QCloseEvent *event)
 Close Gist. More...
 

Protected Attributes

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

Detailed Description

Main window for stand-alone Gist.

Definition at line 58 of file mainwindow.hh.

Constructor & Destructor Documentation

◆ GistMainWindow()

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

Constructor.

Definition at line 81 of file mainwindow.cpp.

Member Function Documentation

◆ statusChanged

void Gecode::Gist::GistMainWindow::statusChanged ( const Statistics stats,
bool  finished 
)
protectedslot

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

Definition at line 238 of file mainwindow.cpp.

◆ about

void Gecode::Gist::GistMainWindow::about ( void  )
protectedslot

Open the about dialog.

Definition at line 280 of file mainwindow.cpp.

◆ preferences

void Gecode::Gist::GistMainWindow::preferences ( bool  setup = false)
protectedslot

Open the preferences dialog.

Definition at line 285 of file mainwindow.cpp.

◆ populateInspectorSelection

void Gecode::Gist::GistMainWindow::populateInspectorSelection ( void  )
protectedslot

Populate the inspector menus from the actions found in Gist.

Definition at line 304 of file mainwindow.cpp.

◆ populateInspectors

void Gecode::Gist::GistMainWindow::populateInspectors ( void  )
protectedslot

Populate the inspector menus from the actions found in Gist.

Definition at line 325 of file mainwindow.cpp.

◆ populateBookmarks

void Gecode::Gist::GistMainWindow::populateBookmarks ( void  )
protectedslot

Populate the bookmarks menus from the actions found in Gist.

Definition at line 317 of file mainwindow.cpp.

◆ closeEvent()

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

Close Gist.

Definition at line 230 of file mainwindow.cpp.

Member Data Documentation

◆ c

Gist* Gecode::Gist::GistMainWindow::c
protected

The contained Gist object.

Definition at line 95 of file mainwindow.hh.

◆ menuBar

QMenuBar* Gecode::Gist::GistMainWindow::menuBar
protected

A menu bar.

Definition at line 97 of file mainwindow.hh.

◆ aboutGist

AboutGist Gecode::Gist::GistMainWindow::aboutGist
protected

About dialog.

Definition at line 99 of file mainwindow.hh.


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