|
FRX SDK Documentation 2025 SP0
|
#include <ViewMgrDlgHook.h>
Classes | |
| struct | LiveSectionCallback |
| struct | LiveSectionEntry |
Public Member Functions | |
| bool __cdecl | IsLiveSectionHookEnabled (void) |
| bool __cdecl | RemoveLiveSectionHook (void) |
| bool __cdecl | SetLiveSectionHook (LiveSectionCallback *) |
| Acad::ErrorStatus __cdecl | EnableLiveSection (AcDbObjectId) |
| Acad::ErrorStatus __cdecl | GetAvailableLiveSections (AcDbDatabase const *, std::vector< LiveSectionEntry *, std::allocator< LiveSectionEntry * > > &) |
| LiveSectionCallback *__cdecl | LiveSectionHook (void) |
| void __cdecl | DestroyLiveSectionList (std::vector< LiveSectionEntry *, std::allocator< LiveSectionEntry * > > &) |
Definition at line 24 of file ViewMgrDlgHook.h.
| void __cdecl ViewMgrDlgHook::DestroyLiveSectionList | ( | std::vector< LiveSectionEntry *, std::allocator< LiveSectionEntry * > > & | ) |
| Acad::ErrorStatus __cdecl ViewMgrDlgHook::EnableLiveSection | ( | AcDbObjectId | ) |
| Acad::ErrorStatus __cdecl ViewMgrDlgHook::GetAvailableLiveSections | ( | AcDbDatabase const * | , |
| std::vector< LiveSectionEntry *, std::allocator< LiveSectionEntry * > > & | ) |
| LiveSectionCallback *__cdecl ViewMgrDlgHook::LiveSectionHook | ( | void | ) |
| bool __cdecl ViewMgrDlgHook::SetLiveSectionHook | ( | LiveSectionCallback * | ) |