#include <videosource.h>
Protected Member Functions | |
| CaptureCardDBStorage (StorageUser *_user, const CaptureCard &_parent, const QString &_name) | |
| int | getCardID (void) const |
| virtual QString | GetSetClause (MSqlBindings &bindings) const |
| virtual QString | GetWhereClause (MSqlBindings &bindings) const |
Private Attributes | |
| const CaptureCard & | m_parent |
Definition at line 274 of file videosource.h.
| CaptureCardDBStorage::CaptureCardDBStorage | ( | StorageUser * | _user, | |
| const CaptureCard & | _parent, | |||
| const QString & | _name | |||
| ) | [inline, protected] |
Definition at line 277 of file videosource.h.
| int CaptureCardDBStorage::getCardID | ( | void | ) | const [protected] |
Definition at line 3232 of file videosource.cpp.
| QString CaptureCardDBStorage::GetSetClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Reimplemented from SimpleDBStorage.
Definition at line 178 of file videosource.cpp.
| QString CaptureCardDBStorage::GetWhereClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Implements SimpleDBStorage.
Definition at line 167 of file videosource.cpp.
const CaptureCard& CaptureCardDBStorage::m_parent [private] |
Definition at line 290 of file videosource.h.
Referenced by getCardID(), GetSetClause(), and GetWhereClause().
1.6.3