Nirtcpp 2.1.0
Nirtcpp is a high-performance c++ graphics engine.
|
This is the complete list of members for nirt::gui::IGUIEnvironment, including all inherited members.
addButton(const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1, const wchar_t *text=0, const wchar_t *tooltiptext=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addCheckBox(bool checked, const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1, const wchar_t *text=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addColorSelectDialog(const wchar_t *title=0, bool modal=true, IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addComboBox(const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addContextMenu(const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addEditBox(const wchar_t *text, const core::rect< s32 > &rectangle, bool border=true, IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addEmptySpriteBank(const io::path &name)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addFileOpenDialog(const wchar_t *title=0, bool modal=true, IGUIElement *parent=0, s32 id=-1, bool restoreCWD=false, io::path::char_type *startDir=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addFont(const io::path &name, IGUIFont *font)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addGUIElement(const c8 *elementName, IGUIElement *parent=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addImage(video::ITexture *image, core::position2d< s32 > pos, bool useAlphaChannel=true, IGUIElement *parent=0, s32 id=-1, const wchar_t *text=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addImage(const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1, const wchar_t *text=0, bool useAlphaChannel=true)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addInOutFader(const core::rect< s32 > *rectangle=0, IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addListBox(const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1, bool drawBackground=false)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addMenu(IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addMeshViewer(const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1, const wchar_t *text=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addMessageBox(const wchar_t *caption, const wchar_t *text=0, bool modal=true, s32 flags=EMBF_OK, IGUIElement *parent=0, s32 id=-1, video::ITexture *image=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addModalScreen(IGUIElement *parent, int blinkMode=3)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addProfilerDisplay(const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addScrollBar(bool horizontal, const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addSpinBox(const wchar_t *text, const core::rect< s32 > &rectangle, bool border=true, IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addStaticText(const wchar_t *text, const core::rect< s32 > &rectangle, bool border=false, bool wordWrap=true, IGUIElement *parent=0, s32 id=-1, bool fillBackground=false)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addTab(const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addTabControl(const core::rect< s32 > &rectangle, IGUIElement *parent=0, bool fillbackground=false, bool border=true, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addTable(const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1, bool drawBackground=false)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addToDeletionQueue(IGUIElement *element)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addToolBar(IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addTreeView(const core::rect< s32 > &rectangle, IGUIElement *parent=0, s32 id=-1, bool drawBackground=false, bool scrollBarVertical=true, bool scrollBarHorizontal=false)=0 | nirt::gui::IGUIEnvironment | pure virtual |
addWindow(const core::rect< s32 > &rectangle, bool modal=false, const wchar_t *text=0, IGUIElement *parent=0, s32 id=-1)=0 | nirt::gui::IGUIEnvironment | pure virtual |
clear()=0 | nirt::gui::IGUIEnvironment | pure virtual |
createImageList(video::ITexture *texture, core::dimension2d< s32 > imageSize, bool useAlphaChannel)=0 | nirt::gui::IGUIEnvironment | pure virtual |
createSkin(EGUI_SKIN_TYPE type)=0 | nirt::gui::IGUIEnvironment | pure virtual |
deserializeAttributes(io::IAttributes *in, io::SAttributeReadWriteOptions *options=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
drawAll(bool useScreenSize=true)=0 | nirt::gui::IGUIEnvironment | pure virtual |
drop() const | nirt::IReferenceCounted | inline |
getBuiltInFont() const =0 | nirt::gui::IGUIEnvironment | pure virtual |
getDebugName() const | nirt::IReferenceCounted | inline |
getDefaultGUIElementFactory() const =0 | nirt::gui::IGUIEnvironment | pure virtual |
getFileSystem() const =0 | nirt::gui::IGUIEnvironment | pure virtual |
getFocus() const =0 | nirt::gui::IGUIEnvironment | pure virtual |
getFocusBehavior() const =0 | nirt::gui::IGUIEnvironment | pure virtual |
getFont(const io::path &filename)=0 | nirt::gui::IGUIEnvironment | pure virtual |
getGUIElementFactory(u32 index) const =0 | nirt::gui::IGUIEnvironment | pure virtual |
getHovered() const =0 | nirt::gui::IGUIEnvironment | pure virtual |
getNextElement(bool reverse=false, bool group=false)=0 | nirt::gui::IGUIEnvironment | pure virtual |
getOSOperator() const =0 | nirt::gui::IGUIEnvironment | pure virtual |
getReferenceCount() const | nirt::IReferenceCounted | inline |
getRegisteredGUIElementFactoryCount() const =0 | nirt::gui::IGUIEnvironment | pure virtual |
getRootGUIElement()=0 | nirt::gui::IGUIEnvironment | pure virtual |
getSkin() const =0 | nirt::gui::IGUIEnvironment | pure virtual |
getSpriteBank(const io::path &filename)=0 | nirt::gui::IGUIEnvironment | pure virtual |
getVideoDriver() const =0 | nirt::gui::IGUIEnvironment | pure virtual |
grab() const | nirt::IReferenceCounted | inline |
hasFocus(const IGUIElement *element, bool checkSubElements=false) const =0 | nirt::gui::IGUIEnvironment | pure virtual |
IReferenceCounted() | nirt::IReferenceCounted | inline |
loadGUI(const io::path &filename, IGUIElement *parent=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
loadGUI(io::IReadFile *file, IGUIElement *parent=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
postEventFromUser(const SEvent &event)=0 | nirt::gui::IGUIEnvironment | pure virtual |
readGUIElement(io::IXMLReader *reader, IGUIElement *element)=0 | nirt::gui::IGUIEnvironment | pure virtual |
registerGUIElementFactory(IGUIElementFactory *factoryToAdd)=0 | nirt::gui::IGUIEnvironment | pure virtual |
removeFocus(IGUIElement *element)=0 | nirt::gui::IGUIEnvironment | pure virtual |
removeFont(IGUIFont *font)=0 | nirt::gui::IGUIEnvironment | pure virtual |
saveGUI(const io::path &filename, IGUIElement *start=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
saveGUI(io::IWriteFile *file, IGUIElement *start=0)=0 | nirt::gui::IGUIEnvironment | pure virtual |
serializeAttributes(io::IAttributes *out, io::SAttributeReadWriteOptions *options=0) const =0 | nirt::gui::IGUIEnvironment | pure virtual |
setDebugName(const c8 *newName) | nirt::IReferenceCounted | inlineprotected |
setFocus(IGUIElement *element)=0 | nirt::gui::IGUIEnvironment | pure virtual |
setFocusBehavior(u32 flags)=0 | nirt::gui::IGUIEnvironment | pure virtual |
setSkin(IGUISkin *skin)=0 | nirt::gui::IGUIEnvironment | pure virtual |
setUserEventReceiver(IEventReceiver *evr)=0 | nirt::gui::IGUIEnvironment | pure virtual |
writeGUIElement(io::IXMLWriter *writer, IGUIElement *element)=0 | nirt::gui::IGUIEnvironment | pure virtual |
~IReferenceCounted() | nirt::IReferenceCounted | inlinevirtual |