|
| GPCamera (const QString &title, const QString &model, const QString &port, const QString &path) |
|
bool | cameraAbout (QString &about) override |
|
DKCamera::CameraDriverType | cameraDriverType () override |
|
bool | cameraManual (QString &manual) override |
|
QByteArray | cameraMD5ID () override |
|
bool | cameraSummary (QString &summary) override |
|
void | cancel () override |
|
bool | capture (CamItemInfo &itemInfo) override |
|
bool | deleteAllItems (const QString &folder) |
| recursively delete all items
|
|
bool | deleteItem (const QString &folder, const QString &itemName) override |
|
bool | doConnect () override |
|
bool | downloadItem (const QString &folder, const QString &itemName, const QString &saveFile) override |
|
bool | getFolders (const QString &folder) override |
|
bool | getFreeSpace (qint64 &bytesSize, qint64 &bytesAvail) override |
|
void | getItemInfo (const QString &folder, const QString &itemName, CamItemInfo &info, bool useMetadata) override |
|
bool | getItemsInfoList (const QString &folder, bool useMetadata, CamItemInfoList &items) override |
| If getImageDimensions is false, the camera shall set width and height to -1 if the values are not immediately available.
|
|
bool | getItemsList (const QString &folder, QStringList &itemsList) |
|
bool | getMetadata (const QString &folder, const QString &itemName, DMetadata &meta) override |
|
bool | getPreview (QImage &preview) override |
|
bool | getThumbnail (const QString &folder, const QString &itemName, QImage &thumbnail) override |
|
bool | setLockItem (const QString &folder, const QString &itemName, bool lock) override |
|
bool | uploadItem (const QString &folder, const QString &itemName, const QString &localFile, CamItemInfo &itemInfo) override |
|
| DKCamera (const QString &title, const QString &model, const QString &port, const QString &path) |
|
bool | captureImagePreviewSupport () const |
|
bool | captureImageSupport () const |
|
bool | delDirSupport () const |
|
bool | deleteSupport () const |
|
QString | mimeType (const QString &fileext) const |
|
bool | mkDirSupport () const |
|
QString | model () const |
|
QString | path () const |
|
QString | port () const |
|
void | printSupportedFeatures () |
|
bool | thumbnailSupport () const |
|
QString | title () const |
|
bool | uploadSupport () const |
|
QString | uuid () const |
|