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