Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_Window Class Reference

clanGUI="Controls". More...

#include <window.h>

Inheritance diagram for CL_Window:

Inheritance graph
[legend]
Collaboration diagram for CL_Window:

Collaboration graph
[legend]
List of all members.

Public Methods

 CL_Window (const CL_ComponentOptions &options, CL_Component *parent, CL_StyleManager *style=NULL)
 Construction:.

 CL_Window (const CL_Rect &pos, const std::string &title, CL_Component *parent, CL_StyleManager *style=NULL)
 CL_Window (const CL_Rect &pos, CL_Component *parent, CL_StyleManager *style=NULL)
virtual ~CL_Window ()
CL_Componentget_client_area () const
 Attributes:.

const std::string& get_title () const
void set_title (const std::string &text)
 Operations:.


Private Methods

 CL_Window (const CL_Window &copy)
 Implementation:.


Private Attributes

class CL_Window_Genericimpl
 Implementation:.


Detailed Description

clanGUI="Controls".

Definition at line 16 of file window.h.


Constructor & Destructor Documentation

CL_Window::CL_Window ( const CL_ComponentOptions & options,
CL_Component * parent,
CL_StyleManager * style = NULL )
 

Construction:.

CL_Window::CL_Window ( const CL_Rect & pos,
const std::string & title,
CL_Component * parent,
CL_StyleManager * style = NULL )
 

CL_Window::CL_Window ( const CL_Rect & pos,
CL_Component * parent,
CL_StyleManager * style = NULL )
 

virtual CL_Window::~CL_Window ( ) [virtual]
 

CL_Window::CL_Window ( const CL_Window & copy ) [inline, private]
 

Implementation:.

Definition at line 60 of file window.h.


Member Function Documentation

CL_Component * CL_Window::get_client_area ( ) const
 

Attributes:.

const std::string& CL_Window::get_title ( ) const
 

void CL_Window::set_title ( const std::string & text )
 

Operations:.


Member Data Documentation

class CL_Window_Generic* CL_Window::impl [private]
 

Implementation:.

Reimplemented from CL_Component.

Reimplemented in CL_MessageBox.

Definition at line 61 of file window.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:57:38 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001