![]() | |
| Entire Class Index | Main Class Index | Cross Index | Global Index |
TreeView_Item component
Contained in: global
Derived from:
CL_Component
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
public function member index: |
||
Construction: |
||
| CL_TreeView_Item | (CL_Component* parent, CL_StyleManager* style = NULL); | |
| CL_TreeView_Item | (const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL); | |
| virtual | ~CL_TreeView_Item | (); |
Attributes: |
||
| bool | is_open | () const; |
| bool | is_highlighted | () const; |
| bool | has_subtree | () const; |
| const std::string& | get_text | () const; |
Operations: |
||
| void | set_text | (const std::string& text); |
Signals: |
||
| CL_Signal_v0& | sig_clicked | (); |
private function member index: |
||
Implementation: |
||
| CL_TreeView_Item | (const CL_TreeView_Item& copy); | |
Returns - The item label.
text - The item label.