#include <mk4.h>
Inheritance diagram for c4_ViewProp:
Public Member Functions | |
c4_ViewProp (const char *) | |
Construct a new property. | |
~c4_ViewProp () | |
Destructor. | |
c4_ViewRef | operator() (const c4_RowRef &) const |
Get or set a view property in a row. | |
c4_View | Get (const c4_RowRef &) const |
Get a view property in a row. | |
void | Set (const c4_RowRef &, const c4_View &) const |
Set a view property in a row. | |
c4_Row | operator[] (const c4_View &) const |
Create a row with one view, shorthand for AsRow. | |
c4_Row | AsRow (const c4_View &) const |
Create a row with one view. |