Diagrama de herencias de GDT::Gui::Barra


Métodos públicos | |
| _GDT_EXPORT_ | Barra () |
| _GDT_EXPORT_ void | CrearHorizontal (int x1, int y1, int x2, int y2, IGUIElement *padre=0) |
| Crea un control Gui del tipo Barra. La Barra ser�horizontal. | |
| _GDT_EXPORT_ void | CrearVertical (int x1, int y1, int x2, int y2, IGUIElement *padre=0) |
| Crea un control Gui del tipo Barra. La Barra ser�vertical. | |
| _GDT_EXPORT_ void | MaximoValor (int maximo) |
| Especifica el máximo valor que puede tener la barra. | |
| _GDT_EXPORT_ int | Posicion (void) |
| Obtiene la posición de la barra. | |
| _GDT_EXPORT_ void | Posicionar (int posicion) |
| Cambia la posición de la barra. | |
| _GDT_EXPORT_ | ~Barra () |
Atributos públicos | |
| IGUIScrollBar * | barra |
| GDT::Gui::Barra::Barra | ( | ) |
| GDT::Gui::Barra::~Barra | ( | ) |
| void GDT::Gui::Barra::CrearHorizontal | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| IGUIElement * | padre = 0 | |||
| ) |
| void GDT::Gui::Barra::CrearVertical | ( | int | x1, | |
| int | y1, | |||
| int | x2, | |||
| int | y2, | |||
| IGUIElement * | padre = 0 | |||
| ) |
| void GDT::Gui::Barra::MaximoValor | ( | int | maximo | ) |
Especifica el máximo valor que puede tener la barra.
El m�imo no puede sobrepasar de 255.
| maximo | el valor má |
Barra.MaximoValor(157);
| int GDT::Gui::Barra::Posicion | ( | void | ) |
Obtiene la posición de la barra.
Ejemplo:
int pos = Barra.Posicion();
Reimplementado de GDT::Gui::GuiBase.
| void GDT::Gui::Barra::Posicionar | ( | int | posicion | ) |
| IGUIScrollBar* GDT::Gui::Barra::barra |
1.5.1