#include "select-bar.qt.hh"
#include "window.qt.hh"
#include "HtmlEntities.hh"
#include <QtGui/QVBoxLayout>
#include <QtGui/QToolTip>
Go to the source code of this file.
Defines | |
#define | NB_SELECTION_BOUTONS 16 |
Variables | |
static const char *const | mokaLabels [NB_SELECTION_BOUTONS] |
static const TOrbit | mokaOrbit [NB_SELECTION_BOUTONS] |
static const char *const | mokaTooltips [NB_SELECTION_BOUTONS] |
static bool | freezed = false |
#define NB_SELECTION_BOUTONS 16 |
Definition at line 31 of file select-bar.qt.cc.
bool freezed = false [static] |
Definition at line 161 of file select-bar.qt.cc.
const char* const mokaLabels[NB_SELECTION_BOUTONS] [static] |
Initial value:
{ "B", "0", "1", "2", "3", "01*", "02*", "03*", "12", "13", "23", "S", "A*", "F*", "V*", "C" }
Definition at line 36 of file select-bar.qt.cc.
const TOrbit mokaOrbit[NB_SELECTION_BOUTONS] [static] |
Initial value:
{ ORBIT_SELF, ORBIT_0, ORBIT_1, ORBIT_2, ORBIT_3, ORBIT_01 , ORBIT_02 , ORBIT_03, ORBIT_12 , ORBIT_13 , ORBIT_23, ORBIT_123, ORBIT_023, ORBIT_013, ORBIT_012, ORBIT_0123 }
Definition at line 45 of file select-bar.qt.cc.
const char* const mokaTooltips[NB_SELECTION_BOUTONS] [static] |
Initial value:
{ "[----: Brin]", "[0---]", "[-1--]", "[--2-]", "[---3]", "[01--: Face/Volume (ou demi-face)]", "[0-2-: Arête/Volume]", "[0--3: Arête/Face (ou demi-arête)]", "[-12-: Sommet/Volume]", "[-1-3: Sommet/Face]", "[--23: Sommet/Arête (ou demi-sommet)]", "[-123: Sommet]", "[0-23: Arête]", "[01-3: Face]", "[012-: Volume]", "[0123: Composante connexe]" }
Definition at line 54 of file select-bar.qt.cc.