#include <cv-buttons.h>
Public Member Functions | |
| CvButtons () | |
| ~CvButtons () | |
| void | setMouseState (int e, int x, int y, int f) |
| void | paintButtons (IplImage *img) |
| void | addButton (PushButton pb) |
| void | delButton (int pos) |
| CvButtons::CvButtons | ( | ) | [inline] |
Constructor creates button font
| CvButtons::~CvButtons | ( | ) | [inline] |
Deconstructor clears the button list
| void CvButtons::setMouseState | ( | int | e, | |
| int | x, | |||
| int | y, | |||
| int | f | |||
| ) | [inline] |
Called by cvButtonsOnMouse() when button was pressed
| void CvButtons::paintButtons | ( | IplImage * | img | ) |
Paint all buttons to an image
| void CvButtons::addButton | ( | PushButton | pb | ) | [inline] |
Add button to list
| void CvButtons::delButton | ( | int | pos | ) | [inline] |
Delete button from list
1.5.1