twocoloredtheme.h
virtual void sunken(cv::Mat &bg, const cv::Scalar &color)
sunken will cause bg to appear sunken
virtual void applyStyle(Widget *widget)
applyStyle is called for every new widget created by the WidgetFactory
virtual void allocateBG(cv::Mat &dst, const cv::Size &size, const cv::Scalar &color)
allocateBG creates the rect background for widgets
virtual void flat(cv::Mat &bg, const cv::Scalar &color)
flat will cause bg to appear flat
The ThemeDark class implements a 2 colored theme base class.
Definition: twocoloredtheme.h:13
virtual void selected(cv::Mat &bg, const cv::Scalar &color)
selected will cause bg to appear selecte
virtual void raised(cv::Mat &bg, const cv::Scalar &color)
raised will cause bg to appear raised
Generated by 1.8.11