ReactOS 0.4.16-dev-550-g2186ce3
|
#include "precomp.h"
#include "xmldomparser.hpp"
#include "utils.h"
#include "listview.h"
#include "uxthemesupp.h"
Go to the source code of this file.
Classes | |
struct | TOOL |
Functions | |
static void | AddTool (IXMLDOMElement *, BOOL) |
static HRESULT | ParseToolsList (IXMLDOMDocument *pXMLDom, BOOL bIsStandard) |
static void | AddItem (BOOL bIsStandard, const _bstr_t &name, const _bstr_t &descr, TOOL *tool) |
static void | FillListView (void) |
static size_t | BuildCommandLine (LPWSTR lpszDest, LPCWSTR lpszCmdLine, LPCWSTR lpszParam, size_t bufSize) |
static void | Update_States (int iSelectedItem) |
static BOOL | RunSelectedTool (VOID) |
INT_PTR CALLBACK | ToolsPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
static HWND | hToolsPage = NULL |
static HWND | hToolsListCtrl = NULL |
static int | iToolsPageSortedColumn = 0 |
|
static |
Definition at line 123 of file toolspage.cpp.
|
static |
Definition at line 156 of file toolspage.cpp.
Referenced by ParseToolsList().
|
static |
Definition at line 204 of file toolspage.cpp.
Referenced by Update_States().
Definition at line 178 of file toolspage.cpp.
Referenced by ToolsPageWndProc().
|
static |
Definition at line 46 of file toolspage.cpp.
Referenced by FillListView().
Definition at line 290 of file toolspage.cpp.
Referenced by ToolsPageWndProc().
Definition at line 318 of file toolspage.cpp.
Definition at line 233 of file toolspage.cpp.
Referenced by ToolsPageWndProc().
Definition at line 17 of file toolspage.cpp.
Referenced by AddItem(), FillListView(), RunSelectedTool(), ToolsPageWndProc(), and Update_States().
Definition at line 16 of file toolspage.cpp.
Referenced by RunSelectedTool(), ToolsPageWndProc(), and Update_States().
|
static |
Definition at line 18 of file toolspage.cpp.
Referenced by ToolsPageWndProc().