AbsoluteClippingRect | jpp::gui::IGUIElement | protected |
AbsoluteRect | jpp::gui::IGUIElement | protected |
addChild(IGUIElement *child) | jpp::gui::IGUIElement | inlinevirtual |
addChildToEnd(IGUIElement *child) (defined in jpp::gui::IGUIElement) | jpp::gui::IGUIElement | inlineprotected |
addColumn(const wchar_t *caption, s32 columnIndex=-1)=0 | jpp::gui::IGUITable | pure virtual |
addRow(u32 rowIndex)=0 | jpp::gui::IGUITable | pure virtual |
AlignBottom (defined in jpp::gui::IGUIElement) | jpp::gui::IGUIElement | protected |
AlignLeft | jpp::gui::IGUIElement | protected |
AlignRight (defined in jpp::gui::IGUIElement) | jpp::gui::IGUIElement | protected |
AlignTop (defined in jpp::gui::IGUIElement) | jpp::gui::IGUIElement | protected |
bringToFront(IGUIElement *element) | jpp::gui::IGUIElement | inlinevirtual |
Children | jpp::gui::IGUIElement | protected |
clear()=0 | jpp::gui::IGUITable | pure virtual |
clearRows()=0 | jpp::gui::IGUITable | pure virtual |
deserializeAttributes(io::IAttributes *in, io::SAttributeReadWriteOptions *options=0) override | jpp::gui::IGUIElement | inlinevirtual |
DesiredRect | jpp::gui::IGUIElement | protected |
draw() | jpp::gui::IGUIElement | inlinevirtual |
drop() const | jpp::IReferenceCounted | inline |
Environment | jpp::gui::IGUIElement | protected |
getAbsoluteClippingRect() const | jpp::gui::IGUIElement | inline |
getAbsolutePosition() const | jpp::gui::IGUIElement | inline |
getActiveColumn() const =0 | jpp::gui::IGUITable | pure virtual |
getActiveColumnOrdering() const =0 | jpp::gui::IGUITable | pure virtual |
getActiveFont() const =0 | jpp::gui::IGUITable | pure virtual |
getAlignBottom() const | jpp::gui::IGUIElement | inline |
getAlignLeft() const | jpp::gui::IGUIElement | inline |
getAlignRight() const | jpp::gui::IGUIElement | inline |
getAlignTop() const | jpp::gui::IGUIElement | inline |
getCellData(u32 rowIndex, u32 columnIndex) const =0 | jpp::gui::IGUITable | pure virtual |
getCellText(u32 rowIndex, u32 columnIndex) const =0 | jpp::gui::IGUITable | pure virtual |
getChildren() const | jpp::gui::IGUIElement | inlinevirtual |
getColumnCount() const =0 | jpp::gui::IGUITable | pure virtual |
getColumnWidth(u32 columnIndex) const =0 | jpp::gui::IGUITable | pure virtual |
getDebugName() const | jpp::IReferenceCounted | inline |
getDrawFlags() const =0 | jpp::gui::IGUITable | pure virtual |
getElementFromId(s32 id, bool searchchildren=false) const | jpp::gui::IGUIElement | inlinevirtual |
getElementFromPoint(const core::position2d< s32 > &point) | jpp::gui::IGUIElement | inlinevirtual |
getHorizontalScrollBar() const =0 | jpp::gui::IGUITable | pure virtual |
getID() const | jpp::gui::IGUIElement | inlinevirtual |
getItemHeight() const =0 | jpp::gui::IGUITable | pure virtual |
getName() const | jpp::gui::IGUIElement | inlinevirtual |
getNextElement(s32 startOrder, bool reverse, bool group, IGUIElement *&first, IGUIElement *&closest, bool includeInvisible=false, bool includeDisabled=false) const | jpp::gui::IGUIElement | inline |
getOverrideFont(void) const =0 | jpp::gui::IGUITable | pure virtual |
getParent() const | jpp::gui::IGUIElement | inline |
getReferenceCount() const | jpp::IReferenceCounted | inline |
getRelativePosition() const | jpp::gui::IGUIElement | inline |
getRowCount() const =0 | jpp::gui::IGUITable | pure virtual |
getSelected() const =0 | jpp::gui::IGUITable | pure virtual |
getTabGroup() | jpp::gui::IGUIElement | inline |
getTabOrder() const | jpp::gui::IGUIElement | inline |
getText() const | jpp::gui::IGUIElement | inlinevirtual |
getToolTipText() const | jpp::gui::IGUIElement | inlinevirtual |
getType() const | jpp::gui::IGUIElement | inline |
getTypeName() const | jpp::gui::IGUIElement | inlinevirtual |
getVerticalScrollBar() const =0 | jpp::gui::IGUITable | pure virtual |
grab() const | jpp::IReferenceCounted | inline |
hasResizableColumns() const =0 | jpp::gui::IGUITable | pure virtual |
hasType(EGUI_ELEMENT_TYPE type) const | jpp::gui::IGUIElement | inlinevirtual |
ID | jpp::gui::IGUIElement | protected |
IGUIElement(EGUI_ELEMENT_TYPE type, IGUIEnvironment *environment, IGUIElement *parent, s32 id, const core::rect< s32 > &rectangle) | jpp::gui::IGUIElement | inline |
IGUITable(IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle) | jpp::gui::IGUITable | inline |
IReferenceCounted() | jpp::IReferenceCounted | inline |
isDrawBackgroundEnabled() const =0 | jpp::gui::IGUITable | pure virtual |
IsEnabled | jpp::gui::IGUIElement | protected |
isEnabled() const | jpp::gui::IGUIElement | inlinevirtual |
isMyChild(IGUIElement *child) const | jpp::gui::IGUIElement | inline |
isNotClipped() const | jpp::gui::IGUIElement | inline |
isPointInside(const core::position2d< s32 > &point) const | jpp::gui::IGUIElement | inlinevirtual |
isSubElement() const | jpp::gui::IGUIElement | inlinevirtual |
IsSubElement | jpp::gui::IGUIElement | protected |
IsTabGroup | jpp::gui::IGUIElement | protected |
isTabGroup() const | jpp::gui::IGUIElement | inline |
isTabStop() const | jpp::gui::IGUIElement | inline |
IsTabStop | jpp::gui::IGUIElement | protected |
isTrulyVisible() const | jpp::gui::IGUIElement | inlinevirtual |
IsVisible | jpp::gui::IGUIElement | protected |
isVisible() const | jpp::gui::IGUIElement | inlinevirtual |
LastParentRect | jpp::gui::IGUIElement | protected |
MaxSize | jpp::gui::IGUIElement | protected |
MinSize (defined in jpp::gui::IGUIElement) | jpp::gui::IGUIElement | protected |
move(core::position2d< s32 > absoluteMovement) | jpp::gui::IGUIElement | inlinevirtual |
Name | jpp::gui::IGUIElement | protected |
NoClip | jpp::gui::IGUIElement | protected |
OnEvent(const SEvent &event) override | jpp::gui::IGUIElement | inlinevirtual |
OnPostRender(u32 timeMs) | jpp::gui::IGUIElement | inlinevirtual |
orderRows(s32 columnIndex=-1, EGUI_ORDERING_MODE mode=EGOM_NONE)=0 | jpp::gui::IGUITable | pure virtual |
Parent | jpp::gui::IGUIElement | protected |
recalculateAbsolutePosition(bool recursive) (defined in jpp::gui::IGUIElement) | jpp::gui::IGUIElement | inlineprotected |
RelativeRect | jpp::gui::IGUIElement | protected |
remove() | jpp::gui::IGUIElement | inlinevirtual |
removeChild(IGUIElement *child) | jpp::gui::IGUIElement | inlinevirtual |
removeColumn(u32 columnIndex)=0 | jpp::gui::IGUITable | pure virtual |
removeRow(u32 rowIndex)=0 | jpp::gui::IGUITable | pure virtual |
ScaleRect | jpp::gui::IGUIElement | protected |
sendToBack(IGUIElement *child) | jpp::gui::IGUIElement | inlinevirtual |
serializeAttributes(io::IAttributes *out, io::SAttributeReadWriteOptions *options=0) const override | jpp::gui::IGUIElement | inlinevirtual |
setActiveColumn(s32 idx, bool doOrder=false)=0 | jpp::gui::IGUITable | pure virtual |
setAlignment(EGUI_ALIGNMENT left, EGUI_ALIGNMENT right, EGUI_ALIGNMENT top, EGUI_ALIGNMENT bottom) | jpp::gui::IGUIElement | inline |
setCellColor(u32 rowIndex, u32 columnIndex, video::SColor color)=0 | jpp::gui::IGUITable | pure virtual |
setCellData(u32 rowIndex, u32 columnIndex, void *data)=0 | jpp::gui::IGUITable | pure virtual |
setCellText(u32 rowIndex, u32 columnIndex, const core::wstring &text)=0 | jpp::gui::IGUITable | pure virtual |
setCellText(u32 rowIndex, u32 columnIndex, const core::wstring &text, video::SColor color)=0 | jpp::gui::IGUITable | pure virtual |
setColumnOrdering(u32 columnIndex, EGUI_COLUMN_ORDERING mode)=0 | jpp::gui::IGUITable | pure virtual |
setColumnWidth(u32 columnIndex, u32 width)=0 | jpp::gui::IGUITable | pure virtual |
setDebugName(const c8 *newName) | jpp::IReferenceCounted | inlineprotected |
setDrawBackground(bool draw)=0 | jpp::gui::IGUITable | pure virtual |
setDrawFlags(s32 flags)=0 | jpp::gui::IGUITable | pure virtual |
setEnabled(bool enabled) | jpp::gui::IGUIElement | inlinevirtual |
setID(s32 id) | jpp::gui::IGUIElement | inlinevirtual |
setMaxSize(core::dimension2du size) | jpp::gui::IGUIElement | inline |
setMinSize(core::dimension2du size) | jpp::gui::IGUIElement | inline |
setName(const c8 *name) | jpp::gui::IGUIElement | inlinevirtual |
setName(const jpp::core::string &name) | jpp::gui::IGUIElement | inlinevirtual |
setNotClipped(bool noClip) | jpp::gui::IGUIElement | inline |
setOverrideFont(IGUIFont *font=0)=0 | jpp::gui::IGUITable | pure virtual |
setRelativePosition(const core::rect< s32 > &r) | jpp::gui::IGUIElement | inline |
setRelativePosition(const core::position2di &position) | jpp::gui::IGUIElement | inline |
setRelativePositionProportional(const core::rect< f32 > &r) | jpp::gui::IGUIElement | inline |
setResizableColumns(bool resizable)=0 | jpp::gui::IGUITable | pure virtual |
setSelected(s32 index)=0 | jpp::gui::IGUITable | pure virtual |
setSubElement(bool subElement) | jpp::gui::IGUIElement | inlinevirtual |
setTabGroup(bool isGroup) | jpp::gui::IGUIElement | inline |
setTabOrder(s32 index) | jpp::gui::IGUIElement | inline |
setTabStop(bool enable) | jpp::gui::IGUIElement | inline |
setText(const wchar_t *text) | jpp::gui::IGUIElement | inlinevirtual |
setToolTipText(const wchar_t *text) | jpp::gui::IGUIElement | inlinevirtual |
setVisible(bool visible) | jpp::gui::IGUIElement | inlinevirtual |
swapRows(u32 rowIndexA, u32 rowIndexB)=0 | jpp::gui::IGUITable | pure virtual |
TabOrder | jpp::gui::IGUIElement | protected |
Text | jpp::gui::IGUIElement | protected |
ToolTipText | jpp::gui::IGUIElement | protected |
Type | jpp::gui::IGUIElement | protected |
updateAbsolutePosition() | jpp::gui::IGUIElement | inlinevirtual |
~IEventReceiver() | jpp::IEventReceiver | inlinevirtual |
~IGUIElement() | jpp::gui::IGUIElement | inlinevirtual |
~IReferenceCounted() | jpp::IReferenceCounted | inlinevirtual |