FLImaging
7.8.25.3
Toggle main menu visibility
FLImagingFoundation
FLImagingGUI
SNAPFeatureCreateFolder.h
1
#pragma once
2
#include "SNAPFeatureBase.h"
3
4
namespace
FLImaging
5
{
6
namespace
GUI
7
{
8
class
FL_EXPORT CSNAPFeatureCreateFolder :
public
CSNAPFeatureBase
9
{
10
SupportToDuplicateObject(CSNAPFeatureCreateFolder, *
this
);
11
12
public
:
13
CSNAPFeatureCreateFolder();
14
CSNAPFeatureCreateFolder(
const
CSNAPFeatureCreateFolder& rhs);
15
CSNAPFeatureCreateFolder(
const
CSNAPFeatureCreateFolder* pRhs);
16
virtual
~CSNAPFeatureCreateFolder();
17
18
virtual
const
CResult
Assign
(
const
CSNAPFeatureCreateFolder& rhs);
19
virtual
const
CResult
Assign
(
const
CSNAPFeatureCreateFolder* pRhs);
20
21
virtual
const
CResult
Clear
()
override
;
22
23
virtual
const
CResult SetPath(Base::CFLString<wchar_t>& flsString);
24
virtual
Base::CFLString<wchar_t> GetPath()
const
;
25
26
virtual
const
CResult Execute();
27
28
DeclareGetClassType();
29
30
protected
:
31
Base::CFLString<wchar_t> m_flsPath;
32
};
33
}
34
}
35
FLImaging::GUI
Definition
D2DObject.h:12
FLImagingCLR::GUI::EAvailableView3DFigureContextMenu::Assign
@ Assign
Set the value of CGUIPropertyItemView3DFigure to the specified figure.
Definition
DefinitionsGUIView3D.h:3531
FLImagingCLR::GUI::EMenuItemObjectFigure::Clear
@ Clear
Clear all the figure objects.
Definition
DefinitionsGUI.h:5083
FLImaging
Generated on
for FLImaging by
1.17.0