2#include "GUIManagerDrawingBase.h"
FLImaging 모듈의 수행 결과 객체
Definition ResultsDef.h:1596
FigureText 속성 클래스
Definition FLFigureTextAttribute.h:25
virtual ~CGUIManagerDrawingAttribute()
가상 소멸자. 파생 클래스에서 올바르게 정리될 수 있도록 합니다.
const Foundation::CFLFigureAttributeBasic * GetAttributePtrDrawingFigure() const
도형 드로잉 속성에 대한 포인터를 반환합니다.
CGUIManagerDrawingAttribute(const CGUIManagerDrawingAttribute *pRh)
포인터를 이용한 복사 생성자. 다른 CGUIManagerDrawingAttribute 객체의 포인터를 복사하여 새 인스턴스를 생성합니다.
CGUIManagerDrawingAttribute(CGUIViewImageBase *pView)
부모 뷰를 설정하는 생성자. 인스턴스를 초기화하고 부모 뷰를 설정합니다.
CGUIViewImageBase * GetParentView() const
현재 객체의 부모 뷰를 가져옵니다.
virtual const CResult Assign(const CGUIManagerDrawingAttribute *pIfa)
다른 인스턴스 포인터의 값을 할당합니다.
const Foundation::CFLFigureTextAttribute * GetAttributePtrText() const
텍스트 속성에 대한 포인터를 반환합니다.
void SetParentView(CGUIViewImageBase *pView)
현재 객체의 부모 뷰를 설정합니다.
virtual const CResult Clear()
모든 속성을 초기화합니다. 드로잉 및 텍스트 속성을 기본값으로 리셋합니다.
const Foundation::CFLFigureAttributeBasic * GetAttributePtrDrawingText() const
텍스트 드로잉 속성에 대한 포인터를 반환합니다.
virtual const CResult Assign(const CGUIManagerDrawingAttribute &ifa)
다른 인스턴스의 값을 할당합니다.
CGUIManagerDrawingAttribute()
기본 생성자. 빈 CGUIManagerDrawingAttribute 인스턴스를 초기화합니다.
CGUIManagerDrawingAttribute(const CGUIManagerDrawingAttribute &rh)
복사 생성자. 다른 CGUIManagerDrawingAttribute 객체를 복사하여 새 인스턴스를 생성합니다.
CGUIManagerDrawingBase()
기본 생성자. 빈 CGUIManagerDrawingBase 인스턴스를 초기화합니다.
뷰의 기반 클래스
Definition GUIViewImageBase.h:43
Definition D2DObject.h:12