OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
Outline.h File Reference

Go to the source code of this file.

Classes

class  ot::Outline
 The Outline class is used to describe how a outline should look like. More...
 
class  ot::OutlineF
 The OutlineF class is used to describe how a outline should look like. More...
 

Namespaces

namespace  ot
 

Enumerations

enum  ot::LineStyle {
  ot::NoLine , ot::SolidLine , ot::DashLine , ot::DotLine ,
  ot::DashDotLine , ot::DashDotDotLine
}
 Line style. More...
 
enum  ot::LineCapStyle { ot::FlatCap , ot::SquareCap , ot::RoundCap }
 Line cap style. More...
 
enum  ot::LineJoinStyle { ot::MiterJoin , ot::BevelJoin , ot::RoundJoin , ot::SvgMiterJoin }
 Line join style. More...
 

Functions

OT_GUI_API_EXPORT std::string ot::toString (LineStyle _style)
 
OT_GUI_API_EXPORT LineStyle ot::stringToLineStyle (const std::string &_style)
 
OT_GUI_API_EXPORT std::string ot::toString (LineCapStyle _cap)
 
OT_GUI_API_EXPORT LineCapStyle ot::stringToCapStyle (const std::string &_cap)
 
OT_GUI_API_EXPORT std::string ot::toString (LineJoinStyle _join)
 
OT_GUI_API_EXPORT LineJoinStyle ot::stringToJoinStyle (const std::string &_join)
 

Detailed Description

Author
Alexander Kuester (alexk95)
Date
May 2024