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

CompareSolutionDialog Class Reference

Displays the comparison of the solution. More...

#include <compare_solution_dialog.h>

Inheritance diagram for CompareSolutionDialog::

List of all members.

Public Methods

 CompareSolutionDialog (int my_pushmin_pushes, int my_pushmin_moves, int my_linearmin_pushes, int my_linearmin_moves, int my_gemchanges_pushes, int my_gemchanges_moves, int my_movemin_pushes, int my_movemin_moves, int best_pushmin_pushes, int best_pushmin_moves, int best_linearmin_pushes, int best_linearmin_moves, int best_gemchanges_pushes, int best_gemchanges_moves, int best_movemin_pushes, int best_movemin_moves, int nr_solutions, int better_pushes, int equal_pushes, int better_linear_pushes, int equal_linear_pushes, int better_gem_changes, int equal_gem_changes, int better_moves, int equal_moves, QWidget *parent=0, char const *name=0)

Detailed Description

Displays the comparison of the solution.

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


Constructor & Destructor Documentation

CompareSolutionDialog::CompareSolutionDialog int my_pushmin_pushes,
int my_pushmin_moves,
int my_linearmin_pushes,
int my_linearmin_moves,
int my_gemchanges_pushes,
int my_gemchanges_moves,
int my_movemin_pushes,
int my_movemin_moves,
int best_pushmin_pushes,
int best_pushmin_moves,
int best_linearmin_pushes,
int best_linearmin_moves,
int best_gemchanges_pushes,
int best_gemchanges_moves,
int best_movemin_pushes,
int best_movemin_moves,
int nr_solutions,
int better_pushes,
int equal_pushes,
int better_linear_pushes,
int equal_linear_pushes,
int better_gem_changes,
int equal_gem_changes,
int better_moves,
int equal_moves,
QWidget * parent = 0,
char const * name = 0
 

Creates the dialog.

Parameters:
my_pushmin_pushes   Your pushmin pushes.
my_pushmin_moves   Your pushmin moves.
my_linearmin_pushes   Your linearmin pushes.
my_linearmin_moves   Your linearmin moves.
my_gemchanges_pushes   Your gemchanges pushes.
my_gemchanges_moves   Your gemchanges moves.
my_movemin_pushes   Your movemin pushes.
my_movemin_moves   Your movemin moves.
best_pushmin_pushes   The best pushmin pushes.
best_pushmin_moves   The best pushmin moves.
best_linearmin_pushes   The best linearmin pushes.
best_linearmin_moves   The best linearmin moves.
best_gemchanges_pushes   The best gemchanges pushes.
best_gemchanges_moves   The best gemchanges moves.
best_movemin_pushes   The best movemin pushes.
best_movemin_moves   The best movemin moves.
nr_solutions   The number of solutions.
better_pushes   The number of pushmin solutions better than yours.
equal_pushes   The number of pushmin solutions equal to yours.
better_linear_pushes   The number of linearmin solutions better than yours.
equal_linear_pushes   The number of linearmin solutions equal to yours.
better_gem_changes   The number of gemchanges solutions better than yours.
equal_gem_changes   The number of gemchanges solutions equal to yours.
better_moves   The number of movemin solutions better than yours.
equal_moves   The number of movemin solutions equal to yours.
parent   The parent widget.
name   The internal name of the widget.


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