#include <solution_annotate_dialog.h>
Inheritance diagram for SolutionAnnotateDialog::
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 | |
SolutionListView * | m_list_view |
int | m_index |
|
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. |
|
Lets the user change the annotation of the given solution.
|
|
Called when a ok is clicked.
|
|
Called when the user selected annotate.
|
|
Called when the user selected a solution.
|
|
The index of the map.
|
|
The list view with the solution data.
|