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;
Broadcast message class.
Definition BroadcastMessage.h:27
Template type array class.
Definition FLArray.h:53
Template type string class.
Definition FLString.h:34
Manager class responsible for handling CGUIPropertyItemBase objects and synchronizing them with CGUIP...
Definition GUIManagerPropertyItem.h:46
CGUIPropertyItemBase()
Default constructor.
Definition D2DObject.h:12