src/basics.h

changeset 978
4603d8fd063e
parent 968
4b93b7963456
child 996
9ecc878c7dea
child 1002
a3ee23db8393
equal deleted inserted replaced
977:dc3ceb65cda7 978:4603d8fd063e
163 LDBoundingBox(); 163 LDBoundingBox();
164 164
165 // Clears the bounding box 165 // Clears the bounding box
166 void reset(); 166 void reset();
167 167
168 // Calculates the bounding box's values from the objects in the current
169 // document.
170 void calculateFromCurrentDocument();
171
172 // Returns the length of the bounding box on the longest measure. 168 // Returns the length of the bounding box on the longest measure.
173 double longestMeasurement() const; 169 double longestMeasurement() const;
174 170
175 // Calculates the given \c obj to the bounding box, adjusting 171 // Calculates the given \c obj to the bounding box, adjusting
176 // extremas if necessary. 172 // extremas if necessary.

mercurial