theme.h
virtual void flat(cv::Mat &bg, const cv::Scalar &color)=0
flat will cause bg to appear flat
virtual void applyStyle(Widget *widget)=0
applyStyle is called for every new widget created by the WidgetFactory
virtual void sunken(cv::Mat &bg, const cv::Scalar &color)=0
sunken will cause bg to appear sunken
virtual void raised(cv::Mat &bg, const cv::Scalar &color)=0
raised will cause bg to appear raised
virtual void selected(cv::Mat &bg, const cv::Scalar &color)=0
selected will cause bg to appear selecte
virtual void allocateBG(cv::Mat &dst, const cv::Size &size, const cv::Scalar &color)=0
allocateBG creates the rect background for widgets
Generated by 1.8.11