FLImaging
7.8.25.3
Toggle main menu visibility
FLImagingFoundation
FLImagingGUI
GUIPropertyMenuComment.h
1
#pragma once
2
3
#include "GUIPropertyMenuNodeBase.h"
4
5
namespace
FLImaging
6
{
7
namespace
GUI
8
{
9
class
FL_EXPORT CGUIPropertyMenuComment :
public
CGUIPropertyMenuNodeBase
10
{
11
SupportToDuplicateObject(CGUIPropertyMenuComment);
12
13
public
:
14
CGUIPropertyMenuComment();
15
virtual
~CGUIPropertyMenuComment();
16
17
virtual
const
CResult ConfigureMenu()
override
;
18
19
virtual
const
CResult SetAlwaysShow(
bool
bSet);
20
21
protected
:
22
23
virtual
const
CResult ChangedAlwaysShow(
const
Base::CFLString<wchar_t>& strValue);
24
virtual
const
CResult ChangedComment(
const
Base::CFLString<wchar_t>& strValue);
25
26
virtual
const
CResult InitializationProcedure()
override
;
27
virtual
const
CResult ProcessProcedure()
override
;
28
};
29
}
30
}
31
FLImaging::GUI
Definition
D2DObject.h:12
FLImaging
Generated on
for FLImaging by
1.17.0