GTK+ IOStream
Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
|
#include <Box.H>
Public Member Functions | |
BoxIS (void) | |
BoxIS (bool expandIn, bool fillIn) | |
BoxIS (bool expandIn, bool fillIn, bool startIn) | |
void | reset (void) |
void | setDefaultStart (bool startIn) |
void | setDefaultExpand (bool expandIn) |
void | setDefaultFill (bool fillIn) |
BoxIS & | operator= (BoxIS &bis) |
BoxIS & | operator= (const BoxIS bis) |
void | dump (void) |
Public Attributes | |
bool | expand |
Set to expand the box contents. More... | |
bool | fill |
Set to fill the box. More... | |
bool | start |
Set to pack the start. More... | |
Private Member Functions | |
void | setDefaults (void) |
Private Attributes | |
bool | expandDefault |
The default state of the expand value = BoxIS::defaultVal. More... | |
bool | fillDefault |
The default state of the fill value = BoxIS::defaultVal. More... | |
bool | startDefault |
The default state of the start value = !BoxIS#defaultVal. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
private |
|
private |
|
private |