#89519# get work area

This commit is contained in:
Philipp Lohmann 2001-09-14 11:46:16 +00:00
parent c3e1aa5cd1
commit 2254bf5c55

View file

@ -2,9 +2,9 @@
*
* $RCSfile: wmadaptor.hxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: pl $ $Date: 2001-09-10 17:54:44 $
* last change: $Author: pl $ $Date: 2001-09-14 12:46:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -200,6 +200,18 @@ public:
const String& getWindowManagerName() const
{ return m_aWMName; }
/*
* gets the number of workareas
*/
int getWorkAreaCount() const
{ return m_aWMWorkAreas.size(); }
/*
* gets the specified workarea
*/
const Rectangle& getWorkArea( int n ) const
{ return m_aWMWorkAreas[n]; }
/*
* sets window title
*/