Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SolutionAnnotateDialog Class Reference

Lets the user annotate a solution. More...

#include <solution_annotate_dialog.h>

Inheritance diagram for SolutionAnnotateDialog::

List of all members.

Public Slots

void solutionSelected (int index)

Public Methods

 SolutionAnnotateDialog (CompressedMap const &map, QWidget *parent=0, const char *name=0)
 SolutionAnnotateDialog (int index, QWidget *parent=0, const char *name=0)

Protected Slots

void slotUser1 ()
void slotOk ()

Private Methods

void annotateSolution (int solution)

Private Attributes

SolutionListViewm_list_view
int m_index

Detailed Description

Lets the user annotate a solution.

Author:
Ralf Schmelter (ralfs@pc2a.chemie.uni-dortmund.de).
Version:
0.1


Constructor & Destructor Documentation

SolutionAnnotateDialog::SolutionAnnotateDialog CompressedMap const & map,
QWidget * parent = 0,
const char * name = 0
 

Contructs the object.

Note that the map <e>must</e> have a solution.

Parameters:
compressed_map   The compressed map of the level.
parent   The parent widget.
name   The internal name.

SolutionAnnotateDialog::SolutionAnnotateDialog int index,
QWidget * parent = 0,
const char * name = 0
 

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.


Member Function Documentation

void SolutionAnnotateDialog::annotateSolution int solution [private]
 

Lets the user change the annotation of the given solution.

Parameters:
solution   The index of the solution.

void SolutionAnnotateDialog::slotOk [protected, slot]
 

Called when a ok is clicked.

void SolutionAnnotateDialog::slotUser1 [protected, slot]
 

Called when the user selected annotate.

void SolutionAnnotateDialog::solutionSelected int index [slot]
 

Called when the user selected a solution.

ent index The index of the solution


Member Data Documentation

int SolutionAnnotateDialog::m_index [private]
 

The index of the map.

SolutionListView* SolutionAnnotateDialog::m_list_view [private]
 

The list view with the solution data.


The documentation for this class was generated from the following file:
Generated at Sun Jan 6 18:49:12 2002 for EasySok by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001