![]() |
Public API Reference |
#include <csbdrlay.h>
Inheritance diagram for csBorderConstraint:
Public Methods | |
csBorderConstraint (int align) | |
use the following values for aligning 0 ... More... | |
csBorderConstraint (const csBorderConstraint &c) | |
copy constructor. More... | |
virtual csLayoutConstraint * | Clone () |
make a copy of this constraint. More... |
Definition at line 34 of file csbdrlay.h.
|
use the following values for aligning 0 ... center 1 ... left 2 ... top 3 ... bottom 4 ... right Definition at line 47 of file csbdrlay.h. |
|
copy constructor.
Definition at line 49 of file csbdrlay.h. References csLayoutConstraint::comp. |
|
make a copy of this constraint.
Reimplemented from csLayoutConstraint. |