8#include "GUIPropertyItemBase.h" 
  120                                        bool bSelected = 
false,
 
  146                                           bool bSelected = 
false,
 
  148                                           bool bAdjustLayout = 
true);
 
  254            virtual void Enable(
bool bEnable) 
override;
 
  273            virtual void NotifySelectedItemChanged(
const CGUIPropertyItemRadioButton* pSelectedItem);
 
  276            virtual void InternalSetValue(
const COleVariant& varValue, 
bool bRedrawImmediately);
 
  277            virtual void InternalSetOrigValue(
const COleVariant& varValue);
 
  295                                                                      bool bSelected = 
false,
 
  301            bool m_bInProcNotifySelectedItemChanged;
 
  302            std::vector<CGUIPropertyItemRadioButton*>& m_vctRadioButtons;
 
  304            friend class CGUIPropertyItemRadioButton;
 
브로드캐스트 메시지 클래스
Definition BroadcastMessage.h:27
Template type 의 배열 클래스.
Definition FLArray.h:53
Template type 의 문자열 클래스
Definition FLString.h:34
CGUIPropertyItemBase()
기본 생성자
Definition D2DObject.h:12