| 
    Guitar
    
   | 
 
#include "Win32Util.h"#include "ApplicationGlobal.h"#include "common/joinpath.h"#include "event.h"#include "thread.h"#include <QDir>#include <QFileDialog>#include <QFileInfo>#include <QStandardPaths>#include <QtGlobal>#include <ShlObj.h>#include <Windows.h>#include <commoncontrols.h>#include <deque>#include <shellapi.h>#include <shlobj.h>#include <windows.h>
Classes | |
| class | ProcessThread | 
| class | ProcessThread::StreamThread | 
Namespaces | |
| platform | |
Macros | |
| #define | FAILED_(TEXT) throw std::string(TEXT) | 
Functions | |
| QPixmap | pixmapFromHICON (HICON hIcon) | 
| std::wstring | replace_slash_to_backslash (std::wstring const &str) | 
| QString | getModuleFileName () | 
| QString | getAppDataLocation () | 
| int | winRunCommand (QString const &cmd, QByteArray *out) | 
| void | setEnvironmentVariable (QString const &name, QString const &value) | 
| QString | getWin32HttpProxy () | 
| QIcon | winIconFromExtensionLarge (QString const &ext) | 
| QIcon | winIconFromExtensionSmall (QString const &ext) | 
| void | createWin32Shortcut (Win32ShortcutData const &data) | 
| void | platform::createApplicationShortcut (QWidget *parent) | 
| #define FAILED_ | ( | TEXT | ) | throw std::string(TEXT) | 
| void createWin32Shortcut | ( | Win32ShortcutData const & | data | ) | 

| QString getAppDataLocation | ( | ) | 
| QString getModuleFileName | ( | ) | 
| QString getWin32HttpProxy | ( | ) | 
| QPixmap pixmapFromHICON | ( | HICON | hIcon | ) | 
| std::wstring replace_slash_to_backslash | ( | std::wstring const & | str | ) | 
| void setEnvironmentVariable | ( | QString const & | name, | 
| QString const & | value | ||
| ) | 
| QIcon winIconFromExtensionLarge | ( | QString const & | ext | ) | 
| QIcon winIconFromExtensionSmall | ( | QString const & | ext | ) | 
| int winRunCommand | ( | QString const & | cmd, | 
| QByteArray * | out | ||
| ) | 
