KVIrc 5.2.6
Developer APIs
KvsObject_ftp Class Reference

#include <KvsObject_ftp.h>

+ Inheritance diagram for KvsObject_ftp:

Protected Slots

void slotCommandFinished (int id, bool error)
 
void slotCommandStarted (int id)
 
void slotDataTransferProgress (qint64 done, qint64 total)
 
void slotDone (bool error)
 
void slotListInfo (const QUrlInfo &i)
 
void slotRawCommandReply (int replyCode, const QString &detail)
 
void slotReadyRead ()
 
void slotStateChanged (int state)
 
- Protected Slots inherited from KviKvsObject
void delayedDie ()
 
void objectDestroyed ()
 

Protected Member Functions

bool abort (KviKvsObjectFunctionCall *c)
 
bool cd (KviKvsObjectFunctionCall *c)
 
bool close (KviKvsObjectFunctionCall *c)
 
bool commandFinishedEvent (KviKvsObjectFunctionCall *c)
 
bool dataTransferProgressEvent (KviKvsObjectFunctionCall *c)
 
bool functionConnect (KviKvsObjectFunctionCall *c)
 
bool get (KviKvsObjectFunctionCall *c)
 
bool list (KviKvsObjectFunctionCall *c)
 
bool listInfoEvent (KviKvsObjectFunctionCall *c)
 
bool login (KviKvsObjectFunctionCall *c)
 
bool put (KviKvsObjectFunctionCall *c)
 
bool stateChangedEvent (KviKvsObjectFunctionCall *c)
 
- Protected Member Functions inherited from KviKvsObject
bool eventFilter (QObject *o, QEvent *e) override
 
bool function_childCount (KviKvsObjectFunctionCall *c)
 
bool function_children (KviKvsObjectFunctionCall *c)
 
bool function_className (KviKvsObjectFunctionCall *c)
 
bool function_destructor (KviKvsObjectFunctionCall *c)
 
bool function_emit (KviKvsObjectFunctionCall *c)
 
bool function_findChild (KviKvsObjectFunctionCall *c)
 
bool function_killTimer (KviKvsObjectFunctionCall *c)
 
bool function_listProperties (KviKvsObjectFunctionCall *c)
 
bool function_name (KviKvsObjectFunctionCall *c)
 
bool function_parent (KviKvsObjectFunctionCall *c)
 
bool function_property (KviKvsObjectFunctionCall *c)
 
bool function_setProperty (KviKvsObjectFunctionCall *c)
 
bool function_signalName (KviKvsObjectFunctionCall *c)
 
bool function_signalSender (KviKvsObjectFunctionCall *c)
 
bool function_startTimer (KviKvsObjectFunctionCall *c)
 
virtual bool init (KviKvsRunTimeContext *pContext, KviKvsVariantList *pParams)
 
void registerChild (KviKvsObject *c)
 
void registerConnection (KviKvsObjectConnection *con)
 
void timerEvent (QTimerEvent *e) override
 
void unregisterChild (KviKvsObject *c)
 
bool unregisterConnection (KviKvsObjectConnection *con)
 

Protected Attributes

QFtpm_pFtp
 
- Protected Attributes inherited from KviKvsObject
bool m_bAboutToDie = false
 
bool m_bDestructorCalled = false
 
bool m_bInDelayedDeath = false
 
bool m_bObjectOwner = true
 
kvs_hobject_t m_hObject
 
kvs_hobject_t m_hSignalSender
 
KviPointerList< KviKvsObject > * m_pChildList = nullptr
 
KviKvsObjectClassm_pClass = nullptr
 
KviKvsObjectConnectionListm_pConnectionList = nullptr
 
KviKvsHashm_pDataContainer = nullptr
 
KviPointerHashTable< QString, KviKvsObjectFunctionHandler > * m_pFunctionHandlers = nullptr
 
QObject * m_pObject = nullptr
 
KviPointerHashTable< QString, KviKvsObjectConnectionList > * m_pSignalDict = nullptr
 
QString m_szName
 
QString m_szSignalName
 

Additional Inherited Members

- Public Member Functions inherited from KviKvsObject
bool callFunction (KviKvsObject *pCaller, const QString &fncName, const QString &classOverride, KviKvsRunTimeContext *pContext, KviKvsVariant *pRetVal, KviKvsVariantList *pParams)
 
bool callFunction (KviKvsObject *pCaller, const QString &fncName, KviKvsVariant *pRetVal, KviKvsVariantList *pParams=nullptr)
 
