LibreCAD
|
#include <dxflinepattern.h>
Public Member Functions | |
virtual const std::string | name () const override |
![]() | |
virtual const std::string | metaTypeID () const override |
virtual const std::string | id () const override |
virtual std::string | description () const |
![]() | |
MetaType () | |
virtual | ~MetaType ()=default |
Additional Inherited Members | |
![]() | |
static std::string | LCMETANAME () |
Definition at line 84 of file dxflinepattern.h.
|
overridevirtual |
Name of this meta type, for layer this can be '0' 'My Layer' etc, for LineStyles this can be 'DASHDOT' .
Implements lc::DocumentMetaType.
Definition at line 118 of file dxflinepattern.cpp.