FLImaging 6.5.8.1
SNAPFeatureFileExistence.h
1#pragma once
2
3#include "SNAPFeatureBase.h"
4
5
6namespace FLImaging
7{
8 namespace GUI
9 {
10 class FL_EXPORT CSNAPFeatureFileExistence : public CSNAPFeatureBase
11 {
12 SupportToDuplicateObject(CSNAPFeatureFileExistence, *this);
13
14 public:
15 CSNAPFeatureFileExistence();
16 CSNAPFeatureFileExistence(const CSNAPFeatureFileExistence& rhs);
17 CSNAPFeatureFileExistence(const CSNAPFeatureFileExistence* pRhs);
18 virtual ~CSNAPFeatureFileExistence();
19
20 virtual const CResult Assign(const CSNAPFeatureFileExistence& rhs);
21 virtual const CResult Assign(const CSNAPFeatureFileExistence* pRhs);
22
23 virtual const CResult Clear() override;
24
25 virtual const CResult Execute();
26
27 virtual const CResult SetFilePath(const Base::CFLString<wchar_t>& flsFilePath);
28 virtual Base::CFLString<wchar_t> GetFilePath() const;
29
30 virtual bool GetResult() const;
31
32 DeclareGetClassType();
33
34 protected:
35 Base::CFLString<wchar_t> m_flsFilePath;
36 bool m_bResult;
37 };
38 }
39}
40
@ Assign
Set the value of CGUIPropertyItemView3DFigure to the specified figure.
@ Clear
Clear all the figure objects.