Vaca::Constraint Class Reference

#include <Constraint.h>

Inheritance diagram for Vaca::Constraint:

Vaca::Anchor Vaca::BoxConstraint

List of all members.


Detailed Description

Abstract class to represent a constraint.

Constraints are useful to specify conditions to different arrangements using the same Layout manager.

Each widget can have a constraint. It's only useful when the parent has a layout manager that known about the constraint of the widget (the child).

A constraint is an object to indicate to the layout manager (of the parent widget) special properties to be used when the layout manager must to arrange the widget.

Public Member Functions

 Constraint ()
 Constraint (const Constraint &constraint)
virtual ~Constraint ()


Constructor & Destructor Documentation

Constraint::Constraint (  ) 

Constraint::Constraint ( const Constraint constraint  ) 

Constraint::~Constraint (  )  [virtual]