Searched refs:rpProperties (Results 1 – 3 of 3) sorted by relevance
71 Theme::Theme (const ::boost::shared_ptr<controller::Properties>& rpProperties) in Theme() argument73 maBackgroundColor(rpProperties->GetBackgroundColor().GetColor()), in Theme()118 Update(rpProperties); in Theme()124 void Theme::Update (const ::boost::shared_ptr<controller::Properties>& rpProperties) in Update() argument127 mbIsHighContrastMode = rpProperties->IsHighContrastModeActive(); in Update()130 maBackgroundColor = rpProperties->GetBackgroundColor().GetColor(); in Update()138 const ColorData aSelectionColor (rpProperties->GetSelectionColor().GetColor()); in Update()
51 Theme (const ::boost::shared_ptr<controller::Properties>& rpProperties);57 const ::boost::shared_ptr<controller::Properties>& rpProperties);
79 const ::boost::shared_ptr<controller::Properties>& rpProperties);
Completed in 13 milliseconds