KVIrc 5.2.6
Developer APIs
AddonFunctions Namespace Reference

Functions

bool checkDirTree (const QString &szDirPath, QString *pszError)
 
QString createRandomDir ()
 
bool installAddonPackage (const QString &szAddonPackageFileName, QString &szError, QWidget *pDialogParent)
 
bool notAValidAddonPackage (QString &szError)
 
bool pack (AddonInfo &info, QString &szError)
 

Function Documentation

◆ checkDirTree()

bool AddonFunctions::checkDirTree ( const QString & szDirPath,
QString * pszError )

References __tr2qs_ctx, and init().

Referenced by pack().

◆ createRandomDir()

QString AddonFunctions::createRandomDir ( )

References i, and n.

Referenced by installAddonPackage().

◆ installAddonPackage()

◆ notAValidAddonPackage()

bool AddonFunctions::notAValidAddonPackage ( QString & szError)

◆ pack()