#include <videosource.h>
Protected Member Functions | |
| CardInputDBStorage (StorageUser *_user, const CardInput &_parent, QString _name) | |
| int | getInputID (void) const |
| void | fillSelections () |
| virtual QString | GetSetClause (MSqlBindings &bindings) const |
| virtual QString | GetWhereClause (MSqlBindings &bindings) const |
Private Attributes | |
| const CardInput & | m_parent |
Definition at line 662 of file videosource.h.
| CardInputDBStorage::CardInputDBStorage | ( | StorageUser * | _user, | |
| const CardInput & | _parent, | |||
| QString | _name | |||
| ) | [inline, protected] |
Definition at line 665 of file videosource.h.
| int CardInputDBStorage::getInputID | ( | void | ) | const [protected] |
Definition at line 3227 of file videosource.cpp.
Referenced by StartingChannel::SetSourceID().
| void CardInputDBStorage::fillSelections | ( | ) | [protected] |
Reimplemented in CardID, SourceID, and StartingChannel.
| QString CardInputDBStorage::GetSetClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Reimplemented from SimpleDBStorage.
Definition at line 3149 of file videosource.cpp.
| QString CardInputDBStorage::GetWhereClause | ( | MSqlBindings & | bindings | ) | const [protected, virtual] |
Implements SimpleDBStorage.
Definition at line 3138 of file videosource.cpp.
const CardInput& CardInputDBStorage::m_parent [private] |
Definition at line 680 of file videosource.h.
Referenced by getInputID(), GetSetClause(), and GetWhereClause().
1.6.3