#include <solution_select_dialog.h>
Inheritance diagram for SolutionSelectDialog::
Public Slots | |
void | solutionSelected (int index) |
Public Methods | |
SolutionSelectDialog (CompressedMap const &map, bool can_select, QWidget *parent=0, const char *name=0) | |
SolutionSelectDialog (int index, bool can_select, QWidget *parent=0, const char *name=0) | |
int | selectedSolution () |
Protected Slots | |
void | slotOk () |
Private Attributes | |
SolutionListView * | m_list_view |
int | m_selected_solution |
|
Contructs the object. Note that the map <e>must</e> have a solution.
|
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. |
|
Returns the selected solution.
|
|
Called when a ok is clicked.
|
|
Called when the user selected a solution.
|
|
The list view with the solution data.
|
|
The selected solution.
|