8#include "GUIPropertyItemBase.h"
121 bool bSelected =
false,
147 bool bSelected =
false,
149 bool bAdjustLayout =
true);
255 virtual void Enable(
bool bEnable)
override;
270 virtual void SetManagerPropertyItem(CGUIManagerPropertyItem* pMgr);
275 virtual void NotifySelectedItemChanged(
const CGUIPropertyItemRadioButton* pSelectedItem);
278 virtual void InternalSetValue(
const COleVariant& varValue,
bool bRedrawImmediately);
279 virtual void InternalSetOrigValue(
const COleVariant& varValue);
297 bool bSelected =
false,
303 bool m_bInProcNotifySelectedItemChanged;
304 std::vector<CGUIPropertyItemRadioButton*>& m_vctRadioButtons;
305 CGUIManagerPropertyItem* m_pMgrRef;
307 friend class CGUIPropertyItemRadioButton;
브로드캐스트 메시지 클래스
Definition BroadcastMessage.h:27
Template type 의 배열 클래스.
Definition FLArray.h:53
Template type 의 문자열 클래스
Definition FLString.h:34
CGUIPropertyItemBase 객체들을 관리하고 CGUIPropertyGridCtrl 과의 동기화를 수행하는 매니저 클래스입니다.
Definition GUIManagerPropertyItem.h:46
CGUIPropertyItemBase()
기본 생성자
Definition D2DObject.h:12