Public Member Functions | Friends

sp::gui::GUITreeItem Class Reference

#include <spGUITreeGadget.hpp>

List of all members.

Public Member Functions

 GUITreeItem ()
 ~GUITreeItem ()
void setParent (GUITreeItem *Parent)
void setText (const io::stringc &Text)
io::stringc getText () const
void setExpand (bool isExpand)
 Expands/ reduces (or rather opens/ closes) the chidren list items.
bool getExpand () const
void setVisible (bool isVisible)
bool getVisible () const
void setIcon (video::Texture *Icon)
video::TexturegetIcon () const
GUITreeItemgetParent () const

Friends

class GUITreeGadget

Constructor & Destructor Documentation

sp::gui::GUITreeItem::GUITreeItem (  ) 
sp::gui::GUITreeItem::~GUITreeItem (  ) 

Member Function Documentation

bool sp::gui::GUITreeItem::getExpand (  )  const [inline]
video::Texture* sp::gui::GUITreeItem::getIcon (  )  const [inline]
GUITreeItem* sp::gui::GUITreeItem::getParent (  )  const [inline]
io::stringc sp::gui::GUITreeItem::getText (  )  const [inline]
bool sp::gui::GUITreeItem::getVisible (  )  const [inline]
void sp::gui::GUITreeItem::setExpand ( bool  isExpand  )  [inline]

Expands/ reduces (or rather opens/ closes) the chidren list items.

void sp::gui::GUITreeItem::setIcon ( video::Texture Icon  )  [inline]
void sp::gui::GUITreeItem::setParent ( GUITreeItem Parent  ) 
void sp::gui::GUITreeItem::setText ( const io::stringc Text  )  [inline]
void sp::gui::GUITreeItem::setVisible ( bool  isVisible  )  [inline]

Friends And Related Function Documentation

friend class GUITreeGadget [friend]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines