add(UWidget *w, int index=-1) | ufo::UWidget | [inline] |
add(UWidget *w, UObject *constraints, int index=-1) | ufo::UWidget | [inline] |
add(UWidget *w, const UObject *constraints, int index=-1) | ufo::UWidget | |
addedToHierarchy() | ufo::UWidget | [protected, virtual] |
addImpl(UWidget *w, UObject *constraints, int index) | ufo::UWidget | [protected, virtual] |
addTab(UWidget *child, const std::string &label) (defined in ufo::UTabWidget) | ufo::UTabWidget | |
clone() const | ufo::UObject | [virtual] |
contains(int x, int y) const | ufo::UWidget | [inline] |
contains(const UPoint &p) const | ufo::UWidget | [inline] |
containsRootPoint(int x, int y) const | ufo::UWidget | [inline] |
containsRootPoint(const UPoint &p) const | ufo::UWidget | [inline] |
detachStyleHints() (defined in ufo::UWidget) | ufo::UWidget | [protected] |
dispatchEvent(UEvent *e) | ufo::UWidget | |
doLayout() | ufo::UWidget | [protected] |
equals(const UObject *obj) const | ufo::UObject | [virtual] |
EventState enum name (defined in ufo::UWidget) | ufo::UWidget | |
fireFocusEvent(UFocusEvent *e) | ufo::UWidget | [protected] |
fireKeyEvent(UKeyEvent *e) | ufo::UWidget | [protected] |
fireMouseEvent(UMouseEvent *e) | ufo::UWidget | [protected] |
firePropertyChangeEvent(const std::string &prop, UObject *oldValue, UObject *newValue) | ufo::UWidget | [protected] |
fireWidgetEvent(UWidgetEvent *e) | ufo::UWidget | [protected] |
FocusEvents enum value (defined in ufo::UWidget) | ufo::UWidget | |
get(const std::string &key) const | ufo::UWidget | |
getBackground() const | ufo::UWidget | |
getBackgroundColor() const | ufo::UWidget | |
getBorder() const | ufo::UWidget | |
getBounds() const | ufo::UWidget | [virtual] |
getClipBounds() const | ufo::UWidget | |
getContentsSize(const UDimension &maxSize) const (defined in ufo::UWidget) | ufo::UWidget | [protected, virtual] |
getContext() const | ufo::UWidget | |
getCssClass() const | ufo::UWidget | |
getCssType() const | ufo::UWidget | |
getDirection() const | ufo::UWidget | |
getFocusedWidget() | ufo::UWidget | [static] |
getFont() const | ufo::UWidget | |
getForegroundColor() const | ufo::UWidget | |
getGraphics() const | ufo::UWidget | |
getHeight() const | ufo::UWidget | [inline] |
getHorizontalAlignment() const | ufo::UWidget | |
getIndexOf(const UWidget *w) const | ufo::UWidget | |
getInnerBounds() const | ufo::UWidget | [inline] |
getInnerSize() const | ufo::UWidget | [inline] |
getInputMap(InputCondition conditionA=WhenFocused) | ufo::UWidget | |
getInsets() const | ufo::UWidget | [virtual] |
getLayout() const | ufo::UWidget | |
getLocation() const | ufo::UWidget | [inline, virtual] |
getMargin() const | ufo::UWidget | |
getMaximumSize() const | ufo::UWidget | |
getMinimumSize() const | ufo::UWidget | |
getModel() const | ufo::UWidget | |
getMouseFocusWidget() | ufo::UWidget | [static] |
getName() const (defined in ufo::UObject) | ufo::UObject | [inline] |
getOpacity() const (defined in ufo::UWidget) | ufo::UWidget | |
getOrientation() const | ufo::UWidget | |
getPalette() const | ufo::UWidget | |
getParent() const | ufo::UWidget | |
getPopupMenu() const | ufo::UWidget | [virtual] |
getPreferredSize() const | ufo::UWidget | [virtual] |
getPreferredSize(const UDimension &maxSize) const | ufo::UWidget | [virtual] |
getReferenceCount() const (defined in ufo::UCollectable) | ufo::UCollectable | [inline] |
getRootBounds() const | ufo::UWidget | [inline] |
getRootLocation() const | ufo::UWidget | |
getRootPane(bool topmost=false) const | ufo::UWidget | [virtual] |
getSelectedIndex() const (defined in ufo::UTabWidget) | ufo::UTabWidget | |
getSize() const | ufo::UWidget | [inline, virtual] |
getStates() const (defined in ufo::UWidget) | ufo::UWidget | |
getString(const std::string &key) const | ufo::UWidget | |
getStyle() const | ufo::UWidget | |
getStyleHints() const | ufo::UWidget | |
getStyleManager() const | ufo::UWidget | [virtual] |
getTabCount() const (defined in ufo::UTabWidget) | ufo::UTabWidget | |
getTabIndex(const std::string &label) const | ufo::UTabWidget | |
getTabIndex(UWidget *child) const | ufo::UTabWidget | |
getTabText(int index) const | ufo::UTabWidget | |
getTabWidget(int index) const | ufo::UTabWidget | |
getUIManager() const | ufo::UWidget | |
getVerticalAlignment() const | ufo::UWidget | |
getVisibleWidgetAt(int x, int y) const | ufo::UWidget | |
getVisibleWidgetAt(const UPoint &p) const | ufo::UWidget | [virtual] |
getWidget(unsigned int n) const | ufo::UWidget | |
getWidgetAt(int x, int y) const | ufo::UWidget | |
getWidgetAt(const UPoint &p) const | ufo::UWidget | [virtual] |
getWidgetCount() const | ufo::UWidget | |
getWidgets() const | ufo::UWidget | |
getWidgets() | ufo::UWidget | |
getWidth() const | ufo::UWidget | [inline] |
getX() const | ufo::UWidget | [inline] |
getY() const | ufo::UWidget | [inline] |
grabShortcut(const UKeyStroke &stroke) | ufo::UWidget | |
hasBackground() const | ufo::UWidget | |
hasClipping() const | ufo::UWidget | |
hashCode() const | ufo::UObject | [virtual] |
hasMouseFocus() const | ufo::UWidget | |
InputCondition enum name (defined in ufo::UWidget) | ufo::UWidget | |
invalidate() | ufo::UWidget | |
invalidateSelf() | ufo::UWidget | [virtual] |
invalidateTree() | ufo::UWidget | |
isActive() const | ufo::UWidget | [virtual] |
isAncestorFocused() const | ufo::UWidget | [virtual] |
isChildFocused() const | ufo::UWidget | [virtual] |
isDynamic() (defined in ufo::UCollectable) | ufo::UCollectable | [inline] |
isEnabled() const | ufo::UWidget | |
isEventEnabled(UEvent::Type type) const | ufo::UWidget | |
isFocusable() const (defined in ufo::UWidget) | ufo::UWidget | [virtual] |
isFocused() const | ufo::UWidget | [virtual] |
isInValidHierarchy() const | ufo::UWidget | [virtual] |
isOpaque() const | ufo::UWidget | |
isValid() const | ufo::UWidget | |
isVisible() const | ufo::UWidget | [virtual] |
KeyEvents enum value (defined in ufo::UWidget) | ufo::UWidget | |
m_context | ufo::UWidget | [protected] |
m_model (defined in ufo::UWidget) | ufo::UWidget | [protected] |
MouseEvents enum value (defined in ufo::UWidget) | ufo::UWidget | |
MouseMotionEvents enum value (defined in ufo::UWidget) | ufo::UWidget | |
MouseWheelEvents enum value (defined in ufo::UWidget) | ufo::UWidget | |
NoEvents enum value (defined in ufo::UWidget) | ufo::UWidget | |
notifyKeyBindingAction(const UKeyStroke &ks, UKeyEvent *e, InputCondition condition) (defined in ufo::UWidget) | ufo::UWidget | [protected] |
objCount() | ufo::UObject | |
operator delete(void *p, std::size_t) (defined in ufo::UCollectable) | ufo::UCollectable | [inline] |
operator new(std::size_t size) (defined in ufo::UCollectable) | ufo::UCollectable | |
operator<<(std::ostream &os, const UObject &o) | ufo::UObject | [friend] |
operator<<(std::ostream &os, const UObject *o) | ufo::UObject | [friend] |
operator==(const UObject &obj) const (defined in ufo::UObject) | ufo::UObject | [inline] |
paint(UGraphics *g) | ufo::UWidget | [virtual] |
paintBorder(UGraphics *g) | ufo::UWidget | [protected, virtual] |
paintChildren(UGraphics *g) | ufo::UWidget | [protected, virtual] |
paintWidget(UGraphics *g) | ufo::UWidget | [protected, virtual] |
paramString(std::ostream &os) const | ufo::UWidget | [protected, virtual] |
pointToRootPoint(int x, int y) const | ufo::UWidget | [inline] |
pointToRootPoint(const UPoint &p) const | ufo::UWidget | [inline] |
processEvent(UEvent *e) | ufo::UWidget | [protected, virtual] |
processFocusEvent(UFocusEvent *e) | ufo::UWidget | [protected, virtual] |
processKeyBindings(UKeyEvent *e) | ufo::UWidget | [protected, virtual] |
processKeyEvent(UKeyEvent *e) | ufo::UWidget | [protected, virtual] |
processMouseEvent(UMouseEvent *e) | ufo::UWidget | [protected, virtual] |
processMouseWheelEvent(UMouseWheelEvent *e) | ufo::UWidget | [protected, virtual] |
processShortcutEvent(UShortcutEvent *e) (defined in ufo::UWidget) | ufo::UWidget | [protected, virtual] |
processStateChangeEvent(uint32_t state) (defined in ufo::UWidget) | ufo::UWidget | [protected, virtual] |
processStyleHintChange(uint32_t styleHint) (defined in ufo::UWidget) | ufo::UWidget | [protected, virtual] |
processWidgetEvent(UWidgetEvent *e) | ufo::UWidget | [protected, virtual] |
put(const std::string &key, UObject *value) | ufo::UWidget | |
put(const std::string &key, const std::string &value) | ufo::UWidget | |
reference() const (defined in ufo::UCollectable) | ufo::UCollectable | [inline] |
releaseAllPointers() | ufo::UObject | |
releaseAllShortcuts() | ufo::UWidget | |
releaseFocus() | ufo::UWidget | [virtual] |
releasePointer(UCollectable *c) | ufo::UObject | |
releasePointer(const UCollectable *c) | ufo::UObject | |
releaseShortcut(const UKeyStroke &stroke) | ufo::UWidget | |
remove(UWidget *w) | ufo::UWidget | [virtual] |
remove(unsigned int n) | ufo::UWidget | [virtual] |
removeAll() | ufo::UWidget | [virtual] |
removeAndReturn(unsigned int n) | ufo::UWidget | [virtual] |
removedFromHierarchy() | ufo::UWidget | [protected, virtual] |
removeImpl(int index) | ufo::UWidget | [protected, virtual] |
removeTab(int index) (defined in ufo::UTabWidget) | ufo::UTabWidget | |
repaint() | ufo::UWidget | |
requestFocus() | ufo::UWidget | [virtual] |
resetFocus() | ufo::UWidget | [protected] |
rootPointToPoint(int x, int y) const | ufo::UWidget | [inline] |
rootPointToPoint(const UPoint &p) const | ufo::UWidget | [inline] |
setBackground(UDrawable *tex) | ufo::UWidget | |
setBackgroundColor(const UColor &col) | ufo::UWidget | |
setBorder(BorderType borderType) | ufo::UWidget | |
setBounds(int x, int y, int w, int h) | ufo::UWidget | [virtual] |
setBounds(const URectangle &b) | ufo::UWidget | [inline] |
setClipping(bool b) | ufo::UWidget | |
setContext(UContext *context) | ufo::UWidget | |
setCssClass(const std::string &cssClass) | ufo::UWidget | |
setCssType(const std::string &type) | ufo::UWidget | |
setDirection(Direction dir) | ufo::UWidget | |
setDynamic(bool b) (defined in ufo::UCollectable) | ufo::UCollectable | [inline] |
setEnabled(bool b) | ufo::UWidget | |
setEventState(UEvent::Type type, bool b) | ufo::UWidget | |
setFocusable(bool focusable) | ufo::UWidget | [virtual] |
setFont(const UFont &font) | ufo::UWidget | |
setForegroundColor(const UColor &col) | ufo::UWidget | |
setHorizontalAlignment(Alignment alignX) | ufo::UWidget | |
setIndexOf(UWidget *w, int index) | ufo::UWidget | |
setInputMap(UInputMap *newInputMapA, InputCondition conditionA=WhenFocused) | ufo::UWidget | |
setLayout(ULayoutManager *layout) | ufo::UWidget | |
setLocation(int x, int y) | ufo::UWidget | [inline] |
setLocation(const UPoint &p) | ufo::UWidget | [inline] |
setMargin(const UInsets &margin) | ufo::UWidget | |
setMargin(int top, int left, int bottom, int right) | ufo::UWidget | |
setMaximumSize(const UDimension &maximumSize) | ufo::UWidget | |
setMinimumSize(const UDimension &minimumSize) | ufo::UWidget | |
setName(const std::string &newNameA) | ufo::UObject | [inline] |
setOpacity(float f) | ufo::UWidget | [virtual] |
setOpaque(bool o) | ufo::UWidget | [virtual] |
setOrientation(Orientation orientation) | ufo::UWidget | |
setPalette(const UPalette &palette) | ufo::UWidget | |
setPopupMenu(UPopupMenu *popupMenu) | ufo::UWidget | |
setPreferredSize(const UDimension &preferredSize) | ufo::UWidget | |
setSelectedIndex(int index) (defined in ufo::UTabWidget) | ufo::UTabWidget | |
setSize(int w, int h) | ufo::UWidget | [inline] |
setSize(const UDimension &d) | ufo::UWidget | [inline] |
setState(uint32_t state, bool b=true) (defined in ufo::UWidget) | ufo::UWidget | |
setStates(uint32_t states) (defined in ufo::UWidget) | ufo::UWidget | |
setStyle(UStyle *style) | ufo::UWidget | |
setStyleHints(UStyleHints *hints) | ufo::UWidget | |
setVerticalAlignment(Alignment alignY) | ufo::UWidget | |
setVisible(bool v) | ufo::UWidget | [virtual] |
sigDestroyed() | ufo::UObject | [inline] |
sigFocusGained() | ufo::UWidget | [inline] |
sigFocusLost() | ufo::UWidget | [inline] |
sigKeyPressed() | ufo::UWidget | [inline] |
sigKeyReleased() | ufo::UWidget | [inline] |
sigKeyTyped() | ufo::UWidget | [inline] |
sigMouseClicked() | ufo::UWidget | [inline] |
sigMouseDragged() | ufo::UWidget | [inline] |
sigMouseEntered() | ufo::UWidget | [inline] |
sigMouseExited() | ufo::UWidget | [inline] |
sigMouseMoved() | ufo::UWidget | [inline] |
sigMousePressed() | ufo::UWidget | [inline] |
sigMouseReleased() | ufo::UWidget | [inline] |
sigMouseWheel() | ufo::UWidget | [inline] |
sigSelectionChanged() (defined in ufo::UTabWidget) | ufo::UTabWidget | [inline] |
sigWidgetAdded() | ufo::UWidget | [inline] |
sigWidgetHidden() | ufo::UWidget | [inline] |
sigWidgetMoved() | ufo::UWidget | [inline] |
sigWidgetRemoved() | ufo::UWidget | [inline] |
sigWidgetResized() | ufo::UWidget | [inline] |
sigWidgetShown() | ufo::UWidget | [inline] |
slotTabSelected(UTabBar *bar) (defined in ufo::UTabWidget) | ufo::UTabWidget | [protected, virtual] |
sm_dragWidget | ufo::UWidget | [protected, static] |
sm_inputFocusWidget | ufo::UWidget | [protected, static] |
sm_mouseFocusWidget | ufo::UWidget | [protected, static] |
swapPointers(const UCollectable *oldObj, const UCollectable *newObj) | ufo::UObject | |
testState(uint32_t state) const (defined in ufo::UWidget) | ufo::UWidget | |
toString() const | ufo::UObject | [virtual] |
trackPointer(UCollectable *c) | ufo::UObject | |
trackPointer(const UCollectable *c) | ufo::UObject | |
UCollectable() (defined in ufo::UCollectable) | ufo::UCollectable | |
unreference() const (defined in ufo::UCollectable) | ufo::UCollectable | [inline] |
UObject() (defined in ufo::UObject) | ufo::UObject | |
UObject(const UObject &) (defined in ufo::UObject) | ufo::UObject | |
UTabWidget() (defined in ufo::UTabWidget) | ufo::UTabWidget | |
UWidget() (defined in ufo::UWidget) | ufo::UWidget | |
UWidget(ULayoutManager *layout) (defined in ufo::UWidget) | ufo::UWidget | |
validate() | ufo::UWidget | [virtual] |
validateSelf() (defined in ufo::UWidget) | ufo::UWidget | [virtual] |
WhenAncestorFocused enum value (defined in ufo::UWidget) | ufo::UWidget | |
WhenFocused enum value (defined in ufo::UWidget) | ufo::UWidget | |
WidgetEvents enum value (defined in ufo::UWidget) | ufo::UWidget | |
~UCollectable() (defined in ufo::UCollectable) | ufo::UCollectable | [virtual] |
~UObject() (defined in ufo::UObject) | ufo::UObject | [virtual] |
~UTabWidget() (defined in ufo::UTabWidget) | ufo::UTabWidget | [virtual] |
~UWidget() (defined in ufo::UWidget) | ufo::UWidget | [virtual] |