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 |
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 |
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 |
enableOverrideColor(bool enable)=0 | jpp::gui::IGUIButton | pure virtual |
Environment | jpp::gui::IGUIElement | protected |
getAbsoluteClippingRect() const | jpp::gui::IGUIElement | inline |
getAbsolutePosition() const | jpp::gui::IGUIElement | inline |
getActiveColor() const =0 | jpp::gui::IGUIButton | pure virtual |
getActiveFont() const =0 | jpp::gui::IGUIButton | 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 |
getChildren() const | jpp::gui::IGUIElement | inlinevirtual |
getClickControlState() const =0 | jpp::gui::IGUIButton | pure virtual |
getClickShiftState() const =0 | jpp::gui::IGUIButton | pure virtual |
getDebugName() const | jpp::IReferenceCounted | inline |
getElementFromId(s32 id, bool searchchildren=false) const | jpp::gui::IGUIElement | inlinevirtual |
getElementFromPoint(const core::position2d< s32 > &point) | jpp::gui::IGUIElement | inlinevirtual |
getID() const | jpp::gui::IGUIElement | inlinevirtual |
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 |
getOverrideColor(void) const =0 | jpp::gui::IGUIButton | pure virtual |
getOverrideFont(void) const =0 | jpp::gui::IGUIButton | pure virtual |
getParent() const | jpp::gui::IGUIElement | inline |
getReferenceCount() const | jpp::IReferenceCounted | inline |
getRelativePosition() const | jpp::gui::IGUIElement | inline |
getSpriteColor(EGUI_BUTTON_STATE state) const =0 | jpp::gui::IGUIButton | pure virtual |
getSpriteIndex(EGUI_BUTTON_STATE state) const =0 | jpp::gui::IGUIButton | pure virtual |
getSpriteLoop(EGUI_BUTTON_STATE state) const =0 | jpp::gui::IGUIButton | pure virtual |
getSpriteScale(EGUI_BUTTON_STATE state) const =0 | jpp::gui::IGUIButton | 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 |
grab() const | jpp::IReferenceCounted | inline |
hasType(EGUI_ELEMENT_TYPE type) const | jpp::gui::IGUIElement | inlinevirtual |
ID | jpp::gui::IGUIElement | protected |
IGUIButton(IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle) | jpp::gui::IGUIButton | inline |
IGUIElement(EGUI_ELEMENT_TYPE type, IGUIEnvironment *environment, IGUIElement *parent, s32 id, const core::rect< s32 > &rectangle) | jpp::gui::IGUIElement | inline |
IReferenceCounted() | jpp::IReferenceCounted | inline |
isAlphaChannelUsed() const =0 | jpp::gui::IGUIButton | pure virtual |
isDrawingBorder() const =0 | jpp::gui::IGUIButton | pure virtual |
isEnabled() const | jpp::gui::IGUIElement | inlinevirtual |
IsEnabled | jpp::gui::IGUIElement | protected |
isMyChild(IGUIElement *child) const | jpp::gui::IGUIElement | inline |
isNotClipped() const | jpp::gui::IGUIElement | inline |
isOverrideColorEnabled(void) const =0 | jpp::gui::IGUIButton | pure virtual |
isPointInside(const core::position2d< s32 > &point) const | jpp::gui::IGUIElement | inlinevirtual |
isPressed() const =0 | jpp::gui::IGUIButton | pure virtual |
isPushButton() const =0 | jpp::gui::IGUIButton | pure virtual |
isScalingImage() const =0 | jpp::gui::IGUIButton | pure virtual |
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 |
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 |
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 |
setAlignment(EGUI_ALIGNMENT left, EGUI_ALIGNMENT right, EGUI_ALIGNMENT top, EGUI_ALIGNMENT bottom) | jpp::gui::IGUIElement | inline |
setDebugName(const c8 *newName) | jpp::IReferenceCounted | inlineprotected |
setDrawBorder(bool border=true)=0 | jpp::gui::IGUIButton | pure virtual |
setEnabled(bool enabled) | jpp::gui::IGUIElement | inlinevirtual |
setID(s32 id) | jpp::gui::IGUIElement | inlinevirtual |
setImage(EGUI_BUTTON_IMAGE_STATE state, video::ITexture *image=0, const core::rect< s32 > &sourceRect=core::rect< s32 >(0, 0, 0, 0))=0 | jpp::gui::IGUIButton | pure virtual |
setImage(video::ITexture *image=0)=0 | jpp::gui::IGUIButton | pure virtual |
setImage(video::ITexture *image, const core::rect< s32 > &sourceRect)=0 | jpp::gui::IGUIButton | pure virtual |
setIsPushButton(bool isPushButton=true)=0 | jpp::gui::IGUIButton | pure virtual |
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 core::stringc &name) | jpp::gui::IGUIElement | inlinevirtual |
setNotClipped(bool noClip) | jpp::gui::IGUIElement | inline |
setOverrideColor(video::SColor color)=0 | jpp::gui::IGUIButton | pure virtual |
setOverrideFont(IGUIFont *font=0)=0 | jpp::gui::IGUIButton | pure virtual |
setPressed(bool pressed=true)=0 | jpp::gui::IGUIButton | pure virtual |
setPressedImage(video::ITexture *image=0)=0 | jpp::gui::IGUIButton | pure virtual |
setPressedImage(video::ITexture *image, const core::rect< s32 > &sourceRect)=0 | jpp::gui::IGUIButton | 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 |
setScaleImage(bool scaleImage=true)=0 | jpp::gui::IGUIButton | pure virtual |
setSprite(EGUI_BUTTON_STATE state, s32 index, video::SColor color=video::SColor(255, 255, 255, 255), bool loop=false, bool scale=false)=0 | jpp::gui::IGUIButton | pure virtual |
setSpriteBank(IGUISpriteBank *bank=0)=0 | jpp::gui::IGUIButton | 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 |
setUseAlphaChannel(bool useAlphaChannel=true)=0 | jpp::gui::IGUIButton | pure virtual |
setVisible(bool visible) | jpp::gui::IGUIElement | inlinevirtual |
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 |