CvButtons Class Reference

Class CvButtons
Implements functions to enhance the OpenCV GUI elements
by simple, platform-independet push buttons and toggle elements.
More...

#include <cv-buttons.h>

List of all members.

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)


Detailed Description

Class CvButtons
Implements functions to enhance the OpenCV GUI elements
by simple, platform-independet push buttons and toggle elements.

Author:
Andreas Geiger

Karlsruhe Institute of Technology

Version:
1.0
Date:
16.07.2007


Constructor & Destructor Documentation

CvButtons::CvButtons (  )  [inline]

Constructor creates button font

CvButtons::~CvButtons (  )  [inline]

Deconstructor clears the button list


Member Function Documentation

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


The documentation for this class was generated from the following files:
Generated on Thu Oct 25 12:38:54 2007 for webcam by  doxygen 1.5.1