#include <output.h>
Inherits CompRect.
Public Types | |
typedef std::vector< CompOutput > | vector |
typedef std::vector< CompOutput * > | ptrVector |
typedef std::list< CompOutput * > | ptrList |
Public Member Functions | |
CompString | name () const |
unsigned int | id () const |
const CompRect & | workArea () const |
Returns a "working area" of the screen, which the geometry which is not covered by strut windows (such as panels). | |
void | setWorkArea (const CompRect &) |
void | setGeometry (int x, int y, int width, int height) |
void | setId (CompString, unsigned int) |
const CompRect& CompOutput::workArea | ( | ) | const |
Returns a "working area" of the screen, which the geometry which is not covered by strut windows (such as panels).