cwidget 0.5.16
Public Member Functions

cwidget::widgets::layout_item::layout_line Class Reference

Inheritance diagram for cwidget::widgets::layout_item::layout_line:
cwidget::widgets::treeitem

List of all members.

Public Member Functions

 layout_line (int _n, layout_item &_parent)
void paint (tree *win, int y, bool hierarchical, const style &st)
 Display this item and this item only (does not descend to the children of the item, if any).
const wchar_t * tag ()
const wchar_t * label ()

Member Function Documentation

void cwidget::widgets::layout_item::layout_line::paint ( tree win,
int  y,
bool  hierarchical,
const style st 
) [virtual]

Display this item and this item only (does not descend to the children of the item, if any).

The current style of the corresponding tree widget will be initialized using get_normal_style() and/or get_highlight_style() prior to the invocation of this method.

Parameters:
winthe tree in which to paint this item
ythe y location at which to paint this item
hierarchicalif true, paint this item as an entry in a 'hierarchical' tree.
stthe style with which this item is being displayed.

Implements cwidget::widgets::treeitem.

References cwidget::widgets::layout_item::paint_line().


The documentation for this class was generated from the following files: