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;
Broadcast message class.
Definition BroadcastMessage.h:27
Template type array class.
Definition FLArray.h:53
Template type string class.
Definition FLString.h:34
CGUIPropertyItemBase()
Default constructor.
Definition D2DObject.h:12