![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXCheckTreeList.h>
Inheritance diagram for FXEX::FXCheckTreeItem::
Public Methods | |
FXCheckTreeItem (const FXString &text, FXIcon *oi=NULL, FXIcon *ci=NULL, void *ptr=NULL) | |
FXCheckTreeItem * | getParent () const |
FXCheckTreeItem * | getNext () const |
FXCheckTreeItem * | getPrev () const |
FXCheckTreeItem * | getFirst () const |
FXCheckTreeItem * | getLast () const |
FXCheckTreeItem * | getBelow () const |
FXCheckTreeItem * | getAbove () const |
FXint | getNumChildren () const |
virtual void | setText (const FXString &txt) |
FXString | getText () const |
virtual void | setOpenIcon (FXIcon *icn) |
FXIcon * | getOpenIcon () const |
virtual void | setClosedIcon (FXIcon *icn) |
FXIcon * | getClosedIcon () const |
void | setData (void *ptr) |
void * | getData () const |
virtual void | setFocus (FXbool focus) |
FXbool | hasFocus () const |
virtual void | setSelected (FXbool selected) |
FXbool | isSelected () const |
virtual void | setChecked (FXbool checked) |
FXbool | isChecked () const |
virtual void | setOpened (FXbool opened) |
FXbool | isOpened () const |
virtual void | setExpanded (FXbool expanded) |
FXbool | isExpanded () const |
virtual void | setEnabled (FXbool enabled) |
FXbool | isEnabled () const |
virtual void | setDraggable (FXbool draggable) |
FXbool | isDraggable () const |
virtual void | setIconOwned (FXuint owned=(OPENICONOWNED|CLOSEDICONOWNED)) |
FXuint | isIconOwned () const |
virtual FXint | getWidth (const FXCheckTreeList *list) const |
virtual FXint | getHeight (const FXCheckTreeList *list) const |
virtual void | create () |
virtual void | detach () |
virtual void | destroy () |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXCheckTreeItem () |
Friends | |
class | FXDirList |
See also:
Definition at line 54 of file FXCheckTreeList.h.
|
Check tree item.
Definition at line 61 of file FXCheckTreeList.h. |
|
dtor.
|
|
get parent item.
Definition at line 64 of file FXCheckTreeList.h. |
|
get next item.
Definition at line 67 of file FXCheckTreeList.h. |
|
get previous item.
Definition at line 70 of file FXCheckTreeList.h. |
|
get first item in branch.
Definition at line 73 of file FXCheckTreeList.h. |
|
get last item in branch.
Definition at line 76 of file FXCheckTreeList.h. |
|
get item below this item.
|
|
get item above this item.
|
|
get the number of children that belong to this item.
|
|
set item text.
Definition at line 88 of file FXCheckTreeList.h. |
|
get item text.
Definition at line 91 of file FXCheckTreeList.h. |
|
set open icon.
Definition at line 94 of file FXCheckTreeList.h. |
|
get open icon.
Definition at line 97 of file FXCheckTreeList.h. |
|
set closed icon.
Definition at line 100 of file FXCheckTreeList.h. |
|
get closed icon.
Definition at line 103 of file FXCheckTreeList.h. |
|
set item specific data.
Definition at line 106 of file FXCheckTreeList.h. |
|
get item specific data.
Definition at line 109 of file FXCheckTreeList.h. |
|
set focus on item.
|
|
item has focus.
Definition at line 115 of file FXCheckTreeList.h. |
|
make item selected.
|
|
is item selected.
Definition at line 121 of file FXCheckTreeList.h. |
|
make item checked.
|
|
is item checked.
Definition at line 127 of file FXCheckTreeList.h. |
|
set item opened.
|
|
is item opened.
Definition at line 133 of file FXCheckTreeList.h. |
|
expand item.
|
|
is item expaned.
Definition at line 139 of file FXCheckTreeList.h. |
|
enable item.
|
|
is item enabled.
Definition at line 145 of file FXCheckTreeList.h. |
|
make item draggable.
|
|
is item draggable.
Definition at line 151 of file FXCheckTreeList.h. |
|
set ownership of icon.
|
|
get ownership of icon.
Definition at line 157 of file FXCheckTreeList.h. |
|
get width.
|
|
get height.
|
|
create resources.
|
|
detach resources.
|
|
destroy resources.
|
|
save to stream.
|
|
load from stream.
|
|
Definition at line 57 of file FXCheckTreeList.h. |