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

This is the complete list of members for jpp::gui::IGUIComboBox, 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
addItem(const wchar_t *text, u32 data=0)=0jpp::gui::IGUIComboBoxpure virtual
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
clear()=0jpp::gui::IGUIComboBoxpure virtual
deserializeAttributes(io::IAttributes *in, io::SAttributeReadWriteOptions *options=0) overridejpp::gui::IGUIElementinlinevirtual
DesiredRectjpp::gui::IGUIElementprotected
draw()jpp::gui::IGUIElementinlinevirtual
drop() constjpp::IReferenceCountedinline
Environmentjpp::gui::IGUIElementprotected
getAbsoluteClippingRect() constjpp::gui::IGUIElementinline
getAbsolutePosition() constjpp::gui::IGUIElementinline
getAlignBottom() constjpp::gui::IGUIElementinline
getAlignLeft() constjpp::gui::IGUIElementinline
getAlignRight() constjpp::gui::IGUIElementinline
getAlignTop() constjpp::gui::IGUIElementinline
getChildren() constjpp::gui::IGUIElementinlinevirtual
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
getIndexForItemData(u32 data) const =0jpp::gui::IGUIComboBoxpure virtual
getItem(u32 idx) const =0jpp::gui::IGUIComboBoxpure virtual
getItemCount() const =0jpp::gui::IGUIComboBoxpure virtual
getItemData(u32 idx) const =0jpp::gui::IGUIComboBoxpure virtual
getMaxSelectionRows() const =0jpp::gui::IGUIComboBoxpure virtual
getName() constjpp::gui::IGUIElementinlinevirtual
getNextElement(s32 startOrder, bool reverse, bool group, IGUIElement *&first, IGUIElement *&closest, bool includeInvisible=false, bool includeDisabled=false) constjpp::gui::IGUIElementinline
getParent() constjpp::gui::IGUIElementinline
getReferenceCount() constjpp::IReferenceCountedinline
getRelativePosition() constjpp::gui::IGUIElementinline
getSelected() const =0jpp::gui::IGUIComboBoxpure 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
IGUIComboBox(IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle)jpp::gui::IGUIComboBoxinline
IGUIElement(EGUI_ELEMENT_TYPE type, IGUIEnvironment *environment, IGUIElement *parent, s32 id, const core::rect< s32 > &rectangle)jpp::gui::IGUIElementinline
IReferenceCounted()jpp::IReferenceCountedinline
IsEnabledjpp::gui::IGUIElementprotected
isEnabled() constjpp::gui::IGUIElementinlinevirtual
isMyChild(IGUIElement *child) constjpp::gui::IGUIElementinline
isNotClipped() constjpp::gui::IGUIElementinline
isPointInside(const core::position2d< s32 > &point) constjpp::gui::IGUIElementinlinevirtual
isSubElement() constjpp::gui::IGUIElementinlinevirtual
IsSubElementjpp::gui::IGUIElementprotected
isTabGroup() constjpp::gui::IGUIElementinline
IsTabGroupjpp::gui::IGUIElementprotected
isTabStop() constjpp::gui::IGUIElementinline
IsTabStopjpp::gui::IGUIElementprotected
isTrulyVisible() constjpp::gui::IGUIElementinlinevirtual
isVisible() constjpp::gui::IGUIElementinlinevirtual
IsVisiblejpp::gui::IGUIElementprotected
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
removeItem(u32 idx)=0jpp::gui::IGUIComboBoxpure virtual
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
setEnabled(bool enabled)jpp::gui::IGUIElementinlinevirtual
setID(s32 id)jpp::gui::IGUIElementinlinevirtual
setMaxSelectionRows(u32 max)=0jpp::gui::IGUIComboBoxpure 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
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
setSelected(s32 idx)=0jpp::gui::IGUIComboBoxpure 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
setTextAlignment(EGUI_ALIGNMENT horizontal, EGUI_ALIGNMENT vertical)=0jpp::gui::IGUIComboBoxpure virtual
setToolTipText(const wchar_t *text)jpp::gui::IGUIElementinlinevirtual
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