Syncing

Search for usage in LXR

#include <syncing.h>

Inheritance diagram for Syncing:

Public Types

enum  SIGNAL_TYPE : uint_fast8_t {
  OPEN , DOWNLOAD , COPY , SAVE ,
  CUT , DELETE , RENAME , MOVE ,
  UPLOAD
}
 

Signals

void dirCreated (FMH::MODEL item, QUrl url)
 
void error (QString message)
 
void itemReady (FMH::MODEL item, QUrl url, Syncing::SIGNAL_TYPE &signalType)
 
void listReady (FMH::MODEL_LIST data, QUrl url)
 
void progress (int percent)
 
void uploadReady (FMH::MODEL item, QUrl url)
 

Public Member Functions

 Syncing (QObject *parent=nullptr)
 
void createDir (const QUrl &path, const QString &name)
 
void download (const QUrl &path)
 
QUrl getCopyTo () const
 
QString getUser () const
 
void listContent (const QUrl &path, const QStringList &filters, const int &depth=1)
 
QString localToAbstractCloudPath (const QString &url)
 
void resolveFile (const FMH::MODEL &item, const Syncing::SIGNAL_TYPE &signalType)
 
void setCopyTo (const QUrl &path)
 
void setCredentials (const QString &server, const QString &user, const QString &password)
 
void setUploadQueue (const QStringList &list)
 
void upload (const QUrl &path, const QUrl &filePath)
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
QBindable< QStringbindableObjectName ()
 
bool blockSignals (bool block)
 
const QObjectListchildren () const const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const const
 
bool disconnect (const QObject *receiver, const char *method) const const
 
void dumpObjectInfo () const const
 
void dumpObjectTree () const const
 
QList< QByteArraydynamicPropertyNames () const const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (Qt::FindChildOptions options) const const
 
bool inherits (const char *className) const const
 
void installEventFilter (QObject *filterObj)
 
bool isQuickItemType () const const
 
bool isWidgetType () const const
 
bool isWindowType () const const
 
void killTimer (int id)
 
virtual const QMetaObjectmetaObject () const const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const const
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const const
 
QVariant property (const char *name) const const
 
 Q_CLASSINFO (Name, Value)
 
 Q_EMIT Q_EMIT
 
 Q_ENUM (...)
 
 Q_ENUM_NS (...)
 
 Q_ENUMS (...)
 
 Q_FLAG (...)
 
 Q_FLAG_NS (...)
 
 Q_FLAGS (...)
 
 Q_GADGET Q_GADGET
 
 Q_GADGET_EXPORT (EXPORT_MACRO)
 
 Q_INTERFACES (...)
 
 Q_INVOKABLE Q_INVOKABLE
 
 Q_MOC_INCLUDE Q_MOC_INCLUDE
 
 Q_NAMESPACE Q_NAMESPACE
 
 Q_NAMESPACE_EXPORT (EXPORT_MACRO)
 
 Q_OBJECT Q_OBJECT
 
 Q_PROPERTY (...)
 
 Q_REVISION Q_REVISION
 
 Q_SET_OBJECT_NAME (Object)
 
 Q_SIGNAL Q_SIGNAL
 
 Q_SIGNALS Q_SIGNALS
 
 Q_SLOT Q_SLOT
 
 Q_SLOTS Q_SLOTS
 
qobject_cast (const QObject *object)
 
qobject_cast (QObject *object)
 
 QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 
void removeEventFilter (QObject *obj)
 
void setObjectName (const QString &name)
 
void setObjectName (QAnyStringView name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool setProperty (const char *name, QVariant &&value)
 
bool signalsBlocked () const const
 
int startTimer (int interval, Qt::TimerType timerType)
 
int startTimer (std::chrono::milliseconds interval, Qt::TimerType timerType)
 
QThreadthread () const const
 

Public Attributes

QStringList uploadQueue
 
- Public Attributes inherited from QObject
typedef QObjectList
 

Additional Inherited Members

- Properties inherited from QObject
 objectName
 
- Static Public Member Functions inherited from QObject
QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
- Protected Member Functions inherited from QObject
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const const
 
int receivers (const char *signal) const const
 
QObjectsender () const const
 
int senderSignalIndex () const const
 
virtual void timerEvent (QTimerEvent *event)
 

Detailed Description

The Syncing class.

Definition at line 21 of file syncing.h.

Member Enumeration Documentation

◆ SIGNAL_TYPE

enum Syncing::SIGNAL_TYPE : uint_fast8_t

Definition at line 27 of file syncing.h.

Constructor & Destructor Documentation

◆ Syncing()

Syncing::Syncing ( QObject * parent = nullptr)
explicit

Syncing.

Parameters
parent

Definition at line 16 of file syncing.cpp.

Member Function Documentation

◆ createDir()

void Syncing::createDir ( const QUrl & path,
const QString & name )

createDir

Parameters
path
name

Definition at line 177 of file syncing.cpp.

◆ dirCreated

void Syncing::dirCreated ( FMH::MODEL item,
QUrl url )
signal

dirCreated

Parameters
item
url

◆ download()

void Syncing::download ( const QUrl & path)

download

Parameters
path

Definition at line 94 of file syncing.cpp.

◆ error

void Syncing::error ( QString message)
signal

error

Parameters
message

◆ getCopyTo()

QUrl Syncing::getCopyTo ( ) const

getCopyTo

Returns

Definition at line 371 of file syncing.cpp.

◆ getUser()

QString Syncing::getUser ( ) const

getUser

Returns

Definition at line 376 of file syncing.cpp.

◆ itemReady

void Syncing::itemReady ( FMH::MODEL item,
QUrl url,
Syncing::SIGNAL_TYPE & signalType )
signal

itemReady

Parameters
item
url
signalType

◆ listContent()

void Syncing::listContent ( const QUrl & path,
const QStringList & filters,
const int & depth = 1 )

listContent

Parameters
path
filters
depth

Definition at line 21 of file syncing.cpp.

◆ listReady

void Syncing::listReady ( FMH::MODEL_LIST data,
QUrl url )
signal

listReady

Parameters
data
url

◆ localToAbstractCloudPath()

QString Syncing::localToAbstractCloudPath ( const QString & url)

localToAbstractCloudPath

Parameters
url
Returns

Definition at line 386 of file syncing.cpp.

◆ progress

void Syncing::progress ( int percent)
signal

progress

Parameters
percent

◆ resolveFile()

void Syncing::resolveFile ( const FMH::MODEL & item,
const Syncing::SIGNAL_TYPE & signalType )

resolveFile

Parameters
item
signalType

Definition at line 339 of file syncing.cpp.

◆ setCopyTo()

void Syncing::setCopyTo ( const QUrl & path)

setCopyTo

Parameters
path

Definition at line 363 of file syncing.cpp.

◆ setCredentials()

void Syncing::setCredentials ( const QString & server,
const QString & user,
const QString & password )

setCredentials

Parameters
server
user
password

Definition at line 29 of file syncing.cpp.

◆ setUploadQueue()

void Syncing::setUploadQueue ( const QStringList & list)

setUploadQueue

Parameters
list

Definition at line 381 of file syncing.cpp.

◆ upload()

void Syncing::upload ( const QUrl & path,
const QUrl & filePath )

upload

Parameters
path
filePath

Definition at line 134 of file syncing.cpp.

◆ uploadReady

void Syncing::uploadReady ( FMH::MODEL item,
QUrl url )
signal

uploadReady

Parameters
item
url

Member Data Documentation

◆ uploadQueue

QStringList Syncing::uploadQueue

uploadQueue

Definition at line 32 of file syncing.h.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 3 2024 11:46:09 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.