Lines Matching refs:Properties

31 Properties::Properties (void)  in Properties()  function in sd::slidesorter::controller::Properties
52 Properties::~Properties (void) in ~Properties()
59 void Properties::HandleDataChangeEvent (void) in HandleDataChangeEvent()
72 bool Properties::IsHighlightCurrentSlide (void) const in IsHighlightCurrentSlide()
80 void Properties::SetHighlightCurrentSlide (const bool bIsHighlightCurrentSlide) in SetHighlightCurrentSlide()
88 bool Properties::IsShowSelection (void) const in IsShowSelection()
96 void Properties::SetShowSelection (const bool bIsShowSelection) in SetShowSelection()
104 bool Properties::IsShowFocus (void) const in IsShowFocus()
112 void Properties::SetShowFocus (const bool bIsShowFocus) in SetShowFocus()
120 bool Properties::IsCenterSelection (void) const in IsCenterSelection()
128 void Properties::SetCenterSelection (const bool bIsCenterSelection) in SetCenterSelection()
136 bool Properties::IsSmoothSelectionScrolling (void) const in IsSmoothSelectionScrolling()
144 void Properties::SetSmoothSelectionScrolling (const bool bIsSmoothSelectionScrolling) in SetSmoothSelectionScrolling()
152 bool Properties::IsSuspendPreviewUpdatesDuringFullScreenPresentation (void) const in IsSuspendPreviewUpdatesDuringFullScreenPresentation()
160 void Properties::SetSuspendPreviewUpdatesDuringFullScreenPresentation (const bool bFlag) in SetSuspendPreviewUpdatesDuringFullScreenPresentation()
168 Color Properties::GetBackgroundColor (void) const in GetBackgroundColor()
176 void Properties::SetBackgroundColor (const Color& rColor) in SetBackgroundColor()
183 Color Properties::GetTextColor (void) const in GetTextColor()
191 void Properties::SetTextColor (const Color& rColor) in SetTextColor()
199 Color Properties::GetSelectionColor (void) const in GetSelectionColor()
207 void Properties::SetSelectionColor (const Color& rColor) in SetSelectionColor()
215 Color Properties::GetHighlightColor (void) const in GetHighlightColor()
223 void Properties::SetHighlightColor (const Color& rColor) in SetHighlightColor()
231 bool Properties::IsUIReadOnly (void) const in IsUIReadOnly()
239 void Properties::SetUIReadOnly (const bool bIsUIReadOnly) in SetUIReadOnly()
247 bool Properties::IsOnlyPreviewTriggersMouseOver (void) const in IsOnlyPreviewTriggersMouseOver()
255 void Properties::SetOnlyPreviewTriggersMouseOver (const bool bFlag) in SetOnlyPreviewTriggersMouseOver()
263 bool Properties::IsHighContrastModeActive (void) const in IsHighContrastModeActive()