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

#include <AcDbSymbolUtilities.h>

Classes

class  Services
 

Public Member Functions

bool __cdecl getAnonymousNameInfo (unsigned int &, wchar_t &, int &, bool &, wchar_t const *)
 

Static Public Member Functions

static Services const *__cdecl servicesPtr (void)
 
static Acad::ErrorStatus getSymbolName (ACHAR *&, AcDbObjectId)
 
static Acad::ErrorStatus getLayerId (AcDbObjectId &, const ACHAR *, AcDbDatabase *)
 
static Acad::ErrorStatus getTextStyleId (AcDbObjectId &, const wchar_t *, AcDbDatabase *)
 
static bool hasLinetype (const wchar_t *, AcDbDatabase *)
 
static bool hasLinetype (AcDbObjectId, AcDbDatabase *)
 
static Acad::ErrorStatus getBlockId (AcDbObjectId &, const wchar_t *, AcDbDatabase *)
 
static bool hasBlock (AcDbObjectId, AcDbDatabase *)
 
static bool hasBlock (wchar_t const *, AcDbDatabase *)
 
static bool hasLayer (AcDbObjectId, AcDbDatabase *)
 
static bool hasLayer (wchar_t const *, AcDbDatabase *)
 
static Acad::ErrorStatus getLinetypeId (AcDbObjectId &, const wchar_t *, AcDbDatabase *)
 
static bool hasRegApp (wchar_t const *, AcDbDatabase *)
 
static bool hasRegApp (AcDbObjectId, AcDbDatabase *)
 
static Acad::ErrorStatus getRegAppId (AcDbObjectId &, const ACHAR *, AcDbDatabase *)
 
static Acad::ErrorStatus getDimStyleId (AcDbObjectId &, const wchar_t *, AcDbDatabase *)
 
static bool hasDimStyle (wchar_t const *, AcDbDatabase *)
 
static bool hasDimStyle (AcDbObjectId, AcDbDatabase *)
 
static bool hasTextStyle (wchar_t const *, AcDbDatabase *)
 
static bool hasTextStyle (AcDbObjectId, AcDbDatabase *)
 
static Acad::ErrorStatus getViewportId (AcDbObjectId &, const wchar_t *, AcDbDatabase *)
 
static bool hasViewport (wchar_t const *, AcDbDatabase *)
 
static bool hasViewport (AcDbObjectId, AcDbDatabase *)
 
static Acad::ErrorStatus getViewId (AcDbObjectId &, const wchar_t *, AcDbDatabase *)
 
static bool hasView (wchar_t const *, AcDbDatabase *)
 
static bool hasView (AcDbObjectId, AcDbDatabase *)
 
static Acad::ErrorStatus getUCSId (AcDbObjectId &, const wchar_t *, AcDbDatabase *)
 
static bool hasUCS (wchar_t const *, AcDbDatabase *)
 
static bool hasUCS (AcDbObjectId, AcDbDatabase *)
 

Detailed Description

Definition at line 20 of file AcDbSymbolUtilities.h.

Member Function Documentation

◆ getAnonymousNameInfo()

bool __cdecl AcDbSymbolUtilities::getAnonymousNameInfo ( unsigned int & ,
wchar_t & ,
int & ,
bool & ,
wchar_t const *  )

◆ getBlockId()

static Acad::ErrorStatus AcDbSymbolUtilities::getBlockId ( AcDbObjectId & ,
const wchar_t * ,
AcDbDatabase *  )
static

◆ getDimStyleId()

static Acad::ErrorStatus AcDbSymbolUtilities::getDimStyleId ( AcDbObjectId & ,
const wchar_t * ,
AcDbDatabase *  )
static

◆ getLayerId()

static Acad::ErrorStatus AcDbSymbolUtilities::getLayerId ( AcDbObjectId & ,
const ACHAR * ,
AcDbDatabase *  )
static

◆ getLinetypeId()

static Acad::ErrorStatus AcDbSymbolUtilities::getLinetypeId ( AcDbObjectId & ,
const wchar_t * ,
AcDbDatabase *  )
static

◆ getRegAppId()

