, including all inherited members.
Add(NvUIElement *el, float desiredleft, float desiredtop) | NvUIContainer | [virtual] |
addButton(const char *name, uint32_t actionCode) | NvTweakBar | |
addEnum(const char *name, uint32_t &var, const NvTweakEnum< uint32_t > values[], uint32_t valueCount, uint32_t actionCode=0) | NvTweakBar | |
addLabel(const char *title, bool bold=false) | NvTweakBar | |
addMenu(const char *name, uint32_t &var, const NvTweakEnum< uint32_t > values[], uint32_t valueCount, uint32_t actionCode=0) | NvTweakBar | |
addPadding(float multiplier=1) | NvTweakBar | |
AddPopup(NvUIElement *el) | NvUIContainer | [virtual] |
addValue(const char *name, bool &var, uint32_t actionCode=0, NvUIButton **buttonOut=NULL) | NvTweakBar | |
addValue(const char *name, float &var, float min, float max, float step=0, uint32_t actionCode=0) | NvTweakBar | |
addValue(const char *name, uint32_t &var, uint32_t min, uint32_t max, uint32_t step=0, uint32_t actionCode=0, NvUISlider **pSliderOut=NULL, NvTweakVar< uint32_t > **pVarOut=NULL) | NvTweakBar | |
addValueReadout(const char *name, float &var, float max=0, uint32_t code=0) | NvTweakBar | |
addValueReadout(const char *name, uint32_t &var, uint32_t code=0) | NvTweakBar | |
addValueReadout(NvTweakVar< float > *tvar, float max) | NvTweakBar | |
addValueReadout(NvTweakVar< uint32_t > *tvar) | NvTweakBar | |
CanFocus() | NvUIElement | [inline, virtual] |
CanMoveFocus() | NvUIElement | [inline] |
CreateTweakBar(NvUIWindow *window) | NvTweakBar | [static] |
Draw(const NvUIDrawState &drawState) | NvTweakBar | [virtual] |
DropFocus() | NvUIContainer | [virtual] |
GetActiveSlideInteractGroup() | NvUIElement | [inline, static] |
GetAlpha() | NvUIElement | [inline, virtual] |
GetDefaultLineHeight() | NvTweakBar | [inline] |
GetDefaultLineWidth() | NvTweakBar | [inline] |
GetDrawState() | NvUIElement | [inline] |
GetFocusRect(NvUIRect &rect) | NvUIElement | [inline, virtual] |
GetHeight() | NvUIElement | [inline, virtual] |
GetInteractingChild() | NvUIContainer | [inline] |
GetMaxDrawState() | NvUIElement | [inline] |
GetParent() | NvUIElement | [inline, virtual] |
GetPrevDrawState() | NvUIElement | [inline] |
GetReaction() | NvUIElement | [inline, static] |
GetReactionEdit(bool clear=true) | NvUIElement | [inline, static] |
GetScreenRect(NvUIRect &rect) | NvUIElement | [inline, virtual] |
GetSlideInteractGroup() | NvUIContainer | [inline, virtual] |
GetStartOffY() | NvTweakBar | [inline] |
GetUID() | NvUIElement | [inline] |
GetVisibility() | NvUIElement | [inline, virtual] |
GetWidth() | NvUIElement | [inline, virtual] |
HandleEvent(const NvGestureEvent &ev, NvUST timeUST, NvUIElement *hasInteract) | NvUIContainer | [virtual] |
HandleFocusEvent(NvFocusEvent::Enum evt) | NvUIContainer | [virtual] |
HandleReaction(const NvUIReaction &react) | NvTweakBar | [virtual] |
HandleReshape(float w, float h) | NvTweakBar | [virtual] |
HasDepth() | NvUIElement | [inline, virtual] |
HasFocus() | NvUIElement | [inline, virtual] |
Hit(float x, float y) | NvUIElement | [inline, virtual] |
LostInteract() | NvUIContainer | [virtual] |
m_alpha | NvUIElement | [protected] |
m_background | NvUIContainer | [protected] |
m_canFocus | NvUIElement | [protected] |
m_canMoveFocus | NvUIElement | [protected] |
m_childFocused | NvUIContainer | [protected] |
m_childInteracting | NvUIContainer | [protected] |
m_childrenHead | NvUIContainer | [protected] |
m_childrenTail | NvUIContainer | [protected] |
m_consumeClicks | NvUIContainer | [protected] |
m_focusHilite | NvUIContainer | [protected] |
m_hasFocus | NvUIElement | [protected] |
m_isInteracting | NvUIElement | [protected] |
m_isVisible | NvUIElement | [protected] |
m_numChildren | NvUIContainer | [protected] |
m_parent | NvUIElement | [protected] |
m_popup | NvUIContainer | [protected] |
m_rect | NvUIElement | [protected] |
m_showFocus | NvUIElement | [protected] |
m_slideInteractGroup | NvUIElement | [protected] |
m_uiuid | NvUIElement | [protected] |
MakeChildFrontmost(NvUIElement *child) | NvUIContainer | [virtual] |
NvTweakBar(float width, float height) | NvTweakBar | |
NvUIContainer(float width, float height, NvUIGraphic *bg=NULL) | NvUIContainer | |
NvUIElement() | NvUIElement | [inline] |
Remove(NvUIElement *child) | NvUIContainer | [virtual] |
RemovePopup(NvUIElement *el) | NvUIContainer | [virtual] |
resetValues() | NvTweakBar | |
SetActiveSlideInteractGroup(uint32_t group) | NvUIElement | [inline, static] |
SetAlpha(float a) | NvUIElement | [inline, virtual] |
SetBackground(NvUIGraphic *bg) | NvUIContainer | [inline] |
setCompactLayout(bool compact) | NvTweakBar | [inline] |
SetConsumeClicks(bool b) | NvUIContainer | [inline] |
SetDepth(float z) | NvUIElement | [inline, virtual] |
SetDimensions(float w, float h) | NvUIContainer | [virtual] |
SetDrawState(uint32_t n) | NvUIElement | [inline, virtual] |
SetDrawStatePrev() | NvUIElement | [inline] |
SetFocusHilite(NvUIGraphic *hilite) | NvUIContainer | [inline] |
SetHeight(float h) | NvUIElement | [inline, virtual] |
SetMaxDrawState(uint32_t n) | NvUIElement | [inline] |
SetNumRows(uint32_t numRows) | NvTweakBar | [inline] |
SetOrigin(float x, float y) | NvUIContainer | [virtual] |
SetParent(NvUIContainer *p) | NvUIElement | [inline, virtual] |
SetPrevDrawState(uint32_t n) | NvUIElement | [inline] |
SetSlideInteractGroup(uint32_t group) | NvUIElement | [inline, virtual] |
SetVisibility(bool show) | NvUIElement | [inline, virtual] |
SetWidth(float w) | NvUIElement | [inline, virtual] |
ShowFocus() | NvUIElement | [inline, virtual] |
subgroupEnd() | NvTweakBar | |
subgroupStart() | NvTweakBar | |
subgroupSwitchCase(bool val) | NvTweakBar | |
subgroupSwitchCase(float val) | NvTweakBar | |
subgroupSwitchCase(uint32_t val) | NvTweakBar | |
subgroupSwitchEnd() | NvTweakBar | |
subgroupSwitchStart(NvTweakVarBase *var) | NvTweakBar | |
syncValue(NvTweakVarBase *var) | NvTweakBar | |
syncValues() | NvTweakBar | |
SystemResChange(int32_t w, int32_t h) | NvUIElement | [static] |
textShadows(bool b) | NvTweakBar | [inline] |
~NvTweakBar() | NvTweakBar | [virtual] |
~NvUIContainer() | NvUIContainer | [virtual] |
~NvUIElement() | NvUIElement | [virtual] |