FLImaging 6.5.8.1
SNAPFeatureFolderExistence.h
1#pragma once
2
3#include "SNAPFeatureBase.h"
4
5
6namespace 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
@ Assign
Set the value of CGUIPropertyItemView3DFigure to the specified figure.
@ Clear
Clear all the figure objects.