bool callFunction (KviKvsObject *pCaller, const QString &fncName, KviKvsVariantList *pParams=nullptr)
 
bool connectSignal (const QString &sigName, KviKvsObject *target, const QString &slotName)
 
KviKvsHashdataContainer ()
 
bool die ()
 
bool dieNow ()
 
bool disconnectSignal (const QString &sigName, KviKvsObject *target, const QString &slotName)
 
bool disconnectSignal (const QString &sigName, KviKvsObjectConnection *con)
 
int emitSignal (const QString &sigName, KviKvsObjectFunctionCall *pOuterCall, KviKvsVariantList *pParams=nullptr)
 
KviKvsObjectfindChild (const QString &szClass, const QString &szName)
 
KviPointerHashTable< QString, KviKvsObjectFunctionHandler > * functionHandlers ()
 
KviKvsObjectClassgetClass (const QString &classOverride=QString())
 
KviKvsObjectClassgetExactClass ()
 
const QString & getName () const
 
kvs_hobject_t handle ()
 
bool inheritsClass (const QString &szClass)
 
bool inheritsClass (KviKvsObjectClass *pClass)
 
void killAllChildrenWithClass (KviKvsObjectClass *cl)
 
 KviKvsObject (KviKvsObjectClass *pClass, KviKvsObject *pParent, const QString &szName)
 
KviKvsObjectFunctionHandlerlookupFunctionHandler (const QString &funcName, const QString &classOverride=QString())
 
QObject * object () const
 
KviKvsObjectparentObject ()
 
QWidget * parentScriptWidget ()
 
void registerPrivateImplementation (const QString &szFunctionName, const QString &szCode)
 
void setObject (QObject *o, bool bIsOwned=true)
 
void setSignalName (const QString &szSigName)
 
void setSignalSender (kvs_hobject_t hObject)
 
kvs_hobject_t signalSender ()
 
 ~KviKvsObject ()
 

Member Function Documentation

◆ abort()

bool KvsObject_ftp::abort ( KviKvsObjectFunctionCall * c)
protected

◆ cd()

bool KvsObject_ftp::cd ( KviKvsObjectFunctionCall * c)
protected

◆ close()

bool KvsObject_ftp::close ( KviKvsObjectFunctionCall * c)
protected

References i.

◆ commandFinishedEvent()

bool KvsObject_ftp::commandFinishedEvent ( KviKvsObjectFunctionCall * c)
protected

◆ dataTransferProgressEvent()

bool KvsObject_ftp::dataTransferProgressEvent ( KviKvsObjectFunctionCall * c)
protected

◆ functionConnect()

bool KvsObject_ftp::functionConnect ( KviKvsObjectFunctionCall * c)
protected

◆ get()

bool KvsObject_ftp::get ( KviKvsObjectFunctionCall * c)
protected

◆ list()

bool KvsObject_ftp::list ( KviKvsObjectFunctionCall * c)
protected

◆ listInfoEvent()

bool KvsObject_ftp::listInfoEvent ( KviKvsObjectFunctionCall * c)
protected

◆ login()

bool KvsObject_ftp::login ( KviKvsObjectFunctionCall * c)
protected

◆ put()

bool KvsObject_ftp::put ( KviKvsObjectFunctionCall * c)
protected

◆ slotCommandFinished

◆ slotCommandStarted

void KvsObject_ftp::slotCommandStarted ( int id)
protectedslot

◆ slotDataTransferProgress

void KvsObject_ftp::slotDataTransferProgress ( qint64 done,
qint64 total )
protectedslot

◆ slotDone

void KvsObject_ftp::slotDone ( bool error)
protectedslot

◆ slotListInfo

void KvsObject_ftp::slotListInfo ( const QUrlInfo & i)
protectedslot

◆ slotRawCommandReply

void KvsObject_ftp::slotRawCommandReply ( int replyCode,
const QString & detail )
protectedslot

◆ slotReadyRead

void KvsObject_ftp::slotReadyRead ( )
protectedslot

◆ slotStateChanged

◆ stateChangedEvent()

bool KvsObject_ftp::stateChangedEvent ( KviKvsObjectFunctionCall * c)
protected

Member Data Documentation

◆ m_pFtp

QFtp* KvsObject_ftp::m_pFtp
protected

Referenced by slotCommandFinished().


The documentation for this class was generated from the following files: