LibreCAD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
lc::AddLinePatternEvent Class Reference

Event that gets emitted when a new line pattern was added to the document. More...

#include <addlinepatternevent.h>

Public Member Functions

 AddLinePatternEvent (const DxfLinePatternByValue_CSPtr linePattern)
 Construct an Add Line Pattern Event. More...
 
const DxfLinePatternByValue_CSPtr linePattern () const
 Returns the line pattern. More...
 

Private Attributes

const DxfLinePatternByValue_CSPtr _linePattern
 

Detailed Description

Event that gets emitted when a new line pattern was added to the document.

Parameters
DxfLinePatternByValue_CSPtr

Definition at line 10 of file addlinepatternevent.h.

Constructor & Destructor Documentation

lc::AddLinePatternEvent::AddLinePatternEvent ( const DxfLinePatternByValue_CSPtr  linePattern)
inline

Construct an Add Line Pattern Event.

Parameters
DxfLinePatternByValue_CSPtrLinepattern to be added.

Definition at line 16 of file addlinepatternevent.h.

17  }
const DxfLinePatternByValue_CSPtr linePattern() const
Returns the line pattern.
const DxfLinePatternByValue_CSPtr _linePattern

Member Function Documentation

const DxfLinePatternByValue_CSPtr lc::AddLinePatternEvent::linePattern ( ) const
inline

Returns the line pattern.

Returns
DxfLinePatternByValue_CSPtr linePattern.

Definition at line 22 of file addlinepatternevent.h.

22  {
23  return _linePattern;
24  }
const DxfLinePatternByValue_CSPtr _linePattern

Member Data Documentation

const DxfLinePatternByValue_CSPtr lc::AddLinePatternEvent::_linePattern
private

Definition at line 27 of file addlinepatternevent.h.


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