![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for dcpp::gui::IGUITable, including all inherited members.
| AbsoluteClippingRect | dcpp::gui::IGUIElement | protected |
| AbsoluteRect | dcpp::gui::IGUIElement | protected |
| addChild(IGUIElement *child) | dcpp::gui::IGUIElement | inlinevirtual |
| addChildToEnd(IGUIElement *child) (defined in dcpp::gui::IGUIElement) | dcpp::gui::IGUIElement | inlineprotected |
| addColumn(const wchar_t *caption, dcpp::int32_kt columnIndex=-1)=0 | dcpp::gui::IGUITable | pure virtual |
| addRow(dcpp::uint32_kt rowIndex)=0 | dcpp::gui::IGUITable | pure virtual |
| 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 |
| clear()=0 | dcpp::gui::IGUITable | pure virtual |
| clearRows()=0 | dcpp::gui::IGUITable | pure virtual |
| deserializeAttributes(dcpp::io::IAttributes *in, dcpp::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 |
| getActiveColumn() const =0 | dcpp::gui::IGUITable | pure virtual |
| getActiveColumnOrdering() const =0 | dcpp::gui::IGUITable | pure virtual |
| getActiveFont() const =0 | dcpp::gui::IGUITable | pure virtual |
| getAlignBottom() const | dcpp::gui::IGUIElement | inline |
| getAlignLeft() const | dcpp::gui::IGUIElement | inline |
| getAlignRight() const | dcpp::gui::IGUIElement | inline |
| getAlignTop() const | dcpp::gui::IGUIElement | inline |
| getCellData(dcpp::uint32_kt rowIndex, dcpp::uint32_kt columnIndex) const =0 | dcpp::gui::IGUITable | pure virtual |
| getCellText(dcpp::uint32_kt rowIndex, dcpp::uint32_kt columnIndex) const =0 | dcpp::gui::IGUITable | pure virtual |
| getChildren() const | dcpp::gui::IGUIElement | inlinevirtual |
| getColumnCount() const =0 | dcpp::gui::IGUITable | pure virtual |
| getColumnWidth(dcpp::uint32_kt columnIndex) const =0 | dcpp::gui::IGUITable | pure virtual |
| getDebugName() const | dcpp::IReferenceCounted | inline |
| getDrawFlags() const =0 | dcpp::gui::IGUITable | pure virtual |
| getElementFromId(dcpp::int32_kt id, bool searchchildren=false) const | dcpp::gui::IGUIElement | inlinevirtual |
| getElementFromPoint(const dcpp::nub::position2di &point) | dcpp::gui::IGUIElement | inlinevirtual |
| getHorizontalScrollBar() const =0 | dcpp::gui::IGUITable | pure virtual |
| getID() const | dcpp::gui::IGUIElement | inlinevirtual |
| getItemHeight() const =0 | dcpp::gui::IGUITable | pure virtual |
| getName() const | dcpp::gui::IGUIElement | inlinevirtual |
| getNextElement(dcpp::int32_kt startOrder, bool reverse, bool group, IGUIElement *&first, IGUIElement *&closest, bool includeInvisible=false, bool includeDisabled=false) const | dcpp::gui::IGUIElement | inline |
| getOverrideFont(void) const =0 | dcpp::gui::IGUITable | pure virtual |
| getParent() const | dcpp::gui::IGUIElement | inline |
| getReferenceCount() const | dcpp::IReferenceCounted | inline |
| getRelativePosition() const | dcpp::gui::IGUIElement | inline |
| getRowCount() const =0 | dcpp::gui::IGUITable | pure virtual |
| getSelected() const =0 | dcpp::gui::IGUITable | pure virtual |
| 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 |
| getVerticalScrollBar() const =0 | dcpp::gui::IGUITable | pure virtual |
| grab() const | dcpp::IReferenceCounted | inline |
| hasResizableColumns() const =0 | dcpp::gui::IGUITable | pure virtual |
| hasType(EGUI_ELEMENT_TYPE type) const | dcpp::gui::IGUIElement | inlinevirtual |
| ID | dcpp::gui::IGUIElement | protected |
| IGUIElement(EGUI_ELEMENT_TYPE type, IGUIEnvironment *environment, IGUIElement *parent, dcpp::int32_kt id, const dcpp::nub::recti &rectangle) | dcpp::gui::IGUIElement | inline |
| IGUITable(IGUIEnvironment *environment, IGUIElement *parent, dcpp::int32_kt id, dcpp::nub::recti rectangle) | dcpp::gui::IGUITable | inline |
| IReferenceCounted() | dcpp::IReferenceCounted | inline |
| isDrawBackgroundEnabled() const =0 | dcpp::gui::IGUITable | pure virtual |
| 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 dcpp::nub::position2di &point) const | dcpp::gui::IGUIElement | inlinevirtual |
| isSubElement() const | dcpp::gui::IGUIElement | inlinevirtual |
| IsSubElement | dcpp::gui::IGUIElement | protected |
| 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 | dcpp::gui::IGUIElement | protected |
| isVisible() const | dcpp::gui::IGUIElement | inlinevirtual |
| LastParentRect | dcpp::gui::IGUIElement | protected |
| MaxSize | dcpp::gui::IGUIElement | protected |
| MinSize (defined in dcpp::gui::IGUIElement) | dcpp::gui::IGUIElement | protected |
| move(dcpp::nub::position2di 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(dcpp::uint32_kt timeMs) | dcpp::gui::IGUIElement | inlinevirtual |
| orderRows(dcpp::int32_kt columnIndex=-1, EGUI_ORDERING_MODE mode=EGOM_NONE)=0 | dcpp::gui::IGUITable | pure virtual |
| 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 |
| removeColumn(dcpp::uint32_kt columnIndex)=0 | dcpp::gui::IGUITable | pure virtual |
| removeRow(dcpp::uint32_kt rowIndex)=0 | dcpp::gui::IGUITable | pure virtual |
| ScaleRect | dcpp::gui::IGUIElement | protected |
| sendToBack(IGUIElement *child) | dcpp::gui::IGUIElement | inlinevirtual |
| serializeAttributes(dcpp::io::IAttributes *out, dcpp::io::SAttributeReadWriteOptions *options=0) const override | dcpp::gui::IGUIElement | inlinevirtual |
| setActiveColumn(dcpp::int32_kt idx, bool doOrder=false)=0 | dcpp::gui::IGUITable | pure virtual |
| setAlignment(EGUI_ALIGNMENT left, EGUI_ALIGNMENT right, EGUI_ALIGNMENT top, EGUI_ALIGNMENT bottom) | dcpp::gui::IGUIElement | inline |
| setCellColor(dcpp::uint32_kt rowIndex, dcpp::uint32_kt columnIndex, dcpp::video::SColor color)=0 | dcpp::gui::IGUITable | pure virtual |
| setCellData(dcpp::uint32_kt rowIndex, dcpp::uint32_kt columnIndex, void *data)=0 | dcpp::gui::IGUITable | pure virtual |
| setCellText(dcpp::uint32_kt rowIndex, dcpp::uint32_kt columnIndex, const dcpp::nub::wstring &text)=0 | dcpp::gui::IGUITable | pure virtual |
| setCellText(dcpp::uint32_kt rowIndex, dcpp::uint32_kt columnIndex, const dcpp::nub::wstring &text, dcpp::video::SColor color)=0 | dcpp::gui::IGUITable | pure virtual |
| setColumnOrdering(dcpp::uint32_kt columnIndex, EGUI_COLUMN_ORDERING mode)=0 | dcpp::gui::IGUITable | pure virtual |
| setColumnWidth(dcpp::uint32_kt columnIndex, dcpp::uint32_kt width)=0 | dcpp::gui::IGUITable | pure virtual |
| setDebugName(const dcpp::char_kt *newName) | dcpp::IReferenceCounted | inlineprotected |
| setDrawBackground(bool draw)=0 | dcpp::gui::IGUITable | pure virtual |
| setDrawFlags(dcpp::int32_kt flags)=0 | dcpp::gui::IGUITable | pure virtual |
| setEnabled(bool enabled) | dcpp::gui::IGUIElement | inlinevirtual |
| setID(dcpp::int32_kt id) | dcpp::gui::IGUIElement | inlinevirtual |
| setMaxSize(dcpp::nub::dimension2du size) | dcpp::gui::IGUIElement | inline |
| setMinSize(dcpp::nub::dimension2du size) | dcpp::gui::IGUIElement | inline |
| setName(const dcpp::char_kt *name) | dcpp::gui::IGUIElement | inlinevirtual |
| setName(const dcpp::nub::string &name) | dcpp::gui::IGUIElement | inlinevirtual |
| setNotClipped(bool noClip) | dcpp::gui::IGUIElement | inline |
| setOverrideFont(IGUIFont *font=0)=0 | dcpp::gui::IGUITable | pure virtual |
| setRelativePosition(const dcpp::nub::recti &r) | dcpp::gui::IGUIElement | inline |
| setRelativePosition(const dcpp::nub::position2di &position) | dcpp::gui::IGUIElement | inline |
| setRelativePositionProportional(const dcpp::nub::rectf &r) | dcpp::gui::IGUIElement | inline |
| setResizableColumns(bool resizable)=0 | dcpp::gui::IGUITable | pure virtual |
| setSelected(dcpp::int32_kt index)=0 | dcpp::gui::IGUITable | pure virtual |
| setSubElement(bool subElement) | dcpp::gui::IGUIElement | inlinevirtual |
| setTabGroup(bool isGroup) | dcpp::gui::IGUIElement | inline |
| setTabOrder(dcpp::int32_kt 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 |
| swapRows(dcpp::uint32_kt rowIndexA, dcpp::uint32_kt rowIndexB)=0 | dcpp::gui::IGUITable | pure virtual |
| 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 |