Contents User Forum Source Index APIs by Task APIs by Level Data


G3D::GuiPane Member List

This is the complete list of members for G3D::GuiPane, including all inherited members.

_GuiSliderBase classG3D::GuiPane [friend]
addButton(const GuiCaption &text, GuiButton::Style style=GuiButton::NORMAL_STYLE)G3D::GuiPane
addCheckBox(const GuiCaption &text, const Pointer< bool > &pointer, GuiCheckBox::Style style=GuiCheckBox::BOX_STYLE)G3D::GuiPane [inline]
addCheckBox(const GuiCaption &text, bool *pointer, GuiCheckBox::Style style=GuiCheckBox::BOX_STYLE)G3D::GuiPane [inline]
addControl(T *c)G3D::GuiPane [inline, protected]
addDropDownList(const GuiCaption &caption, const Pointer< int > &indexPointer, Array< std::string > *list)G3D::GuiPane
addDropDownList(const GuiCaption &caption, const Pointer< int > &indexPointer, Array< GuiCaption > *list)G3D::GuiPane
addLabel(const GuiCaption &text, GFont::XAlign xalign=GFont::XALIGN_LEFT, GFont::YAlign=GFont::YALIGN_CENTER)G3D::GuiPane
addPane(const GuiCaption &text="", float height=0, GuiPane::Style style=GuiPane::SIMPLE_FRAME_STYLE)G3D::GuiPane
addRadioButton(const GuiCaption &text, int myID, T *object, EnumOrInt(T::*get)() const, void(T::*set)(EnumOrInt), GuiRadioButton::Style style)G3D::GuiPane [inline]
addRadioButton(const GuiCaption &text, int myID, void *selection, GuiRadioButton::Style style=GuiRadioButton::RADIO_STYLE)G3D::GuiPane
addSlider(const GuiCaption &text, const Pointer< Value > &value, Value min, Value max, bool horizontal=true)G3D::GuiPane [inline]
addSlider(const GuiCaption &text, Value *value, Value min, Value max, bool horizontal=true)G3D::GuiPane [inline]
addTextBox(const GuiCaption &caption, const Pointer< std::string > &stringPointer, GuiTextBox::Update update=GuiTextBox::DELAYED_UPDATE)G3D::GuiPane [inline]
caption() constG3D::GuiControl
clientRect() constG3D::GuiPane [inline]
contentsExtent() constG3D::GuiPane [protected]
controlArrayG3D::GuiPane [protected]
enabled() constG3D::GuiControl
findControlUnderMouse(Vector2 mouse, GuiControl *&control) const G3D::GuiPane [protected]
fireActionEvent()G3D::GuiControl [protected]
focused() constG3D::GuiControl
GuiButton classG3D::GuiPane [friend]
GuiControl classG3D::GuiPane [friend]
G3D::GuiControl::GuiControl(GuiWindow *gui, GuiPane *parent)G3D::GuiControl [protected]
G3D::GuiControl::GuiControl(GuiWindow *gui, GuiPane *parent, const GuiCaption &text)G3D::GuiControl [protected]
GuiPane(GuiWindow *gui, GuiPane *parent, const GuiCaption &text, const Rect2D &rect, Style style)G3D::GuiPane [protected]
GuiRadioButton classG3D::GuiPane [friend]
GuiWindow classG3D::GuiPane [friend]
increaseBounds(const Vector2 &extent)G3D::GuiPane [protected]
labelArrayG3D::GuiPane [protected]
m_captionG3D::GuiControl [protected]
m_clickRectG3D::GuiControl [protected]
m_clientRectG3D::GuiPane [protected]
m_enabledG3D::GuiControl [protected]
m_guiG3D::GuiControl [protected]
m_morphG3D::GuiPane [protected]
m_parentG3D::GuiControl [protected]
m_rectG3D::GuiControl [protected]
m_styleG3D::GuiPane [protected]
m_visibleG3D::GuiControl [protected]
makeRelative(GEvent &e, const Rect2D &clientRect)G3D::GuiPane [protected, static]
morphing() constG3D::GuiPane [inline]
morphTo(const Rect2D &r)G3D::GuiPane [virtual]
mouseOver() constG3D::GuiControl
moveBy(const Vector2 &delta)G3D::GuiControl
moveBy(float dx, float dy)G3D::GuiControl
moveRightOf(const GuiControl *control)G3D::GuiControl
nextControlPos() constG3D::GuiPane [protected]
NO_FRAME_STYLE enum valueG3D::GuiPane
onEvent(const GEvent &event)G3D::GuiPane [inline, protected, virtual]
ORNATE_FRAME_STYLE enum valueG3D::GuiPane
pack()G3D::GuiPane
paneArrayG3D::GuiPane [protected]
rect() constG3D::GuiControl
remove(GuiControl *gui)G3D::GuiPane
render(RenderDevice *rd, const GuiSkinRef &skin) const G3D::GuiPane [protected, virtual]
setCaption(const GuiCaption &text)G3D::GuiControl
setEnabled(bool e)G3D::GuiControl
setFocused(bool b)G3D::GuiControl
setHeight(float h)G3D::GuiControl
setPosition(const Vector2 &v)G3D::GuiControl
setPosition(float x, float y)G3D::GuiControl
setRect(const Rect2D &rect)G3D::GuiPane [virtual]
setSize(const Vector2 &v)G3D::GuiControl
setSize(float x, float y)G3D::GuiControl
setVisible(bool b)G3D::GuiControl
setWidth(float w)G3D::GuiControl
SIMPLE_FRAME_STYLE enum valueG3D::GuiPane
skin() constG3D::GuiControl
Style enum nameG3D::GuiPane
visible() constG3D::GuiControl
~GuiControl()G3D::GuiControl [inline, virtual]
~GuiPane()G3D::GuiPane


Generated on Thu Aug 2 11:40:46 2007 for G3D by doxygen 1.5.2
Hosted by SourceForge.net Logo