4 #include "horizontallayout.h" 28 const cv::Point &pos = cv::Point(0,0));
38 virtual const char *
getType()
const;
40 static const char *type;
46 HFrame(
const cv::Point &pos);
void setFrameRelief(Relief value)
setFrameRelief
This namespace holds all the classes of the CanvasCV library.
Definition: canvas.h:20
The HorizontalLayout class.
Definition: horizontallayout.h:37
The HFrame class.
Definition: hframe.h:16
virtual const char * getType() const
getType is always implemented by derived to return the same static pointer per widget.
The Layout class.
Definition: layout.h:17
static std::shared_ptr< HFrame > create(Layout &layout, const cv::Point &pos=cv::Point(0, 0))
create a HFrame widget