#include <chanlayout.h>
Public Member Functions | |
INLINE | LayoutItem (void) |
INLINE | LayoutItem (int, int) |
INLINE | LayoutItem (const LayoutItem &) |
INLINE | ~LayoutItem (void) |
INLINE LayoutItem & | operator= (const LayoutItem &) |
INLINE void | AddRegion (const ChanViewport &) |
INLINE int | GetNumRegions (void) |
INLINE const ChanViewport & | operator[] (int) |
Private Attributes | |
int | _x |
int | _y |
LayoutRegionVec | _regions |
|
|
|
|
|
|
|
|
|
Referenced by LayoutParseFunctor::operator()(). |
|
Referenced by ChanConfig::chan_eval(), and LayoutParseFunctor::operator()(). |
|
|
|
|
|
Definition at line 36 of file chanlayout.h. |
|
Definition at line 35 of file chanlayout.h. |
|
Definition at line 35 of file chanlayout.h. |