#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. |