Jimcpp 2.1.0
Jimcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
jpp::gui::IGUIButton Member List

This is the complete list of members for jpp::gui::IGUIButton, including all inherited members.

AbsoluteClippingRectjpp::gui::IGUIElementprotected
AbsoluteRectjpp::gui::IGUIElementprotected
addChild(IGUIElement *child)jpp::gui::IGUIElementinlinevirtual
addChildToEnd(IGUIElement *child) (defined in jpp::gui::IGUIElement)jpp::gui::IGUIElementinlineprotected
AlignBottom (defined in jpp::gui::IGUIElement)jpp::gui::IGUIElementprotected
AlignLeftjpp::gui::IGUIElementprotected
AlignRight (defined in jpp::gui::IGUIElement)jpp::gui::IGUIElementprotected
AlignTop (defined in jpp::gui::IGUIElement)jpp::gui::IGUIElementprotected
bringToFront(IGUIElement *element)jpp::gui::IGUIElementinlinevirtual
Childrenjpp::gui::IGUIElementprotected
deserializeAttributes(io::IAttributes *in, io::SAttributeReadWriteOptions *options=0) overridejpp::gui::IGUIElementinlinevirtual
DesiredRectjpp::gui::IGUIElementprotected
draw()jpp::gui::IGUIElementinlinevirtual
drop() constjpp::IReferenceCountedinline
enableOverrideColor(bool enable)=0jpp::gui::IGUIButtonpure virtual
Environmentjpp::gui::IGUIElementprotected
getAbsoluteClippingRect() constjpp::gui::IGUIElementinline
getAbsolutePosition() constjpp::gui::IGUIElementinline
getActiveColor() const =0jpp::gui::IGUIButtonpure virtual
getActiveFont() const =0jpp::gui::IGUIButtonpure virtual
getAlignBottom() constjpp::gui::IGUIElementinline
getAlignLeft() constjpp::gui::IGUIElementinline
getAlignRight() constjpp::gui::IGUIElementinline
getAlignTop() constjpp::gui::IGUIElementinline
getChildren() constjpp::gui::IGUIElementinlinevirtual
getClickControlState() const =0jpp::gui::IGUIButtonpure virtual
getClickShiftState() const =0jpp::gui::IGUIButtonpure virtual
getDebugName() constjpp::IReferenceCountedinline
getElementFromId(s32 id, bool searchchildren=false) constjpp::gui::IGUIElementinlinevirtual
getElementFromPoint(const core::position2d< s32 > &point)jpp::gui::IGUIElementinlinevirtual
getID() constjpp::gui::IGUIElementinlinevirtual
getName() constjpp::gui::IGUIElementinlinevirtual
getNextElement(s32 startOrder, bool reverse, bool group, IGUIElement *&first, IGUIElement *&closest, bool includeInvisible=false, bool includeDisabled=false) constjpp::gui::IGUIElementinline
getOverrideColor(void) const =0jpp::gui::IGUIButtonpure virtual
getOverrideFont(void) const =0jpp::gui::IGUIButtonpure virtual
getParent() constjpp::gui::IGUIElementinline
getReferenceCount() constjpp::IReferenceCountedinline
getRelativePosition() constjpp::gui::IGUIElementinline
getSpriteColor(EGUI_BUTTON_STATE state) const =0jpp::gui::IGUIButtonpure virtual
getSpriteIndex(EGUI_BUTTON_STATE state) const =0jpp::gui::IGUIButtonpure virtual
getSpriteLoop(EGUI_BUTTON_STATE state) const =0jpp::gui::IGUIButtonpure virtual
getSpriteScale(EGUI_BUTTON_STATE state) const =0jpp::gui::IGUIButtonpure virtual
getTabGroup()jpp::gui::IGUIElementinline
getTabOrder() constjpp::gui::IGUIElementinline
getText() constjpp::gui::IGUIElementinlinevirtual
getToolTipText() constjpp::gui::IGUIElementinlinevirtual
getType() constjpp::gui::IGUIElementinline
getTypeName() constjpp::gui::IGUIElementinlinevirtual
grab() constjpp::IReferenceCountedinline
hasType(EGUI_ELEMENT_TYPE type) constjpp::gui::IGUIElementinlinevirtual
IDjpp::gui::IGUIElementprotected
IGUIButton(IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle)jpp::gui::IGUIButtoninline
IGUIElement(EGUI_ELEMENT_TYPE type, IGUIEnvironment *environment, IGUIElement *parent, s32 id, const core::rect< s32 > &rectangle)jpp::gui::IGUIElementinline
IReferenceCounted()jpp::IReferenceCountedinline
isAlphaChannelUsed() const =0jpp::gui::IGUIButtonpure virtual
isDrawingBorder() const =0jpp::gui::IGUIButtonpure virtual
isEnabled() constjpp::gui::IGUIElementinlinevirtual
IsEnabledjpp::gui::IGUIElementprotected
isMyChild(IGUIElement *child) constjpp::gui::IGUIElementinline
isNotClipped() constjpp::gui::IGUIElementinline
isOverrideColorEnabled(void) const =0jpp::gui::IGUIButtonpure virtual
isPointInside(const core::position2d< s32 > &point) constjpp::gui::IGUIElementinlinevirtual
isPressed() const =0jpp::gui::IGUIButtonpure virtual
isPushButton() const =0jpp::gui::IGUIButtonpure virtual
isScalingImage() const =0jpp::gui::IGUIButtonpure virtual
isSubElement() constjpp::gui::IGUIElementinlinevirtual
IsSubElementjpp::gui::IGUIElementprotected
IsTabGroupjpp::gui::IGUIElementprotected
isTabGroup() constjpp::gui::IGUIElementinline
isTabStop() constjpp::gui::IGUIElementinline
IsTabStopjpp::gui::IGUIElementprotected
isTrulyVisible() constjpp::gui::IGUIElementinlinevirtual
IsVisiblejpp::gui::IGUIElementprotected
isVisible() constjpp::gui::IGUIElementinlinevirtual
LastParentRectjpp::gui::IGUIElementprotected
MaxSizejpp::gui::IGUIElementprotected
MinSize (defined in jpp::gui::IGUIElement)jpp::gui::IGUIElementprotected
move(core::position2d< s32 > absoluteMovement)jpp::gui::IGUIElementinlinevirtual
Namejpp::gui::IGUIElementprotected
NoClipjpp::gui::IGUIElementprotected
OnEvent(const SEvent &event) overridejpp::gui::IGUIElementinlinevirtual
OnPostRender(u32 timeMs)jpp::gui::IGUIElementinlinevirtual
Parentjpp::gui::IGUIElementprotected
recalculateAbsolutePosition(bool recursive) (defined in jpp::gui::IGUIElement)jpp::gui::IGUIElementinlineprotected
RelativeRectjpp::gui::IGUIElementprotected
remove()jpp::gui::IGUIElementinlinevirtual
removeChild(IGUIElement *child)jpp::gui::IGUIElementinlinevirtual
ScaleRectjpp::gui::IGUIElementprotected
sendToBack(IGUIElement *child)jpp::gui::IGUIElementinlinevirtual
serializeAttributes(io::IAttributes *out, io::SAttributeReadWriteOptions *options=0) const overridejpp::gui::IGUIElementinlinevirtual
setAlignment(EGUI_ALIGNMENT left, EGUI_ALIGNMENT right, EGUI_ALIGNMENT top, EGUI_ALIGNMENT bottom)jpp::gui::IGUIElementinline
setDebugName(const c8 *newName)jpp::IReferenceCountedinlineprotected
setDrawBorder(bool border=true)=0jpp::gui::IGUIButtonpure virtual
setEnabled(bool enabled)jpp::gui::IGUIElementinlinevirtual
setID(s32 id)jpp::gui::IGUIElementinlinevirtual
setImage(EGUI_BUTTON_IMAGE_STATE state, video::ITexture *image=0, const core::rect< s32 > &sourceRect=core::rect< s32 >(0, 0, 0, 0))=0jpp::gui::IGUIButtonpure virtual
setImage(video::ITexture *image=0)=0jpp::gui::IGUIButtonpure virtual
setImage(video::ITexture *image, const core::rect< s32 > &sourceRect)=0jpp::gui::IGUIButtonpure virtual
setIsPushButton(bool isPushButton=true)=0jpp::gui::IGUIButtonpure virtual
setMaxSize(core::dimension2du size)jpp::gui::IGUIElementinline
setMinSize(core::dimension2du size)jpp::gui::IGUIElementinline
setName(const c8 *name)jpp::gui::IGUIElementinlinevirtual
setName(const core::stringc &name)jpp::gui::IGUIElementinlinevirtual
setNotClipped(bool noClip)jpp::gui::IGUIElementinline
setOverrideColor(video::SColor color)=0jpp::gui::IGUIButtonpure virtual
setOverrideFont(IGUIFont *font=0)=0jpp::gui::IGUIButtonpure virtual
setPressed(bool pressed=true)=0jpp::gui::IGUIButtonpure virtual
setPressedImage(video::ITexture *image=0)=0jpp::gui::IGUIButtonpure virtual
setPressedImage(video::ITexture *image, const core::rect< s32 > &sourceRect)=0jpp::gui::IGUIButtonpure virtual
setRelativePosition(const core::rect< s32 > &r)jpp::gui::IGUIElementinline
setRelativePosition(const core::position2di &position)jpp::gui::IGUIElementinline
setRelativePositionProportional(const core::rect< f32 > &r)jpp::gui::IGUIElementinline
setScaleImage(bool scaleImage=true)=0jpp::gui::IGUIButtonpure virtual
setSprite(EGUI_BUTTON_STATE state, s32 index, video::SColor color=video::SColor(255, 255, 255, 255), bool loop=false, bool scale=false)=0jpp::gui::IGUIButtonpure virtual
setSpriteBank(IGUISpriteBank *bank=0)=0jpp::gui::IGUIButtonpure virtual
setSubElement(bool subElement)jpp::gui::IGUIElementinlinevirtual
setTabGroup(bool isGroup)jpp::gui::IGUIElementinline
setTabOrder(s32 index)jpp::gui::IGUIElementinline
setTabStop(bool enable)jpp::gui::IGUIElementinline
setText(const wchar_t *text)jpp::gui::IGUIElementinlinevirtual
setToolTipText(const wchar_t *text)jpp::gui::IGUIElementinlinevirtual
setUseAlphaChannel(bool useAlphaChannel=true)=0jpp::gui::IGUIButtonpure virtual
setVisible(bool visible)jpp::gui::IGUIElementinlinevirtual
TabOrderjpp::gui::IGUIElementprotected
Textjpp::gui::IGUIElementprotected
ToolTipTextjpp::gui::IGUIElementprotected
Typejpp::gui::IGUIElementprotected
updateAbsolutePosition()jpp::gui::IGUIElementinlinevirtual
~IEventReceiver()jpp::IEventReceiverinlinevirtual
~IGUIElement()jpp::gui::IGUIElementinlinevirtual
~IReferenceCounted()jpp::IReferenceCountedinlinevirtual

Jimcpp    @cppfx.xyz

K