FLImaging 6.10.23.2
GUIPropertyItemIPAddress.h
1
7#pragma once
8#include "GUIPropertyItemBase.h"
9
11namespace FLImaging
12{
14 namespace GUI
15 {
28 {
29 public:
38
47
59 virtual CMFCPropertyGridProperty* CreateGridProperty() override;
60
78 virtual bool SetValue(Base::CFLString<wchar_t> strValue, bool bInvokeCallback = true) override;
79
91 virtual Base::CFLString<wchar_t> GetValue() const override;
92
102 virtual void Enable(bool bEnable) override;
103 };
104 }
105}
106
Template type 의 문자열 클래스
Definition FLString.h:34
virtual bool SetValue(Base::CFLString< wchar_t > strValue, bool bInvokeCallback=true) override
IP 주소 문자열을 설정합니다.
virtual ~CGUIPropertyItemIPAddress()
소멸자.
virtual CMFCPropertyGridProperty * CreateGridProperty() override
이 IP 주소 아이템에 대한 프로퍼티 그리드 노드를 생성합니다.
virtual void Enable(bool bEnable) override
이 아이템의 편집 가능 여부를 설정합니다.
virtual Base::CFLString< wchar_t > GetValue() const override
현재 IP 주소 문자열을 반환합니다.
Definition D2DObject.h:12