Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

os::ListViewStringRow Class Reference

#include <listview.h>

Inheritance diagram for os::ListViewStringRow::

os::ListViewRow List of all members.

Public Methods

 ListViewStringRow ()
virtual ~ListViewStringRow ()
void AttachToView (View *pcView, int nColumn)
void SetRect (const Rect &cRect, int nColumn)
void AppendString (const std::string &cString)
const std::string & GetString (int nIndex) const
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

Detailed Description

Description:
See also:
Author:
Kurt Skauen (kurt@atheos.cx)


Constructor & Destructor Documentation

os::ListViewStringRow::ListViewStringRow [inline]
 

virtual os::ListViewStringRow::~ListViewStringRow [inline, virtual]
 


Member Function Documentation

void ListViewStringRow::AppendString const std::string & cString
 

void ListViewStringRow::AttachToView View * pcView,
int nColumn
[virtual]
 

Reimplemented from os::ListViewRow.

float ListViewStringRow::GetHeight View * pcView [virtual]
 

Reimplemented from os::ListViewRow.

const std::string & ListViewStringRow::GetString int nIndex const
 

float ListViewStringRow::GetWidth View * pcView,
int nIndex
[virtual]
 

Reimplemented from os::ListViewRow.

bool ListViewStringRow::IsLessThan const ListViewRow * pcOther,
uint nColumn
const [virtual]
 

Reimplemented from os::ListViewRow.

void ListViewStringRow::Paint const Rect & cFrame,
View * pcView,
uint nColumn,
bool bSelected,
bool bHighlighted,
bool bHasFocus
[virtual]
 

Reimplemented from os::ListViewRow.

void ListViewStringRow::SetRect const Rect & cRect,
int nColumn
[virtual]
 

Reimplemented from os::ListViewRow.


Generated at Tue Sep 11 15:27:50 2001 for AtheOS higlevel API by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001