Lines Matching refs:CaptionProperty
21 bool CaptionProperty::CheckProperty(const std::string &property)
27 uint32_t CaptionProperty::GetBackgroundColor() const
32 void CaptionProperty::SetBackgroundColor(uint32_t color)
37 int32_t CaptionProperty::GetFontScale() const
42 void CaptionProperty::SetFontScale(int32_t scale)
47 uint32_t CaptionProperty::GetFontColor() const
52 void CaptionProperty::SetFontColor(uint32_t color)
57 const std::string &CaptionProperty::GetFontEdgeType() const
62 void CaptionProperty::SetFontEdgeType(const std::string &type)
67 uint32_t CaptionProperty::GetWindowColor() const
72 void CaptionProperty::SetWindowColor(uint32_t color)
77 void CaptionProperty::SetFontFamily(const std::string &family)
82 const std::string &CaptionProperty::GetFontFamily() const