#include <AcApProfileManager.h>
|
| virtual void | ProfileRegistryKey (ACHAR *&, ACHAR const *) |
| |
| virtual Acad::ErrorStatus | ProfileCopy (ACHAR const *, ACHAR const *, ACHAR const *) |
| |
| virtual Acad::ErrorStatus | ProfileSetCurrent (ACHAR const *) |
| |
| virtual Acad::ErrorStatus | ProfileDelete (ACHAR const *) |
| |
| virtual Acad::ErrorStatus | ProfileRename (ACHAR const *, ACHAR const *, ACHAR const *) |
| |
| virtual Acad::ErrorStatus | ProfileSave (ACHAR const *) |
| |
| virtual Acad::ErrorStatus | ProfileGetKeyValue (ACHAR const *, ACHAR const *, ACHAR *&) const |
| |
| virtual Acad::ErrorStatus | ProfileGetKeyValue (ACHAR const *, ACHAR const *, Adesk::Int32 &) const |
| |
| virtual Acad::ErrorStatus | ProfileGetKeyValue (ACHAR const *, ACHAR const *, double &) const |
| |
| virtual Acad::ErrorStatus | ProfileSetKeyValue (ACHAR const *, ACHAR const *, ACHAR const *) |
| |
| virtual Acad::ErrorStatus | ProfileSetKeyValue (ACHAR const *, ACHAR const *, double) |
| |
| virtual Acad::ErrorStatus | ProfileSetKeyValue (ACHAR const *, ACHAR const *, Adesk::Int32) |
| |
| virtual int | ProfileListNames (AcArray< ACHAR * > &) |
| |
Definition at line 19 of file AcApProfileManager.h.
◆ ProfileCopy()
◆ ProfileDelete()
| virtual Acad::ErrorStatus AcApProfileManager::ProfileDelete |
( |
ACHAR const * | | ) |
|
|
virtual |
◆ ProfileGetKeyValue() [1/3]
| virtual Acad::ErrorStatus AcApProfileManager::ProfileGetKeyValue |
( |
ACHAR const * | , |
|
|
ACHAR const * | , |
|
|
ACHAR *& | ) const |
|
virtual |
◆ ProfileGetKeyValue() [2/3]
◆ ProfileGetKeyValue() [3/3]
| virtual Acad::ErrorStatus AcApProfileManager::ProfileGetKeyValue |
( |
ACHAR const * | , |
|
|
ACHAR const * | , |
|
|
double & | ) const |
|
virtual |
◆ ProfileListNames()
◆ ProfileRegistryKey()
◆ ProfileRename()
◆ ProfileSave()
| virtual Acad::ErrorStatus AcApProfileManager::ProfileSave |
( |
ACHAR const * | | ) |
|
|
virtual |
◆ ProfileSetCurrent()
| virtual Acad::ErrorStatus AcApProfileManager::ProfileSetCurrent |
( |
ACHAR const * | | ) |
|
|
virtual |
◆ ProfileSetKeyValue() [1/3]
| virtual Acad::ErrorStatus AcApProfileManager::ProfileSetKeyValue |
( |
ACHAR const * | , |
|
|
ACHAR const * | , |
|
|
ACHAR const * | ) |
|
virtual |
◆ ProfileSetKeyValue() [2/3]
◆ ProfileSetKeyValue() [3/3]
The documentation for this class was generated from the following file: