Board 0.9.6
|
@copyright This source code is part of the Board project, a C++ library whose purpose is to allow simple drawings in EPS, FIG or SVG files. Copyright (C) 2007 Sebastien Fourey https://foureys.users.greyc.fr/ More...
Go to the source code of this file.
Namespaces | |
namespace | LibBoard |
Enumerations | |
enum class | LibBoard::Direction { LibBoard::Top , LibBoard::Right , LibBoard::Bottom , LibBoard::Left } |
The Direction enum. More... | |
enum | LibBoard::Alignment { LibBoard::Top , LibBoard::Bottom , LibBoard::Center , LibBoard::Left , LibBoard::Right } |
The Alignment enum. More... | |
enum class | LibBoard::PageSize { LibBoard::BoundingBox = 0 , LibBoard::A0 , LibBoard::A1 , LibBoard::A2 , LibBoard::A3 , LibBoard::A4 , LibBoard::A5 , LibBoard::A6 , LibBoard::A7 , LibBoard::A8 , LibBoard::A9 , LibBoard::A10 , LibBoard::Letter , LibBoard::Legal , LibBoard::Executive } |
Page sizes. More... | |
enum class | LibBoard::Unit { LibBoard::Point , LibBoard::Inch , LibBoard::Centimeter , LibBoard::Millimeter } |
Length units. More... | |
enum class | LibBoard::ColorSpecification { LibBoard::PenColor , LibBoard::FillColor } |
The ColorSpecification enum. More... | |
@copyright This source code is part of the Board project, a C++ library whose purpose is to allow simple drawings in EPS, FIG or SVG files. Copyright (C) 2007 Sebastien Fourey https://foureys.users.greyc.fr/
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.