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

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
class ListViewContainer

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]
 

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:
Kurt Skauen (kurt@atheos.cx)

Reimplemented from os::View.

void ListViewCol::Refresh const Rect & cUpdateRect
 


Friends And Related Function Documentation

friend class ListViewContainer [friend]
 

friend class ListViewHeader [friend]
 


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