#include <ksokoban_bookmark_dialog.h>
Inheritance diagram for KSokobanBookmarkDialog::
Public Methods | |
KSokobanBookmarkDialog (QWidget *parent=0, char const *name=0) | |
int | bookmark () const |
Private Attributes | |
QComboBox * | m_bookmarks |
std::vector< int > | m_indices |
|
Creates the object.
|
|
Returns the index of the selected KSokoban bookmark.
|
|
The combo box with the bookmark indices.
|
|
Here we store the indicies of the bookmarks.
|