#include <chanlayout.h>
Public Member Functions | |
LayoutItem (void) | |
LayoutItem (int, int) | |
LayoutItem (const LayoutItem &) | |
~LayoutItem (void) | |
LayoutItem & | operator= (const LayoutItem &) |
void | AddRegion (const ChanViewport &) |
int | GetNumRegions (void) |
const ChanViewport & | operator[] (int) |
Private Attributes | |
int | _x |
int | _y |
LayoutRegionVec | _regions |
|
Definition at line 22 of file chanlayout.I. References INLINE. |
|
Definition at line 24 of file chanlayout.I. |
|
Definition at line 26 of file chanlayout.I. References INLINE. |
|
Definition at line 29 of file chanlayout.I. |
|
Definition at line 38 of file chanlayout.I. |
|
Definition at line 42 of file chanlayout.I. References _regions, and INLINE. Referenced by ChanConfig::chan_eval(). |
|
Definition at line 31 of file chanlayout.I. References _regions. |
|
Definition at line 46 of file chanlayout.I. |
|
Definition at line 39 of file chanlayout.h. Referenced by AddRegion(), GetNumRegions(), and operator=(). |
|
Definition at line 38 of file chanlayout.h. Referenced by ~LayoutItem(). |
|
Definition at line 38 of file chanlayout.h. Referenced by ~LayoutItem(). |