home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class COleCmdUI

CCmdUI
   |
   +--COleCmdUI

   in AFXDOCOB.H

class COleCmdUI
extends CCmdUI

COleCmdUI


Field Summary
 DWORD m_nCmdTextFlag
          
protected const GUID* m_pguidCmdGroup
          
protected OLECMD* m_rgCmds
          
 CString m_strText
          
   
Fields inherited from class CCmdUI
m_nID, m_nIndex, m_pMenu, m_pSubMenu, m_pOther, m_bEnableChanged, m_bContinueRouting, m_nIndexMax, m_pParentMenu
 
Constructor Summary
COleCmdUI( OLECMD* rgCmds, ULONG cCmds, const GUID* m_pGroup )
          
 
Method Summary
 virtual BOOL DoUpdate( CCmdTarget* pTarget, BOOL bDisableIfNoHandler )
          
 virtual void Enable( BOOL bOn )
          
 virtual void SetCheck( int nCheck )
          
 virtual void SetText( LPCTSTR lpszText )
          
   
Methods inherited from class CCmdUI
Enable, SetCheck, SetRadio, SetText, ContinueRouting, DoUpdate
 

Field Detail

m_nCmdTextFlag

public DWORD m_nCmdTextFlag;

m_pguidCmdGroup

protected const GUID* m_pguidCmdGroup;

m_rgCmds

protected OLECMD* m_rgCmds;

m_strText

public CString m_strText;


Constructor Detail

COleCmdUI

public COleCmdUI( OLECMD* rgCmds, ULONG cCmds, const GUID* m_pGroup );


Method Detail

DoUpdate

public virtual BOOL DoUpdate( CCmdTarget* pTarget, BOOL bDisableIfNoHandler );

Enable

public virtual void Enable( BOOL bOn );

SetCheck

public virtual void SetCheck( int nCheck );

SetText

public virtual void SetText( LPCTSTR lpszText );

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD