![]() |
Public API Reference |
#include <cslayout.h>
Inheritance diagram for csLayoutConstraint:
Public Methods | |
csLayoutConstraint () | |
Constructor: initialize the object with zero. More... | |
csLayoutConstraint (csComponent *comp) | |
Constructor: initialize the object with given value. More... | |
virtual | ~csLayoutConstraint () |
the destructor ... nothing much to say about. More... | |
virtual csLayoutConstraint * | Clone () |
make a copy of this constraint. More... | |
Public Attributes | |
csComponent * | comp |
the attached component. More... |
Definition at line 35 of file cslayout.h.
|
Constructor: initialize the object with zero.
Definition at line 42 of file cslayout.h. |
|
Constructor: initialize the object with given value.
Definition at line 45 of file cslayout.h. |
|
the destructor ... nothing much to say about.
Definition at line 48 of file cslayout.h. |
|
make a copy of this constraint.
Reimplemented in csGridBagConstraint. |
|
the attached component.
Definition at line 39 of file cslayout.h. Referenced by csConstraintVector::CompareKey, and csBorderConstraint::csBorderConstraint. |