#include <osd.h>
Inheritance diagram for OsdFactory:
Public Member Functions | |
OsdFactory () | |
void | init () |
ModulType | type () |
ModuleInterface * | create (const QString &name) |
OsdFactory::OsdFactory | ( | ) | [inline] |
ModuleInterface* OsdFactory::create | ( | const QString & | name | ) | [inline, virtual] |
Implements ModuleFactory.
void OsdFactory::init | ( | ) | [inline, virtual] |
Implements ModuleFactory.
ModulType OsdFactory::type | ( | ) | [inline, virtual] |
Implements ModuleFactory.