FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AcEdCommandStack Class Reference

#include <addclass.h>

Inheritance diagram for AcEdCommandStack:
AcRxObject AcRTTIObject AcObject

Public Member Functions

 ACRX_DECLARE_MEMBERS (AcEdCommandStack)
 
virtual Acad::ErrorStatus addCommand (const ACHAR *sGroupName, const ACHAR *sGlobalName, const ACHAR *sLocalName, Adesk::Int32 commandFlags, AcRxFunctionPtr pFunction, AcEdUIContext *=NULL, int=-1, HINSTANCE=NULL, AcEdCommand **=NULL)
 
virtual Acad::ErrorStatus removeCmd (const ACHAR *groupName, const ACHAR *globalName)
 
virtual Acad::ErrorStatus removeGroup (const ACHAR *)
 
AcEdCommandIteratoriterator ()
 
virtual AcEdCommandlookupCmd (const ACHAR *, bool)
 
virtual AcEdCommandlookupCmd (const ACHAR *, bool, bool)
 
virtual AcEdCommandlookupCmd (const ACHAR *, bool, bool, bool)
 
virtual Acad::ErrorStatus popGroupToTop (const ACHAR *)
 
virtual AcEdCommandlookupGlobalCmd (const ACHAR *)
 
virtual AcEdCommandlookupLocalCmd (const ACHAR *)
 
- Public Member Functions inherited from AcRxObject
virtual AcRxObjectqueryX (AcRxClass const *) const
 
AcRxObjectx (AcRxClass const *) const
 
virtual AcRxClassisA (void) const
 
virtual AcRxObjectclone (void) const
 
virtual AcRx::Ordering comparedTo (AcRxObject const *) const
 
virtual Acad::ErrorStatus copyFrom (AcRxObject const *)
 
virtual int isEqualTo (AcRxObject const *) const
 
bool isKindOf (const AcRxClass *pOtherClass) const
 
virtual ~AcRxObject (void)
 
- Public Member Functions inherited from AcRTTIObject
 AcRTTIObject ()
 
virtual ~AcRTTIObject ()
 
- Public Member Functions inherited from AcObject
 AcObject ()
 
 AcObject (const AcObject &source)
 
virtual ~AcObject ()
 
voiddata () const
 

Additional Inherited Members

- Static Public Member Functions inherited from AcRxObject
static AcRxClass *__cdecl desc (void)
 
static AcRxObject *__cdecl cast (AcRxObject const *)
 
- Protected Member Functions inherited from AcRxObject
 AcRxObject (void)
 
virtual AcRxObjectsubQueryX (AcRxClass const *) const
 
- Protected Attributes inherited from AcObject
voidm_pData
 

Detailed Description

Definition at line 421 of file addclass.h.

Member Function Documentation

◆ ACRX_DECLARE_MEMBERS()

AcEdCommandStack::ACRX_DECLARE_MEMBERS ( AcEdCommandStack )

◆ addCommand()

virtual Acad::ErrorStatus AcEdCommandStack::addCommand ( const ACHAR * sGroupName,
const ACHAR * sGlobalName,
const ACHAR * sLocalName,
Adesk::Int32 commandFlags,
AcRxFunctionPtr pFunction,
AcEdUIContext * = NULL,
int = -1,
HINSTANCE = NULL,
AcEdCommand ** = NULL )
virtual

◆ iterator()

AcEdCommandIterator * AcEdCommandStack::iterator ( )

◆ lookupCmd() [1/3]

virtual AcEdCommand * AcEdCommandStack::lookupCmd ( const ACHAR * ,
bool  )
virtual

◆ lookupCmd() [2/3]

virtual AcEdCommand * AcEdCommandStack::lookupCmd ( const ACHAR * ,
bool ,
bool  )
virtual

◆ lookupCmd() [3/3]

virtual AcEdCommand * AcEdCommandStack::lookupCmd ( const ACHAR * ,
bool ,
bool ,
bool  )
virtual

◆ lookupGlobalCmd()

virtual AcEdCommand * AcEdCommandStack::lookupGlobalCmd ( const ACHAR * )
virtual

◆ lookupLocalCmd()

virtual AcEdCommand * AcEdCommandStack::lookupLocalCmd ( const ACHAR * )
virtual

◆ popGroupToTop()

virtual Acad::ErrorStatus AcEdCommandStack::popGroupToTop ( const ACHAR * )
virtual

◆ removeCmd()

virtual Acad::ErrorStatus AcEdCommandStack::removeCmd ( const ACHAR * groupName,
const ACHAR * globalName )
virtual

◆ removeGroup()

virtual Acad::ErrorStatus AcEdCommandStack::removeGroup ( const ACHAR * )
virtual

The documentation for this class was generated from the following file: