OpenLexocad
27.0
CmdDebugCurveDirection.h
Go to the documentation of this file.
1
#pragma once
2
#include <
Core/Command.h
>
3
#include <
OpenLxApp/Element.h
>
4
5
#include <memory>
6
7
namespace
OpenLxCmd
8
{
15
class
LX_OPENLXCMD_EXPORT
CmdDebugCurveDirection
:
public
Core::Command
16
{
17
public
:
18
CmdDebugCurveDirection
();
19
CmdDebugCurveDirection
(std::shared_ptr<OpenLxApp::Element> aPathElem,
size_t
repetitions);
20
~
CmdDebugCurveDirection
() =
default
;
21
22
bool
redo()
override
;
23
bool
undo()
override
;
24
25
private
:
26
std::unique_ptr<Core::Command> _cmd;
27
};
28
}
OpenLxCmd::CmdDebugCurveDirection
Definition:
CmdDebugCurveDirection.h:15
Element.h
OpenLxCmd
Definition:
CmdAddCentroid.h:8
Command.h
Core::Command
Definition:
Command.h:35
lexocad
OpenLxCmd
include
OpenLxCmd
CmdDebugCurveDirection.h
Generated by
1.8.15