static Acad::ErrorStatus AcDbSymbolUtilities::getRegAppId ( AcDbObjectId & ,
const ACHAR * ,
AcDbDatabase *  )
static

◆ getSymbolName()

static Acad::ErrorStatus AcDbSymbolUtilities::getSymbolName ( ACHAR *& ,
AcDbObjectId  )
static

◆ getTextStyleId()

static Acad::ErrorStatus AcDbSymbolUtilities::getTextStyleId ( AcDbObjectId & ,
const wchar_t * ,
AcDbDatabase *  )
static

◆ getUCSId()

static Acad::ErrorStatus AcDbSymbolUtilities::getUCSId ( AcDbObjectId & ,
const wchar_t * ,
AcDbDatabase *  )
static

◆ getViewId()

static Acad::ErrorStatus AcDbSymbolUtilities::getViewId ( AcDbObjectId & ,
const wchar_t * ,
AcDbDatabase *  )
static

◆ getViewportId()

static Acad::ErrorStatus AcDbSymbolUtilities::getViewportId ( AcDbObjectId & ,
const wchar_t * ,
AcDbDatabase *  )
static

◆ hasBlock() [1/2]

static bool AcDbSymbolUtilities::hasBlock ( AcDbObjectId ,
AcDbDatabase *  )
static

◆ hasBlock() [2/2]

static bool AcDbSymbolUtilities::hasBlock ( wchar_t const * ,
AcDbDatabase *  )
static

◆ hasDimStyle() [1/2]

static bool AcDbSymbolUtilities::hasDimStyle ( AcDbObjectId ,
AcDbDatabase *  )
static

◆ hasDimStyle() [2/2]

static bool AcDbSymbolUtilities::hasDimStyle ( wchar_t const * ,
AcDbDatabase *  )
static

◆ hasLayer() [1/2]

static bool AcDbSymbolUtilities::hasLayer ( AcDbObjectId ,
AcDbDatabase *  )
static

◆ hasLayer() [2/2]

static bool AcDbSymbolUtilities::hasLayer ( wchar_t const * ,
AcDbDatabase *  )
static

◆ hasLinetype() [1/2]

static bool AcDbSymbolUtilities::hasLinetype ( AcDbObjectId ,
AcDbDatabase *  )
static

◆ hasLinetype() [2/2]

static bool AcDbSymbolUtilities::hasLinetype ( const wchar_t * ,
AcDbDatabase *  )
static

◆ hasRegApp() [1/2]

static bool AcDbSymbolUtilities::hasRegApp ( AcDbObjectId ,
AcDbDatabase *  )
static

◆ hasRegApp() [2/2]

static bool AcDbSymbolUtilities::hasRegApp ( wchar_t const * ,
AcDbDatabase *  )
static

◆ hasTextStyle() [1/2]

static bool AcDbSymbolUtilities::hasTextStyle ( AcDbObjectId ,
AcDbDatabase *  )
static

◆ hasTextStyle() [2/2]

static bool AcDbSymbolUtilities::hasTextStyle ( wchar_t const * ,
AcDbDatabase *  )
static

◆ hasUCS() [1/2]

static bool AcDbSymbolUtilities::hasUCS ( AcDbObjectId ,
AcDbDatabase *  )
static

◆ hasUCS() [2/2]

static bool AcDbSymbolUtilities::hasUCS ( wchar_t const * ,
AcDbDatabase *  )
static

◆ hasView() [1/2]

static bool AcDbSymbolUtilities::hasView ( AcDbObjectId ,
AcDbDatabase *  )
static

◆ hasView() [2/2]

static bool AcDbSymbolUtilities::hasView ( wchar_t const * ,
AcDbDatabase *  )
static

◆ hasViewport() [1/2]

static bool AcDbSymbolUtilities::hasViewport ( AcDbObjectId ,
AcDbDatabase *  )
static

◆ hasViewport() [2/2]

static bool AcDbSymbolUtilities::hasViewport ( wchar_t const * ,
AcDbDatabase *  )
static

◆ servicesPtr()

static Services const *__cdecl AcDbSymbolUtilities::servicesPtr ( void )
static

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