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

os::ListViewCol Class Reference

#include <listview.h>

Inheritance diagram for os::ListViewCol:

os::View os::Handler List of all members.

Public Methods

 ListViewCol (ListViewContainer *pcParent, const Rect &cFrame, const std::string &cTitle)
 ~ListViewCol ()
virtual void Paint (const Rect &cUpdateRect)
 Called by the system update "damaged" areas of the view. More...

void Refresh (const Rect &cUpdateRect)

Friends

class  ListViewHeader

Constructor & Destructor Documentation

ListViewCol::ListViewCol ( ListViewContainer * pcParent,
const Rect & cFrame,
const std::string & cTitle )
 

ListViewCol::~ListViewCol ( )
 


Member Function Documentation

void ListViewCol::Paint ( const Rect & cUpdateRect ) [virtual]
 

Called by the system update "damaged" areas of the view.

Description:
Note:
Warning:
Parameters:
cUpdateRect   A rectangle enclosing all damaged areas. This is just a rough "worst-case", further fine-grained clipping will be performed by the Application Server to avoid updating non-damaged pixels and make the update as fast and flicker-free as possible.

See also:
Invalidate(), Flush()
Author(s):
Kurt Skauen (kurt@atheos.cx)

Reimplemented from os::View.

void ListViewCol::Refresh ( const Rect & cUpdateRect )
 


Friends And Related Function Documentation

class ListViewHeader [friend]
 


The documentation for this class was generated from the following files:
Generated at Sat Apr 7 16:11:35 2001 for AtheOS higlevel API by doxygen1.2.5 written by Dimitri van Heesch, © 1997-2001