24 #include "actionlist.h"
25 #include "cubestringlist.h"
53 explicit Menu(QMap<GLint,Skin*> &_skinsList, QMap<GLint,Level*> &_levelsList, QMap<GLint,GLuint> &_iconsList,
Alphabet *_alphabet,
QObject *_parent,
bool _audioEnabled =
true,
bool showIntro =
true);
66 GLvoid
draw(GLboolean simplifyForPicking =
false);
169 void itemClicked(QMouseEvent *event, QList<GLuint> listNames);
184 void mouseMoved(QMouseEvent *event, QList<GLuint> listNames);
This class is used to draw a vertical list of CubeString. Look at CubeString to have a better specifi...
Definition: cubestringlist.h:31
This class is used to keep track of actions to do. For example it can keep track of current view scro...
Definition: actionlist.h:50
This class is used to draw, a string composed the horizontal justapposition of Different cubes on whi...
Definition: cubestring.h:37
It is the Skin Class.
Definition: skin.h:30
Structure that rapresents a Vector of float in a 3-D space.
Definition: vector3f.h:31
This class is used to keep a list of Letter (from this the name Alphabet) It provide access to Letter...
Definition: alphabet.h:33