2 * Copyright 2007-2011, Haiku, Inc. All rights reserved.
3 * Copyright 2007-2008, Christof Lutteroth, lutteroth@cs.auckland.ac.nz
4 * Copyright 2007-2008, James Kim, jkim202@ec.auckland.ac.nz
5 * Copyright 2010, Clemens Zeidler <haiku@clemens-zeidler.de>
6 * Distributed under the terms of the MIT License.
12 #include "ALMLayout.h"
17 using namespace LinearProgramming
;
21 * The left boundary of the column.
31 * The right boundary of the column.
42 * Removes the column from the specification.
46 delete fPrefSizeConstraint
;
53 Column::Column(LinearSpec
* ls
, XTab
* left
, XTab
* right
)
58 fPrefSizeConstraint(NULL
)