![]()  | 
  
    RabbitCommon v2.3.4
    
   | 
 
Classes | |
| class | CAdminAuthoriser | 
| An interface to run programs with elevated rights.  More... | |
| class | CAdminAuthorization | 
| class | CCallTrace | 
| Get call stack.  More... | |
| class | CDir | 
| Default directory:  More... | |
| class | CDownload | 
| Download the same file from multiple URLs.  More... | |
| class | CEncrypt | 
| The encrypt class.  More... | |
| class | CLog | 
| class | CMiniDumper | 
| Windows core dumper.  More... | |
| class | CRecentMenu | 
| Recently opened menu.  More... | |
| class | CRegister | 
| Start run application on system boot.  More... | |
| class | CStyle | 
| The CStyle class.  More... | |
| class | CTitleBar | 
| The cursom title bar for QWidget, QDockWidget etc.  More... | |
| class | CTools | 
| Tools.  More... | |
Typedefs | |
| typedef BOOL(WINAPI * | MINIDUMPWRITEDUMP) (HANDLE hProcess, DWORD dwPid, HANDLE hFile, MINIDUMP_TYPE DumpType, CONST PMINIDUMP_EXCEPTION_INFORMATION ExceptionParam, CONST PMINIDUMP_USER_STREAM_INFORMATION UserStreamParam, CONST PMINIDUMP_CALLBACK_INFORMATION CallbackParam) | 
Functions | |
| void | EnableMiniDumper () | 
| QDataStream & | operator<< (QDataStream &d, const CRecentMenu::_Content &c) | 
| QDataStream & | operator>> (QDataStream &d, CRecentMenu::_Content &c) | 
Variables | |
| const int | USER_DATA_BUFFER_SIZE = 4096 | 
| const char * | g_PattenFileLine = "%p [%s] in %s:%lu" | 
| const char * | g_PattenDLL = "%p [%s] in %s" | 
| QRegularExpression | g_reInclude | 
| QRegularExpression | g_reExclude | 
| QList< QtMsgType > | g_lstPrintStackTraceLevel {QtMsgType::QtCriticalMsg} | 
| const QString | gKeyCurrentUserRunOnce = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce" | 
| const QString | gKeyCurrentUserRunServices = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunServices" | 
| const QString | gKeyCurrentUserRunServicesOnce = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunServicesOnce" | 
| const QString | gKeyRun = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run" | 
| const QString | gKeyRunOnce = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce" | 
| const QString | gKeyRunServices = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunServices" | 
| const QString | gKeyRunServicesOnce = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunServicesOnce" | 
| typedef BOOL(WINAPI * RabbitCommon::MINIDUMPWRITEDUMP) (HANDLE hProcess, DWORD dwPid, HANDLE hFile, MINIDUMP_TYPE DumpType, CONST PMINIDUMP_EXCEPTION_INFORMATION ExceptionParam, CONST PMINIDUMP_USER_STREAM_INFORMATION UserStreamParam, CONST PMINIDUMP_CALLBACK_INFORMATION CallbackParam) | 
Definition at line 39 of file MiniDumper.cpp.
| QDataStream & RabbitCommon::operator<< | ( | QDataStream & | d, | 
| const CRecentMenu::_Content & | c | ||
| ) | 
Definition at line 202 of file RabbitRecentMenu.cpp.
| QDataStream & RabbitCommon::operator>> | ( | QDataStream & | d, | 
| CRecentMenu::_Content & | c | ||
| ) | 
Definition at line 208 of file RabbitRecentMenu.cpp.
| QList<QtMsgType> RabbitCommon::g_lstPrintStackTraceLevel {QtMsgType::QtCriticalMsg} | 
| const char* RabbitCommon::g_PattenDLL = "%p [%s] in %s" | 
Definition at line 41 of file StackTrace.cpp.
| const char* RabbitCommon::g_PattenFileLine = "%p [%s] in %s:%lu" | 
Definition at line 40 of file StackTrace.cpp.
| const QString RabbitCommon::gKeyCurrentUserRunOnce = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce" | 
Definition at line 19 of file RabbitCommonRegister.cpp.
| const QString RabbitCommon::gKeyCurrentUserRunServices = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunServices" | 
Definition at line 20 of file RabbitCommonRegister.cpp.
| const QString RabbitCommon::gKeyCurrentUserRunServicesOnce = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunServicesOnce" | 
Definition at line 21 of file RabbitCommonRegister.cpp.
| const QString RabbitCommon::gKeyRun = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run" | 
Definition at line 23 of file RabbitCommonRegister.cpp.
| const QString RabbitCommon::gKeyRunOnce = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce" | 
Definition at line 24 of file RabbitCommonRegister.cpp.
| const QString RabbitCommon::gKeyRunServices = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunServices" | 
Definition at line 25 of file RabbitCommonRegister.cpp.
| const QString RabbitCommon::gKeyRunServicesOnce = "HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\RunServicesOnce" | 
Definition at line 26 of file RabbitCommonRegister.cpp.
| const int RabbitCommon::USER_DATA_BUFFER_SIZE = 4096 | 
Definition at line 30 of file MiniDumper.cpp.