TechDraw::LineFormat Class Reference

#include <Cosmetic.h>

Public Member Functions

void dump (const char *title)
 
 LineFormat ()
 
 LineFormat (int style, double weight, App::Color color, bool visible)
 
std::string toString () const
 
 ~LineFormat ()=default
 

Static Public Member Functions

static App::Color getDefEdgeColor ()
 
static int getDefEdgeStyle ()
 
static double getDefEdgeWidth ()
 

Public Attributes

App::Color m_color
 
int m_style
 
bool m_visible
 
double m_weight
 

Constructor & Destructor Documentation

◆ LineFormat() [1/2]

LineFormat::LineFormat ( )

◆ LineFormat() [2/2]

LineFormat::LineFormat ( int  style,
double  weight,
App::Color  color,
bool  visible 
)

◆ ~LineFormat()

TechDraw::LineFormat::~LineFormat ( )
default

Member Function Documentation

◆ dump()

void LineFormat::dump ( const char *  title)

◆ getDefEdgeColor()

App::Color LineFormat::getDefEdgeColor ( )
static

◆ getDefEdgeStyle()

◆ getDefEdgeWidth()

double LineFormat::getDefEdgeWidth ( )
static

◆ toString()

Member Data Documentation

◆ m_color

◆ m_style

◆ m_visible

◆ m_weight


The documentation for this class was generated from the following files: