FLImaging
7.8.25.3
Toggle main menu visibility
FLImagingFoundation
FLImagingGUI
SNAPFeatureFolderExistence.h
1
#pragma once
2
3
#include "SNAPFeatureBase.h"
4
5
6
namespace
FLImaging
7
{
8
namespace
GUI
9
{
10
class
FL_EXPORT CSNAPFeatureFolderExistence :
public
CSNAPFeatureBase
11
{
12
SupportToDuplicateObject(CSNAPFeatureFolderExistence, *
this
);
13
14
public
:
15
CSNAPFeatureFolderExistence();
16
CSNAPFeatureFolderExistence(
const
CSNAPFeatureFolderExistence& rhs);
17
CSNAPFeatureFolderExistence(
const
CSNAPFeatureFolderExistence* pRhs);
18
virtual
~CSNAPFeatureFolderExistence();
19
20
virtual
const
CResult
Assign
(
const
CSNAPFeatureFolderExistence& rhs);
21
virtual
const
CResult
Assign
(
const
CSNAPFeatureFolderExistence* pRhs);
22
23
virtual
const
CResult
Clear
()
override
;
24
25
virtual
const
CResult Execute();
26
27
virtual
const
CResult SetFolderPath(
const
Base::CFLString<wchar_t>& flsFolderPath);
28
virtual
Base::CFLString<wchar_t> GetFolderPath()
const
;
29
30
virtual
bool
GetResult()
const
;
31
32
DeclareGetClassType();
33
34
protected
:
35
Base::CFLString<wchar_t> m_flsFolderPath;
36
bool
m_bResult;
37
};
38
}
39
}
40
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