ReactOS 0.4.16-dev-433-g6363f78
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CToolsBand |
Enumerations | |
enum | StandardToolbarButtons { BtnIdx_Back = 0 , BtnIdx_Forward , BtnIdx_Up , BtnIdx_Search , BtnIdx_Folders , BtnIdx_MoveTo , BtnIdx_CopyTo , BtnIdx_Delete , BtnIdx_Undo , BtnIdx_Views , BtnIdx_Stop , BtnIdx_Refresh , BtnIdx_Home , BtnIdx_MapDrive , BtnIdx_Disconnect , BtnIdx_Favorites , BtnIdx_History , BtnIdx_FullScreen , BtnIdx_Properties , BtnIdx_Cut , BtnIdx_Copy , BtnIdx_Paste , BtnIdx_FolderOptions } |
Functions | |
HRESULT | CToolsBand_CreateInstance (REFIID riid, void **ppv) |
Variables | |
static const int | backImageIndex = 0 |
static const int | forwardImageIndex = 1 |
static const int | favoritesImageIndex = 2 |
static const int | cutImageIndex = 5 |
static const int | copyImageIndex = 6 |
static const int | pasteImageIndex = 7 |
static const int | undoImageIndex = 8 |
static const int | deleteImageIndex = 10 |
static const int | propertiesImageIndex = 15 |
static const int | searchImageIndex = 17 |
static const int | viewsImageIndex = 22 |
static const int | upImageIndex = 28 |
static const int | mapDriveImageIndex = 29 |
static const int | disconnectImageIndex = 30 |
static const int | foldersImageIndex = 43 |
static const int | moveToImageIndex = 44 |
static const int | copyToImageIndex = 45 |
static const int | folderOptionsImageIndex = 46 |
const int | numShownButtons = 13 |
const int | numHiddenButtons = 13 |
TBBUTTON | tbButtonsAdd [numShownButtons+numHiddenButtons] |
Definition at line 199 of file toolsband.cpp.
Definition at line 151 of file toolsband.cpp.
Definition at line 157 of file toolsband.cpp.
Definition at line 196 of file toolsband.cpp.
Definition at line 156 of file toolsband.cpp.
Definition at line 161 of file toolsband.cpp.
Definition at line 181 of file toolsband.cpp.
Definition at line 153 of file toolsband.cpp.
Definition at line 197 of file toolsband.cpp.
Definition at line 194 of file toolsband.cpp.
Definition at line 152 of file toolsband.cpp.
Definition at line 180 of file toolsband.cpp.
Definition at line 195 of file toolsband.cpp.
Definition at line 226 of file toolsband.cpp.
Referenced by CToolsBand::OnGetButtonInfo().
Definition at line 225 of file toolsband.cpp.
Referenced by CToolsBand::OnGetButtonInfo(), and CToolsBand::SetSite().
Definition at line 158 of file toolsband.cpp.
Definition at line 166 of file toolsband.cpp.
Definition at line 168 of file toolsband.cpp.
TBBUTTON tbButtonsAdd[numShownButtons+numHiddenButtons] |
Definition at line 227 of file toolsband.cpp.
Referenced by CToolsBand::OnGetButtonInfo(), and CToolsBand::SetSite().
Definition at line 159 of file toolsband.cpp.
Definition at line 179 of file toolsband.cpp.
Definition at line 173 of file toolsband.cpp.