#include <select-bar.qt.hh>
Public Slots | |
void | niveauSuivant () |
Public Member Functions | |
SelectBar (Window *parent) | |
~SelectBar () | |
Private Slots | |
void | callBackClic (int ind) |
void | callbackSelectionLevel (int id) |
void | setSelectionLevel (int L, bool freeze=false) |
void | callbackToggleBlock (bool) |
Private Attributes | |
QGroupBox * | FGroupe |
GMap3d::CControlerGMap * | FControler |
Window * | FParent |
IdPushButton ** | FNiveaux |
QPushButton * | FBlock |
Definition at line 40 of file select-bar.qt.hh.
SelectBar::SelectBar | ( | Window * | parent | ) |
SelectBar::~SelectBar | ( | ) |
Destructeur
Definition at line 151 of file select-bar.qt.cc.
void SelectBar::callBackClic | ( | int | ind | ) | [private, slot] |
Definition at line 155 of file select-bar.qt.cc.
void SelectBar::callbackSelectionLevel | ( | int | id | ) | [private, slot] |
Definition at line 163 of file select-bar.qt.cc.
void SelectBar::callbackToggleBlock | ( | bool | ABlock | ) | [private, slot] |
Definition at line 202 of file select-bar.qt.cc.
void SelectBar::niveauSuivant | ( | ) | [slot] |
Passe au niveau de selection suivant
Definition at line 190 of file select-bar.qt.cc.
void SelectBar::setSelectionLevel | ( | int | L, | |
bool | freeze = false | |||
) | [private, slot] |
Definition at line 169 of file select-bar.qt.cc.
QPushButton* SelectBar::FBlock [private] |
Definition at line 86 of file select-bar.qt.hh.
GMap3d :: CControlerGMap* SelectBar::FControler [private] |
Definition at line 77 of file select-bar.qt.hh.
QGroupBox* SelectBar::FGroupe [private] |
Definition at line 74 of file select-bar.qt.hh.
IdPushButton** SelectBar::FNiveaux [private] |
Definition at line 83 of file select-bar.qt.hh.
Window* SelectBar::FParent [private] |
Definition at line 80 of file select-bar.qt.hh.