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

KSokobanBookmarkDialog Class Reference

Lets the user select a KSokoban bookmark. More...

#include <ksokoban_bookmark_dialog.h>

Inheritance diagram for KSokobanBookmarkDialog::

List of all members.

Public Methods

 KSokobanBookmarkDialog (QWidget *parent=0, char const *name=0)
int bookmark () const

Private Attributes

QComboBox * m_bookmarks
std::vector< int > m_indices

Detailed Description

Lets the user select a KSokoban bookmark.

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


Constructor & Destructor Documentation

KSokobanBookmarkDialog::KSokobanBookmarkDialog QWidget * parent = 0,
char const * name = 0
 

Creates the object.

Parameters:
parent   The parent widget.
name   The internal name.


Member Function Documentation

int KSokobanBookmarkDialog::bookmark const
 

Returns the index of the selected KSokoban bookmark.


Member Data Documentation

QComboBox* KSokobanBookmarkDialog::m_bookmarks [private]
 

The combo box with the bookmark indices.

std::vector<int> KSokobanBookmarkDialog::m_indices [private]
 

Here we store the indicies of the bookmarks.


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