Util Class Reference
#include <Util.h>
List of all members.
Detailed Description
Definition at line 72 of file Util.h.
Member Function Documentation
      
        
          | const QString & Util::getLanguageCode            | 
          ( | 
          const QString &  | 
           language           | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | QString Util::escapeXml            | 
          ( | 
          QString  | 
           xml           | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | bool Util::makeDirectory            | 
          ( | 
          const QString &  | 
           dir           | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | bool Util::copy            | 
          ( | 
          const QString &  | 
           fromFile,  | 
        
        
           | 
           | 
          const QString &  | 
           toFile |   | 
        
        
           | 
          ) | 
           |  |  [static] | 
        
      
 
 
      
        
          | bool Util::deleteDirectory            | 
          ( | 
          const QString &  | 
           dir           | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | QString Util::term2Xml            | 
          ( | 
          const Term &  | 
           term,  | 
        
        
           | 
           | 
          QStringList *  | 
           languages = NULL,  | 
        
        
           | 
           | 
          uint  | 
           indentLevel = 0 |   | 
        
        
           | 
          ) | 
           |  |  [static] | 
        
      
 
 
      
        
          | int Util::getDefaultQuizLength            | 
          ( | 
                     | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | QString Util::getDefaultLabelsFontFamily            | 
          ( | 
                     | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | int Util::getDefaultLabelsFontSizeModifier            | 
          ( | 
                     | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | QString Util::getDefaultFontFamily            | 
          ( | 
                     | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | int Util::getDefaultFontSizeModifier            | 
          ( | 
                     | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | QString Util::getDigraph            | 
          ( | 
          const QString &  | 
           buffer           | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | QAction * Util::createAction            | 
          ( | 
          const QString &  | 
           name,  | 
        
        
           | 
           | 
          const char **  | 
           icon,  | 
        
        
           | 
           | 
          QObject *  | 
           receiver,  | 
        
        
           | 
           | 
          const char *  | 
           slot,  | 
        
        
           | 
           | 
          int  | 
           defaultKey = -1,  | 
        
        
           | 
           | 
          bool  | 
           toggle = false |   | 
        
        
           | 
          ) | 
           |  |  [static] | 
        
      
 
 
      
        
          | QString Util::describeKey            | 
          ( | 
          int  | 
           key           | 
           )  | 
           [static] | 
        
      
 
 
      
        
          | QByteArray Util::qCompress            | 
          ( | 
          const QByteArray &  | 
           byteArray,  | 
        
        
           | 
           | 
          int  | 
           compressionLevel = -1 |   | 
        
        
           | 
          ) | 
           |  |  [static] | 
        
      
 
 
      
        
          | QByteArray Util::qUncompress            | 
          ( | 
          const QByteArray &  | 
           byteArray           | 
           )  | 
           [static] | 
        
      
 
 
Member Data Documentation
Initial value:
 { 
    QObject::tr( "en" ), QObject::tr( "fr" ), QObject::tr( "es" ), QObject::tr( "ja" ), QObject::tr( "de" ), 
    QObject::tr( "ar" ), QObject::tr( "bg" ), QObject::tr( "el" ), QObject::tr( "it" ), QObject::tr( "ko" ), QObject::tr( "nl" ), 
    QObject::tr( "pt" ), QObject::tr( "ru" ), QObject::tr( "sw" ), QObject::tr( "th" ), QObject::tr( "vi" ), QObject::tr( "zh" )
}
 
Definition at line 76 of file Util.h.
 
 
The documentation for this class was generated from the following files: