FLImaging 6.5.8.1
SNAPFeatureBlock.h
1#pragma once
2
3#include "SNAPFeatureBase.h"
4
5namespace FLImaging
6{
7 namespace GUI
8 {
9 class FL_EXPORT CSNAPFeatureBlock : public CSNAPFeatureBase
10 {
11 SupportToDuplicateObject(CSNAPFeatureBlock, *this);
12
13 public:
14 CSNAPFeatureBlock();
15 CSNAPFeatureBlock(const CSNAPFeatureBlock& rhs);
16 CSNAPFeatureBlock(const CSNAPFeatureBlock* pRhs);
17 virtual ~CSNAPFeatureBlock();
18
19 virtual const CResult Assign(const CSNAPFeatureBlock& rhs);
20 virtual const CResult Assign(const CSNAPFeatureBlock* pRhs);
21
22 virtual const CResult Clear() override;
23
24 DeclareGetClassType();
25 };
26 }
27}
28
@ Assign
Set the value of CGUIPropertyItemView3DFigure to the specified figure.
@ Clear
Clear all the figure objects.