Altium C++ SDK 3.0
Loading...
Searching...
No Matches
DXP::IPluginsRegistryItem Struct Reference

#include <DXP.Interfaces.h>

Inheritance diagram for DXP::IPluginsRegistryItem:

Public Member Functions

std::wstring GetGUID ()
std::wstring GetPath ()
TPluginsStatus GetStatus ()
void SetGUID (std::wstring const Value)
void SetPath (std::wstring const Value)
void SetStatus (TPluginsStatus Value)
std::wstring GetVaultGUID ()
std::wstring GetReadMe ()
std::wstring GetHelp ()
std::wstring GetRequirements ()
std::wstring GetShortDescription ()
std::wstring GetLongDescription ()
void SetVaultGUID (std::wstring const Value)
void SetReadMe (std::wstring const Value)
void SetHelp (std::wstring const Value)
void SetRequirements (std::wstring const Value)
void SetShortDescription (std::wstring const Value)
void SetLongDescription (std::wstring const Value)
std::wstring GetHRID ()
std::wstring GetTitle ()
std::wstring GetSmallImage ()
std::wstring GetLargeImage ()
std::wstring GetVersion ()
std::wstring GetVersionGuid ()
double GetDateInstalled ()
void SetHRID (std::wstring const Value)
void SetTitle (std::wstring const Value)
void SetSmallImage (std::wstring const Value)
void SetLargeImage (std::wstring const Value)
void SetVersion (std::wstring const Value)
void SetVersionGuid (std::wstring const Value)
void SetDateInstalled (double Value)
std::wstring GetCreatedBy ()
std::wstring GetCategoryGuid ()
std::wstring GetCategoryName ()
double GetReleasedDate ()
std::wstring GetReleaseNotes ()
bool GetIsSystem ()
void SetCreatedBy (std::wstring const Value)
void SetCategoryGuid (std::wstring const Value)
void SetCategoryName (std::wstring const Value)
void SetReleasedDate (double Value)
void SetReleaseNotes (std::wstring const Value)
void SetIsSystem (bool Value)
IPluginsPlatformVersionsGetPlatformVersions ()
void Validate ()
void StartAutoRun (TPluginAutoRunAction AutoRunAction)

Member Function Documentation

◆ GetCategoryGuid()

std::wstring DXP::IPluginsRegistryItem::GetCategoryGuid ( )

◆ GetCategoryName()

std::wstring DXP::IPluginsRegistryItem::GetCategoryName ( )

◆ GetCreatedBy()

std::wstring DXP::IPluginsRegistryItem::GetCreatedBy ( )

◆ GetDateInstalled()

double DXP::IPluginsRegistryItem::GetDateInstalled ( )

◆ GetGUID()

std::wstring DXP::IPluginsRegistryItem::GetGUID ( )

◆ GetHelp()

std::wstring DXP::IPluginsRegistryItem::GetHelp ( )

◆ GetHRID()

std::wstring DXP::IPluginsRegistryItem::GetHRID ( )

◆ GetIsSystem()

bool DXP::IPluginsRegistryItem::GetIsSystem ( )

◆ GetLargeImage()

std::wstring DXP::IPluginsRegistryItem::GetLargeImage ( )

◆ GetLongDescription()

std::wstring DXP::IPluginsRegistryItem::GetLongDescription ( )

◆ GetPath()

std::wstring DXP::IPluginsRegistryItem::GetPath ( )

◆ GetPlatformVersions()

IPluginsPlatformVersions * DXP::IPluginsRegistryItem::GetPlatformVersions ( )

◆ GetReadMe()

std::wstring DXP::IPluginsRegistryItem::GetReadMe ( )

◆ GetReleasedDate()

double DXP::IPluginsRegistryItem::GetReleasedDate ( )

◆ GetReleaseNotes()

std::wstring DXP::IPluginsRegistryItem::GetReleaseNotes ( )

◆ GetRequirements()

std::wstring DXP::IPluginsRegistryItem::GetRequirements ( )

◆ GetShortDescription()

std::wstring DXP::IPluginsRegistryItem::GetShortDescription ( )

◆ GetSmallImage()

std::wstring DXP::IPluginsRegistryItem::GetSmallImage ( )

◆ GetStatus()

TPluginsStatus DXP::IPluginsRegistryItem::GetStatus ( )

◆ GetTitle()

std::wstring DXP::IPluginsRegistryItem::GetTitle ( )

◆ GetVaultGUID()

std::wstring DXP::IPluginsRegistryItem::GetVaultGUID ( )

◆ GetVersion()

std::wstring DXP::IPluginsRegistryItem::GetVersion ( )

◆ GetVersionGuid()

std::wstring DXP::IPluginsRegistryItem::GetVersionGuid ( )

◆ SetCategoryGuid()

void DXP::IPluginsRegistryItem::SetCategoryGuid ( std::wstring const Value)

◆ SetCategoryName()

void DXP::IPluginsRegistryItem::SetCategoryName ( std::wstring const Value)

◆ SetCreatedBy()

void DXP::IPluginsRegistryItem::SetCreatedBy ( std::wstring const Value)

◆ SetDateInstalled()

void DXP::IPluginsRegistryItem::SetDateInstalled ( double Value)

◆ SetGUID()

void DXP::IPluginsRegistryItem::SetGUID ( std::wstring const Value)

◆ SetHelp()

void DXP::IPluginsRegistryItem::SetHelp ( std::wstring const Value)

◆ SetHRID()

void DXP::IPluginsRegistryItem::SetHRID ( std::wstring const Value)

◆ SetIsSystem()

void DXP::IPluginsRegistryItem::SetIsSystem ( bool Value)

◆ SetLargeImage()

void DXP::IPluginsRegistryItem::SetLargeImage ( std::wstring const Value)

◆ SetLongDescription()

void DXP::IPluginsRegistryItem::SetLongDescription ( std::wstring const Value)

◆ SetPath()

void DXP::IPluginsRegistryItem::SetPath ( std::wstring const Value)

◆ SetReadMe()

void DXP::IPluginsRegistryItem::SetReadMe ( std::wstring const Value)

◆ SetReleasedDate()

void DXP::IPluginsRegistryItem::SetReleasedDate ( double Value)

◆ SetReleaseNotes()

void DXP::IPluginsRegistryItem::SetReleaseNotes ( std::wstring const Value)

◆ SetRequirements()

void DXP::IPluginsRegistryItem::SetRequirements ( std::wstring const Value)

◆ SetShortDescription()

void DXP::IPluginsRegistryItem::SetShortDescription ( std::wstring const Value)

◆ SetSmallImage()

void DXP::IPluginsRegistryItem::SetSmallImage ( std::wstring const Value)

◆ SetStatus()

void DXP::IPluginsRegistryItem::SetStatus ( TPluginsStatus Value)

◆ SetTitle()

void DXP::IPluginsRegistryItem::SetTitle ( std::wstring const Value)

◆ SetVaultGUID()

void DXP::IPluginsRegistryItem::SetVaultGUID ( std::wstring const Value)

◆ SetVersion()

void DXP::IPluginsRegistryItem::SetVersion ( std::wstring const Value)

◆ SetVersionGuid()

void DXP::IPluginsRegistryItem::SetVersionGuid ( std::wstring const Value)

◆ StartAutoRun()

void DXP::IPluginsRegistryItem::StartAutoRun ( TPluginAutoRunAction AutoRunAction)

◆ Validate()

void DXP::IPluginsRegistryItem::Validate ( )

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