MeVisLab Toolbox Reference
CSOKeyboardCommands.h
Go to the documentation of this file.
1 /*************************************************************************************
2 **
3 ** Copyright 2012, MeVis Medical Solutions AG
4 **
5 ** The user may use this file in accordance with the license agreement provided with
6 ** the Software or, alternatively, in accordance with the terms contained in a
7 ** written agreement between the user and MeVis Medical Solutions AG.
8 **
9 ** For further information use the contact form at https://www.mevislab.de/contact
10 **
11 **************************************************************************************/
12 
13 
15 
16 #pragma once
17 
18 #include <SoCommandAction.h>
19 
21 
23 
25 
27 {
28 public:
29 
31 
32  void execute() override;
33 };
34 
36 
38 {
39 public:
40 
42 
43  void execute() override;
44 };
45 
47 
49 {
50 public:
51 
53 
54  void execute() override;
55 };
56 
58 
60 {
61 public:
62 
64 
65  void execute() override;
66 };
67 
69 
71 {
72 public:
73 
75 
76  void execute() override;
77 };
78 
80 
82 {
83 public:
84 
86 
87  void execute() override;
88 };
89 
91 
93 {
94 public:
95 
97 
98  void execute() override;
99 };
100 
102 
104 {
105 public:
106 
108 
109  void execute() override;
110 };
111 
113 
115 {
116 public:
117 
119 
120  void execute() override;
121 };
122 
void execute() override
Execute the action. Must be overridden by user.
CSOCancelCommandAction(SoView2DCSOExtensibleEditor *owner)
void execute() override
Execute the action. Must be overridden by user.
CSOCopyCommandAction(SoView2DCSOExtensibleEditor *owner)
void execute() override
Execute the action. Must be overridden by user.
CSOCutCommandAction(SoView2DCSOExtensibleEditor *owner)
void execute() override
Execute the action. Must be overridden by user.
CSODeleteCSOCommandAction(SoView2DCSOExtensibleEditor *owner)
CSODeleteSeedPointCommandAction(SoView2DCSOExtensibleEditor *owner)
void execute() override
Execute the action. Must be overridden by user.
void execute() override
Execute the action. Must be overridden by user.
CSOPasteCommandAction(SoView2DCSOExtensibleEditor *owner)
void execute() override
Execute the action. Must be overridden by user.
CSORedoCommandAction(SoView2DCSOExtensibleEditor *owner)
void execute() override
Execute the action. Must be overridden by user.
CSORemoveAllCommandAction(SoView2DCSOExtensibleEditor *owner)
void execute() override
Execute the action. Must be overridden by user.
CSOUndoCommandAction(SoView2DCSOExtensibleEditor *owner)
SoCommandAction is the base class for instantaneous actions.