ReactOS 0.4.15-dev-8061-g57b775e
internettoolbar.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMenuCallback
 
class  CInternetToolbar
 

Variables

static const int gSearchCommandID = 1003
 
static const int gFoldersCommandID = 1004
 
static const int gMoveToCommandID = FCIDM_SHVIEW_MOVETO
 
static const int gCopyToCommandID = FCIDM_SHVIEW_COPYTO
 
static const int gDeleteCommandID = FCIDM_SHVIEW_DELETE
 
static const int gUndoCommandID = FCIDM_SHVIEW_UNDO
 
static const int gViewsCommandID = FCIDM_SHVIEW_AUTOARRANGE
 
static const int gStopCommandID = 1010
 
static const int gHomeCommandID = 1012
 
static const int gFavoritesCommandID = 1015
 
static const int gHistoryCommandID = 1016
 
static const int gFullScreenCommandID = 1017
 
static const int gPropertiesCommandID = FCIDM_SHVIEW_PROPERTIES
 
static const int gCutCommandID = FCIDM_SHVIEW_CUT
 
static const int gCopyCommandID = FCIDM_SHVIEW_COPY
 
static const int gPasteCommandID = FCIDM_SHVIEW_INSERT
 

Variable Documentation

◆ gCopyCommandID

const int gCopyCommandID = FCIDM_SHVIEW_COPY
static

Definition at line 37 of file internettoolbar.h.

◆ gCopyToCommandID

const int gCopyToCommandID = FCIDM_SHVIEW_COPYTO
static

Definition at line 26 of file internettoolbar.h.

◆ gCutCommandID

const int gCutCommandID = FCIDM_SHVIEW_CUT
static

Definition at line 36 of file internettoolbar.h.

◆ gDeleteCommandID

const int gDeleteCommandID = FCIDM_SHVIEW_DELETE
static

Definition at line 27 of file internettoolbar.h.

◆ gFavoritesCommandID

const int gFavoritesCommandID = 1015
static

Definition at line 32 of file internettoolbar.h.

◆ gFoldersCommandID

const int gFoldersCommandID = 1004
static

Definition at line 24 of file internettoolbar.h.

Referenced by CInternetToolbar::CommandStateChanged().

◆ gFullScreenCommandID

const int gFullScreenCommandID = 1017
static

Definition at line 34 of file internettoolbar.h.

◆ gHistoryCommandID

const int gHistoryCommandID = 1016
static

Definition at line 33 of file internettoolbar.h.

◆ gHomeCommandID

const int gHomeCommandID = 1012
static

Definition at line 31 of file internettoolbar.h.

◆ gMoveToCommandID

const int gMoveToCommandID = FCIDM_SHVIEW_MOVETO
static

Definition at line 25 of file internettoolbar.h.

◆ gPasteCommandID

const int gPasteCommandID = FCIDM_SHVIEW_INSERT
static

Definition at line 38 of file internettoolbar.h.

◆ gPropertiesCommandID

const int gPropertiesCommandID = FCIDM_SHVIEW_PROPERTIES
static

Definition at line 35 of file internettoolbar.h.

◆ gSearchCommandID

const int gSearchCommandID = 1003
static

Definition at line 23 of file internettoolbar.h.

Referenced by CInternetToolbar::CommandStateChanged().

◆ gStopCommandID

const int gStopCommandID = 1010
static

Definition at line 30 of file internettoolbar.h.

◆ gUndoCommandID

const int gUndoCommandID = FCIDM_SHVIEW_UNDO
static

Definition at line 28 of file internettoolbar.h.

◆ gViewsCommandID

const int gViewsCommandID = FCIDM_SHVIEW_AUTOARRANGE
static

Definition at line 29 of file internettoolbar.h.

Referenced by CInternetToolbar::OnMenuDropDown().