addChild(Element *element) | CEGUI::Element | |
addChild_impl(Element *element) | CEGUI::Element | protectedvirtual |
addElementProperties() | CEGUI::Element | protected |
addEvent(const String &name) | CEGUI::EventSet | |
addEvent(Event &event) | CEGUI::EventSet | |
addProperty(Property *property) | CEGUI::PropertySet | |
AllocatedObject() (defined in CEGUI::AllocatedObject< Element >) | CEGUI::AllocatedObject< Element > | inlineexplicit |
calculatePixelSize(bool skipAllPixelAlignment=false) const | CEGUI::Element | |
ChildList typedef | CEGUI::Element | protected |
clearProperties(void) | CEGUI::PropertySet | |
d_area | CEGUI::Element | protected |
d_aspectMode | CEGUI::Element | protected |
d_aspectRatio | CEGUI::Element | protected |
d_children | CEGUI::Element | protected |
d_events (defined in CEGUI::EventSet) | CEGUI::EventSet | protected |
d_horizontalAlignment | CEGUI::Element | protected |
d_maxSize | CEGUI::Element | protected |
d_minSize | CEGUI::Element | protected |
d_muted | CEGUI::EventSet | protected |
d_nonClient | CEGUI::Element | protected |
d_parent | CEGUI::Element | protected |
d_pixelAligned | CEGUI::Element | protected |
d_pixelSize | CEGUI::Element | protected |
d_rotation | CEGUI::Element | protected |
d_unclippedInnerRect | CEGUI::Element | protected |
d_unclippedOuterRect | CEGUI::Element | protected |
d_verticalAlignment | CEGUI::Element | protected |
Element() | CEGUI::Element | |
EventChildAdded | CEGUI::Element | static |
EventChildRemoved | CEGUI::Element | static |
EventHorizontalAlignmentChanged | CEGUI::Element | static |
EventIterator typedef (defined in CEGUI::EventSet) | CEGUI::EventSet | |
EventMap typedef (defined in CEGUI::EventSet) | CEGUI::EventSet | protected |
EventMoved | CEGUI::Element | static |
EventNamespace | CEGUI::Element | static |
EventNonClientChanged | CEGUI::Element | static |
EventParentSized | CEGUI::Element | static |
EventRotated | CEGUI::Element | static |
EventSet() | CEGUI::EventSet | |
EventSet(EventSet &) (defined in CEGUI::EventSet) | CEGUI::EventSet | inlineprotected |
EventSet(const EventSet &) | CEGUI::EventSet | inlineprotected |
EventSized | CEGUI::Element | static |
EventVerticalAlignmentChanged | CEGUI::Element | static |
EventZOrderChanged | CEGUI::Element | static |
fireAreaChangeEvents(const bool moved, const bool sized) | CEGUI::Element | protected |
fireEvent(const String &name, EventArgs &args, const String &eventNamespace="") | CEGUI::EventSet | virtual |
fireEvent_impl(const String &name, EventArgs &args) | CEGUI::EventSet | protected |
getArea() const | CEGUI::Element | inline |
getAspectMode() const | CEGUI::Element | inline |
getAspectRatio() const | CEGUI::Element | inline |
getChildContentArea(const bool non_client=false) const | CEGUI::Element | inline |
getChildCount() const | CEGUI::Element | inline |
getChildElementAtIdx(size_t idx) const | CEGUI::Element | inline |
getClientChildContentArea() const | CEGUI::Element | virtual |
getEventIterator(void) const | CEGUI::EventSet | |
getEventObject(const String &name, bool autoAdd=false) | CEGUI::EventSet | |
getHeight() const | CEGUI::Element | inline |
getHorizontalAlignment() const | CEGUI::Element | inline |
getMaxSize() const | CEGUI::Element | inline |
getMinSize() const | CEGUI::Element | inline |
getNonClientChildContentArea() const | CEGUI::Element | virtual |
getParentElement() const | CEGUI::Element | inline |
getParentPixelSize(bool skipAllPixelAlignment=false) const | CEGUI::Element | |
getPixelPosition() const | CEGUI::Element | inline |
getPixelSize() const | CEGUI::Element | inline |
getPosition() const | CEGUI::Element | inline |
getProperty(const String &name) const | CEGUI::PropertySet | |
getProperty(const String &name) const | CEGUI::PropertySet | inline |
getPropertyDefault(const String &name) const | CEGUI::PropertySet | |
getPropertyHelp(const String &name) const | CEGUI::PropertySet | |
getPropertyInstance(const String &name) const | CEGUI::PropertySet | |
getPropertyIterator(void) const | CEGUI::PropertySet | |
getRootContainerSize() const | CEGUI::Element | virtual |
getRotation() const | CEGUI::Element | inline |
getScriptModule() const | CEGUI::EventSet | protected |
getSize() const | CEGUI::Element | inline |
getUnclippedInnerRect() const | CEGUI::Element | inline |
getUnclippedInnerRect_impl(bool skipAllPixelAlignment) const | CEGUI::Element | protectedvirtual |
getUnclippedOuterRect() const | CEGUI::Element | inline |
getUnclippedOuterRect_impl(bool skipAllPixelAlignment) const | CEGUI::Element | protectedvirtual |
getUnclippedRect(const bool inner) const | CEGUI::Element | inline |
getVerticalAlignment() const | CEGUI::Element | inline |
getWidth() const | CEGUI::Element | inline |
getXPosition() const | CEGUI::Element | inline |
getYPosition() const | CEGUI::Element | inline |
isAncestor(const Element *element) const | CEGUI::Element | |
isChild(const Element *element) const | CEGUI::Element | |
isEventPresent(const String &name) | CEGUI::EventSet | |
isInnerRectSizeChanged() const | CEGUI::Element | inlineprotected |
isMuted(void) const | CEGUI::EventSet | |
isNonClient() const | CEGUI::Element | inline |
isPixelAligned() const | CEGUI::Element | inline |
isPropertyDefault(const String &name) const | CEGUI::PropertySet | |
isPropertyPresent(const String &name) const | CEGUI::PropertySet | |
notifyChildrenOfSizeChange(const bool non_client, const bool client) (defined in CEGUI::Element) | CEGUI::Element | protected |
notifyScreenAreaChanged(bool recursive=true) | CEGUI::Element | virtual |
onChildAdded(ElementEventArgs &e) | CEGUI::Element | protectedvirtual |
onChildRemoved(ElementEventArgs &e) | CEGUI::Element | protectedvirtual |
onHorizontalAlignmentChanged(ElementEventArgs &e) | CEGUI::Element | protectedvirtual |
onMoved(ElementEventArgs &e) | CEGUI::Element | protectedvirtual |
onNonClientChanged(ElementEventArgs &e) | CEGUI::Element | protectedvirtual |
onParentSized(ElementEventArgs &e) | CEGUI::Element | protectedvirtual |
onRotated(ElementEventArgs &e) | CEGUI::Element | protectedvirtual |
onSized(ElementEventArgs &e) | CEGUI::Element | protectedvirtual |
onVerticalAlignmentChanged(ElementEventArgs &e) | CEGUI::Element | protectedvirtual |
operator=(EventSet &) (defined in CEGUI::EventSet) | CEGUI::EventSet | inlineprotected |
CEGUI::EventSet::operator=(const EventSet &) | CEGUI::EventSet | inlineprotected |
PropertyIterator typedef (defined in CEGUI::PropertySet) | CEGUI::PropertySet | |
PropertyReceiver() (defined in CEGUI::PropertyReceiver) | CEGUI::PropertyReceiver | inline |
PropertySet(void) | CEGUI::PropertySet | inline |
removeAllEvents(void) | CEGUI::EventSet | |
removeChild(Element *element) | CEGUI::Element | |
removeChild_impl(Element *element) | CEGUI::Element | protectedvirtual |
removeEvent(const String &name) | CEGUI::EventSet | |
removeEvent(Event &event) | CEGUI::EventSet | |
removeProperty(const String &name) | CEGUI::PropertySet | |
setArea(const UVector2 &pos, const USize &size) | CEGUI::Element | virtual |
setArea(const UDim &xpos, const UDim &ypos, const UDim &width, const UDim &height) | CEGUI::Element | inline |
setArea(const URect &area) | CEGUI::Element | inline |
setArea_impl(const UVector2 &pos, const USize &size, bool topLeftSizing=false, bool fireEvents=true) | CEGUI::Element | protectedvirtual |
setAspectMode(const AspectMode mode) | CEGUI::Element | |
setAspectRatio(const float ratio) | CEGUI::Element | |
setHeight(const UDim &height) | CEGUI::Element | inline |
setHorizontalAlignment(const HorizontalAlignment alignment) | CEGUI::Element | virtual |
setMaxSize(const USize &size) | CEGUI::Element | |
setMinSize(const USize &size) | CEGUI::Element | |
setMutedState(bool setting) | CEGUI::EventSet | |
setNonClient(const bool setting) | CEGUI::Element | |
setParent(Element *parent) | CEGUI::Element | protectedvirtual |
setPixelAligned(const bool setting) | CEGUI::Element | |
setPosition(const UVector2 &pos) | CEGUI::Element | inline |
setProperty(const String &name, const String &value) | CEGUI::PropertySet | |
setProperty(const String &name, typename PropertyHelper< T >::pass_type value) | CEGUI::PropertySet | inline |
setRotation(const Quaternion &rotation) | CEGUI::Element | |
setSize(const USize &size) | CEGUI::Element | inline |
setVerticalAlignment(const VerticalAlignment alignment) | CEGUI::Element | virtual |
setWidth(const UDim &width) | CEGUI::Element | inline |
setXPosition(const UDim &pos) | CEGUI::Element | inline |
setYPosition(const UDim &pos) | CEGUI::Element | inline |
subscribeEvent(const String &name, Event::Subscriber subscriber) | CEGUI::EventSet | virtual |
subscribeEvent(const String &name, Event::Group group, Event::Subscriber subscriber) | CEGUI::EventSet | virtual |
subscribeEvent(const String &name, Arg1 arg1, Arg2 arg2) | CEGUI::EventSet | inline |
subscribeEvent(const String &name, Event::Group group, Arg1 arg1, Arg2 arg2) | CEGUI::EventSet | inline |
subscribeScriptedEvent(const String &name, const String &subscriber_name) | CEGUI::EventSet | virtual |
subscribeScriptedEvent(const String &name, Event::Group group, const String &subscriber_name) | CEGUI::EventSet | virtual |
~Element() | CEGUI::Element | virtual |
~EventSet(void) | CEGUI::EventSet | virtual |
~PropertyReceiver() (defined in CEGUI::PropertyReceiver) | CEGUI::PropertyReceiver | inlinevirtual |
~PropertySet(void) | CEGUI::PropertySet | inlinevirtual |