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 37 of file cslayout.h.
Constructor & Destructor Documentation
|
Constructor: initialize the object with zero.
Definition at line 44 of file cslayout.h. |
|
Constructor: initialize the object with given value.
Definition at line 47 of file cslayout.h. |
|
the destructor ... nothing much to say about.
Definition at line 50 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 41 of file cslayout.h. Referenced by csConstraintVector::CompareKey(). |
The documentation for this class was generated from the following file:
- csws/cslayout.h
Generated for Crystal Space by doxygen 1.2.18