#include <bmpvideosource.h>


Public Member Functions | |
| BmpFactory () | |
| virtual void | registerParameters (ParamSection *sec) |
| virtual VideoSource * | construct () |
| returns 0 on failure. | |
Definition at line 37 of file bmpvideosource.h.
| BmpFactory::BmpFactory | ( | ) | [inline] |
| VideoSource * BmpFactory::construct | ( | ) | [virtual] |
returns 0 on failure.
Implements ParticularVSFactory.
Definition at line 17 of file bmpvideosource.cpp.
References BmpVideoSource::initialize().
| void BmpFactory::registerParameters | ( | ParamSection * | sec | ) | [virtual] |
Implements ParticularVSFactory.
Definition at line 10 of file bmpvideosource.cpp.
References ParamSection::addBoolParam(), ParamSection::addIntParam(), and ParamSection::addStringParam().
1.5.9