AbsoluteClippingRect | dcpp::gui::IGUIElement | protected |
AbsoluteRect | dcpp::gui::IGUIElement | protected |
addButton(i32 id=-1, const wchar_t *text=0, const wchar_t *tooltiptext=0, video::ITexture *img=0, video::ITexture *pressedimg=0, bool isPushButton=false, bool useAlphaChannel=false)=0 | dcpp::gui::IGUIToolBar | pure virtual |
addChild(IGUIElement *child) | dcpp::gui::IGUIElement | inlinevirtual |
addChildToEnd(IGUIElement *child) (defined in dcpp::gui::IGUIElement) | dcpp::gui::IGUIElement | inlineprotected |
AlignBottom (defined in dcpp::gui::IGUIElement) | dcpp::gui::IGUIElement | protected |
AlignLeft | dcpp::gui::IGUIElement | protected |
AlignRight (defined in dcpp::gui::IGUIElement) | dcpp::gui::IGUIElement | protected |
AlignTop (defined in dcpp::gui::IGUIElement) | dcpp::gui::IGUIElement | protected |
bringToFront(IGUIElement *element) | dcpp::gui::IGUIElement | inlinevirtual |
Children | dcpp::gui::IGUIElement | protected |
deserializeAttributes(io::IAttributes *in, io::SAttributeReadWriteOptions *options=0) override | dcpp::gui::IGUIElement | inlinevirtual |
DesiredRect | dcpp::gui::IGUIElement | protected |
draw() | dcpp::gui::IGUIElement | inlinevirtual |
drop() const | dcpp::IReferenceCounted | inline |
Environment | dcpp::gui::IGUIElement | protected |
getAbsoluteClippingRect() const | dcpp::gui::IGUIElement | inline |
getAbsolutePosition() const | dcpp::gui::IGUIElement | inline |
getAlignBottom() const | dcpp::gui::IGUIElement | inline |
getAlignLeft() const | dcpp::gui::IGUIElement | inline |
getAlignRight() const | dcpp::gui::IGUIElement | inline |
getAlignTop() const | dcpp::gui::IGUIElement | inline |
getChildren() const | dcpp::gui::IGUIElement | inlinevirtual |
getDebugName() const | dcpp::IReferenceCounted | inline |
getElementFromId(i32 id, bool searchchildren=false) const | dcpp::gui::IGUIElement | inlinevirtual |
getElementFromPoint(const nub::position2d< i32 > &point) | dcpp::gui::IGUIElement | inlinevirtual |
getID() const | dcpp::gui::IGUIElement | inlinevirtual |
getName() const | dcpp::gui::IGUIElement | inlinevirtual |
getNextElement(i32 startOrder, bool reverse, bool group, IGUIElement *&first, IGUIElement *&closest, bool includeInvisible=false, bool includeDisabled=false) const | dcpp::gui::IGUIElement | inline |
getParent() const | dcpp::gui::IGUIElement | inline |
getReferenceCount() const | dcpp::IReferenceCounted | inline |
getRelativePosition() const | dcpp::gui::IGUIElement | inline |
getTabGroup() | dcpp::gui::IGUIElement | inline |
getTabOrder() const | dcpp::gui::IGUIElement | inline |
getText() const | dcpp::gui::IGUIElement | inlinevirtual |
getToolTipText() const | dcpp::gui::IGUIElement | inlinevirtual |
getType() const | dcpp::gui::IGUIElement | inline |
getTypeName() const | dcpp::gui::IGUIElement | inlinevirtual |
grab() const | dcpp::IReferenceCounted | inline |
hasType(EGUI_ELEMENT_TYPE type) const | dcpp::gui::IGUIElement | inlinevirtual |
ID | dcpp::gui::IGUIElement | protected |
IGUIElement(EGUI_ELEMENT_TYPE type, IGUIEnvironment *environment, IGUIElement *parent, i32 id, const nub::rect< i32 > &rectangle) | dcpp::gui::IGUIElement | inline |
IGUIToolBar(IGUIEnvironment *environment, IGUIElement *parent, i32 id, nub::rect< i32 > rectangle) | dcpp::gui::IGUIToolBar | inline |
IReferenceCounted() | dcpp::IReferenceCounted | inline |
IsEnabled | dcpp::gui::IGUIElement | protected |
isEnabled() const | dcpp::gui::IGUIElement | inlinevirtual |
isMyChild(IGUIElement *child) const | dcpp::gui::IGUIElement | inline |
isNotClipped() const | dcpp::gui::IGUIElement | inline |
isPointInside(const nub::position2d< i32 > &point) const | dcpp::gui::IGUIElement | inlinevirtual |
IsSubElement | dcpp::gui::IGUIElement | protected |
isSubElement() const | dcpp::gui::IGUIElement | inlinevirtual |
IsTabGroup | dcpp::gui::IGUIElement | protected |
isTabGroup() const | dcpp::gui::IGUIElement | inline |
isTabStop() const | dcpp::gui::IGUIElement | inline |
IsTabStop | dcpp::gui::IGUIElement | protected |
isTrulyVisible() const | dcpp::gui::IGUIElement | inlinevirtual |
isVisible() const | dcpp::gui::IGUIElement | inlinevirtual |
IsVisible | dcpp::gui::IGUIElement | protected |
LastParentRect | dcpp::gui::IGUIElement | protected |
MaxSize | dcpp::gui::IGUIElement | protected |
MinSize (defined in dcpp::gui::IGUIElement) | dcpp::gui::IGUIElement | protected |
move(nub::position2d< i32 > absoluteMovement) | dcpp::gui::IGUIElement | inlinevirtual |
Name | dcpp::gui::IGUIElement | protected |
NoClip | dcpp::gui::IGUIElement | protected |
OnEvent(const SEvent &event) override | dcpp::gui::IGUIElement | inlinevirtual |
OnPostRender(u32 timeMs) | dcpp::gui::IGUIElement | inlinevirtual |
Parent | dcpp::gui::IGUIElement | protected |
recalculateAbsolutePosition(bool recursive) (defined in dcpp::gui::IGUIElement) | dcpp::gui::IGUIElement | inlineprotected |
RelativeRect | dcpp::gui::IGUIElement | protected |
remove() | dcpp::gui::IGUIElement | inlinevirtual |
removeChild(IGUIElement *child) | dcpp::gui::IGUIElement | inlinevirtual |
ScaleRect | dcpp::gui::IGUIElement | protected |
sendToBack(IGUIElement *child) | dcpp::gui::IGUIElement | inlinevirtual |
serializeAttributes(io::IAttributes *out, io::SAttributeReadWriteOptions *options=0) const override | dcpp::gui::IGUIElement | inlinevirtual |
setAlignment(EGUI_ALIGNMENT left, EGUI_ALIGNMENT right, EGUI_ALIGNMENT top, EGUI_ALIGNMENT bottom) | dcpp::gui::IGUIElement | inline |
setDebugName(const c8 *newName) | dcpp::IReferenceCounted | inlineprotected |
setEnabled(bool enabled) | dcpp::gui::IGUIElement | inlinevirtual |
setID(i32 id) | dcpp::gui::IGUIElement | inlinevirtual |
setMaxSize(nub::dimension2du size) | dcpp::gui::IGUIElement | inline |
setMinSize(nub::dimension2du size) | dcpp::gui::IGUIElement | inline |
setName(const c8 *name) | dcpp::gui::IGUIElement | inlinevirtual |
setName(const dcpp::nub::string &name) | dcpp::gui::IGUIElement | inlinevirtual |
setNotClipped(bool noClip) | dcpp::gui::IGUIElement | inline |
setRelativePosition(const nub::rect< i32 > &r) | dcpp::gui::IGUIElement | inline |
setRelativePosition(const nub::position2di &position) | dcpp::gui::IGUIElement | inline |
setRelativePositionProportional(const nub::rect< f32 > &r) | dcpp::gui::IGUIElement | inline |
setSubElement(bool subElement) | dcpp::gui::IGUIElement | inlinevirtual |
setTabGroup(bool isGroup) | dcpp::gui::IGUIElement | inline |
setTabOrder(i32 index) | dcpp::gui::IGUIElement | inline |
setTabStop(bool enable) | dcpp::gui::IGUIElement | inline |
setText(const wchar_t *text) | dcpp::gui::IGUIElement | inlinevirtual |
setToolTipText(const wchar_t *text) | dcpp::gui::IGUIElement | inlinevirtual |
setVisible(bool visible) | dcpp::gui::IGUIElement | inlinevirtual |
TabOrder | dcpp::gui::IGUIElement | protected |
Text | dcpp::gui::IGUIElement | protected |
ToolTipText | dcpp::gui::IGUIElement | protected |
Type | dcpp::gui::IGUIElement | protected |
updateAbsolutePosition() | dcpp::gui::IGUIElement | inlinevirtual |
~IEventReceiver() | dcpp::IEventReceiver | inlinevirtual |
~IGUIElement() | dcpp::gui::IGUIElement | inlinevirtual |
~IReferenceCounted() | dcpp::IReferenceCounted | inlinevirtual |