|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| int | AddCustomContent (std::wstring const ASectionName, std::wstring const ASectionBody) |
| void | RemoveCustomContent (int AnID) |
| std::wstring | GetCustomSectionName (int Index) |
| std::wstring | GetCustomSectionBody (int Index) |
| int | GetCustomSectionsCount () |
| int DXP::IDynamicHelpManager::AddCustomContent | ( | std::wstring const | ASectionName, |
| std::wstring const | ASectionBody ) |
| std::wstring DXP::IDynamicHelpManager::GetCustomSectionBody | ( | int | Index | ) |
| std::wstring DXP::IDynamicHelpManager::GetCustomSectionName | ( | int | Index | ) |
| int DXP::IDynamicHelpManager::GetCustomSectionsCount | ( | ) |
| void DXP::IDynamicHelpManager::RemoveCustomContent | ( | int | AnID | ) |