Public Member Functions | |
| uiConstraint (constraintType, i_LayoutItem *o, int marg) | |
| bool | operator== (const uiConstraint &) const |
| bool | operator!= (const uiConstraint &) const |
| bool | enabled () const |
| void | disable (bool yn) |
Protected Attributes | |
| constraintType | type_ |
| i_LayoutItem * | other_ |
| int | margin_ |
| bool | enabled_ |
Friends | |
| class | i_LayoutItem |
| uiConstraint::uiConstraint | ( | constraintType | , | |
| i_LayoutItem * | o, | |||
| int | marg | |||
| ) |
| void uiConstraint::disable | ( | bool | yn | ) |
| bool uiConstraint::enabled | ( | ) | const |
| bool uiConstraint::operator!= | ( | const uiConstraint & | ) | const |
| bool uiConstraint::operator== | ( | const uiConstraint & | ) | const |
friend class i_LayoutItem [friend] |
bool uiConstraint::enabled_ [protected] |
int uiConstraint::margin_ [protected] |
i_LayoutItem* uiConstraint::other_ [protected] |
constraintType uiConstraint::type_ [protected] |
1.7.1