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

Event that gets emitted when a new line pattern was removed from the document. More...

#include <removelinepatternevent.h>

Public Member Functions

 RemoveLinePatternEvent (const DxfLinePatternByValue_CSPtr linePattern)
 Remove Line Pattern Event. More...
 
const DxfLinePatternByValue_CSPtr linePattern () const
 Return linePattern data. More...
 

Private Attributes

const DxfLinePatternByValue_CSPtr _linePattern
 

Detailed Description

Event that gets emitted when a new line pattern was removed from the document.

Parameters
DxfLinePatternByValue_CSPtr

Definition at line 10 of file removelinepatternevent.h.

Constructor & Destructor Documentation

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

Remove Line Pattern Event.

Parameters
DxfLinePatternByValue_CSPtrLinepattern to be removed.

Definition at line 16 of file removelinepatternevent.h.

17  }
const DxfLinePatternByValue_CSPtr _linePattern
const DxfLinePatternByValue_CSPtr linePattern() const
Return linePattern data.

Member Function Documentation

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

Return linePattern data.

Returns
LinePattern

Definition at line 23 of file removelinepatternevent.h.

23  {
24  return _linePattern;
25  }
const DxfLinePatternByValue_CSPtr _linePattern

Member Data Documentation

const DxfLinePatternByValue_CSPtr lc::RemoveLinePatternEvent::_linePattern
private

Definition at line 28 of file removelinepatternevent.h.


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