#include <export_solutions_dialog.h>
Inheritance diagram for ExportSolutionsDialog::
Public Methods | |
ExportSolutionsDialog (bool export_current_level, QWidget *parent=0, char const *name=0) | |
virtual | ~ExportSolutionsDialog () |
bool | exportCurrentLevel () const |
bool | exportCollection () const |
bool | exportOnlyBest () const |
bool | exportAll () const |
bool | exportRegexpMatches () const |
QString | solutionRegexp () const |
Private Slots | |
void | regexpButtonToggled (bool state) |
Private Attributes | |
QRadioButton * | m_export_level |
QRadioButton * | m_export_collection |
QRadioButton * | m_export_all |
QRadioButton * | m_export_best |
QRadioButton * | m_export_all_solutions |
QRadioButton * | m_export_solutions_by_name |
KLineEdit * | m_solutions_regexp |
|
Opens a dialog to export solutions.
|
|
Stores the selections.
|
|
Returns true, if we export all solutions of a level.
|
|
Returns true, if we export the solutions of the current collection.
|
|
Returns true, if we export only the solution of the current level.
|
|
Returns true, if we export only the best solutions.
|
|
Returns true, if we export only the solutions which match the regexp.
|
|
Called when the export by regexp button is toggled.
|
|
Returns the solution regexp.
|
|
Export solutions from all collections.
|
|
Export all solutions of the levels.
|
|
Export only the best solution per level.
|
|
Export only solutions of a collection.
|
|
Export only solutions of a level.
|
|
Export solutions by name.
|
|
The regexp to export solutions by name.
|