csLayoutConstraint Class Reference
[Layouting]
csLayoutConstraint is a basic constraint used for positioning a control in a csLayout derived component.
More...
#include <cslayout.h>
Inheritance diagram for csLayoutConstraint:

Public Methods | |
csLayoutConstraint () | |
Constructor: initialize the object with zero. | |
csLayoutConstraint (csComponent *comp) | |
Constructor: initialize the object with given value. | |
virtual | ~csLayoutConstraint () |
the destructor ... nothing much to say about. | |
virtual csLayoutConstraint * | Clone () |
make a copy of this constraint | |
Public Attributes | |
csComponent * | comp |
the attached component |
Detailed Description
csLayoutConstraint is a basic constraint used for positioning a control in a csLayout derived component.
Definition at line 35 of file cslayout.h.
Constructor & Destructor Documentation
|
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. |
Member Function Documentation
|
make a copy of this constraint
Reimplemented in csGridBagConstraint, and csBorderConstraint. |
Member Data Documentation
|
the attached component
Definition at line 39 of file cslayout.h. Referenced by csConstraintVector::CompareKey(), and csBorderConstraint::csBorderConstraint(). |
The documentation for this class was generated from the following file:
- csws/cslayout.h
Generated for Crystal Space by doxygen 1.2.18