Inheritance diagram for os::TreeViewStringNode:
Public Member Functions | |
TreeViewStringNode () | |
virtual | ~TreeViewStringNode () |
void | AttachToView (View *pcView, int nColumn) |
void | SetRect (const Rect &cRect, int nColumn) |
virtual float | GetWidth (View *pcView, int nColumn) |
virtual float | GetHeight (View *pcView) |
virtual void | Paint (const Rect &cFrame, View *pcView, uint nColumn, bool bSelected, bool bHighlighted, bool bHasFocus) |
virtual bool | IsLessThan (const ListViewRow *pcOther, uint nColumn) const |
void | AppendString (const String &cString) |
void | SetString (int nIndex, const String &cString) |
const String & | GetString (int nIndex) const |
void | SetIcon (Image *pcIcon) |
Image * | GetIcon () const |
uint32 | GetTextFlags () const |
void | SetTextFlags (uint32 nTextFlags) const |
Classes | |
class | Private |
TreeViewStringNode::TreeViewStringNode | ( | ) |
TreeViewStringNode::~TreeViewStringNode | ( | ) | [virtual] |
void TreeViewStringNode::AttachToView | ( | View * | pcView, | |
int | nColumn | |||
) | [virtual] |
Implements os::TreeViewNode.
void TreeViewStringNode::SetRect | ( | const Rect & | cRect, | |
int | nColumn | |||
) | [virtual] |
Implements os::TreeViewNode.
float TreeViewStringNode::GetWidth | ( | View * | pcView, | |
int | nColumn | |||
) | [virtual] |
Implements os::TreeViewNode.
float TreeViewStringNode::GetHeight | ( | View * | pcView | ) | [virtual] |
Implements os::TreeViewNode.
void TreeViewStringNode::Paint | ( | const Rect & | cFrame, | |
View * | pcView, | |||
uint | nColumn, | |||
bool | bSelected, | |||
bool | bHighlighted, | |||
bool | bHasFocus | |||
) | [virtual] |
Implements os::TreeViewNode.
bool TreeViewStringNode::IsLessThan | ( | const ListViewRow * | pcOther, | |
uint | nColumn | |||
) | const [virtual] |
Implements os::TreeViewNode.
void TreeViewStringNode::AppendString | ( | const String & | cString | ) |
void TreeViewStringNode::SetString | ( | int | nIndex, | |
const String & | cString | |||
) |
const String & TreeViewStringNode::GetString | ( | int | nIndex | ) | const |
void TreeViewStringNode::SetIcon | ( | Image * | pcIcon | ) |
Image * TreeViewStringNode::GetIcon | ( | ) | const |
uint32 TreeViewStringNode::GetTextFlags | ( | ) | const |
void TreeViewStringNode::SetTextFlags | ( | uint32 | nTextFlags | ) | const |