|
|
|
@ -14,22 +14,22 @@ KVpnc provides the following functions:
|
|
|
|
|
--------------------------------------------------
|
|
|
|
|
QCStringList interfaces()
|
|
|
|
|
QCStringList functions()
|
|
|
|
|
QString getVersion()
|
|
|
|
|
TQString getVersion()
|
|
|
|
|
void doConnect()
|
|
|
|
|
void doDisconnect()
|
|
|
|
|
uint getConnectedTime()
|
|
|
|
|
QString getStatus()
|
|
|
|
|
QString getCurrentProfile()
|
|
|
|
|
void setProfile(QString profilename)
|
|
|
|
|
TQString getStatus()
|
|
|
|
|
TQString getCurrentProfile()
|
|
|
|
|
void setProfile(TQString profilename)
|
|
|
|
|
void createNewProfile()
|
|
|
|
|
void createNewProfileWithWizard()
|
|
|
|
|
void deleteCurrentProfile()
|
|
|
|
|
void openPreferences()
|
|
|
|
|
void doImportCert()
|
|
|
|
|
void doImportPcf()
|
|
|
|
|
void doImportPcf(QString file)
|
|
|
|
|
void doImportPcf(TQString file)
|
|
|
|
|
void doImportOpenvpnConfig()
|
|
|
|
|
void doImportOpenvpnConfig(QString file)
|
|
|
|
|
void doImportOpenvpnConfig(TQString file)
|
|
|
|
|
QStringList profiles()
|
|
|
|
|
QStringList toolinfo()
|
|
|
|
|
void doQuit()
|
|
|
|
@ -39,8 +39,8 @@ QStringList getProfileTypes()
|
|
|
|
|
|
|
|
|
|
Return and parameter data types:
|
|
|
|
|
------------------------------------------
|
|
|
|
|
QString text (QString format)
|
|
|
|
|
QStringList string list - list of text (QString format)
|
|
|
|
|
TQString text (TQString format)
|
|
|
|
|
QStringList string list - list of text (TQString format)
|
|
|
|
|
QCStringList string list - list of text (C format)
|
|
|
|
|
uint unsigned int - number
|
|
|
|
|
void empty - no return value
|
|
|
|
|