|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | Clear () |
| void | Add (std::wstring const AFileName) |
| void | AddStrings (IVcsFileNames *const AFileNames) |
| void | AddValue (std::wstring const AFileName, int AValue) |
| void | Delete (int Index) |
| int | GetCount () |
| std::wstring | GetItems (int Index) |
| int | GetValues (int Index) |
| int | IndexOf (std::wstring AFileName) |
| void DXP::IVcsFileNames::Add | ( | std::wstring const | AFileName | ) |
| void DXP::IVcsFileNames::AddStrings | ( | IVcsFileNames *const | AFileNames | ) |
| void DXP::IVcsFileNames::AddValue | ( | std::wstring const | AFileName, |
| int | AValue ) |
| void DXP::IVcsFileNames::Clear | ( | ) |
| void DXP::IVcsFileNames::Delete | ( | int | Index | ) |
| int DXP::IVcsFileNames::GetCount | ( | ) |
| std::wstring DXP::IVcsFileNames::GetItems | ( | int | Index | ) |
| int DXP::IVcsFileNames::GetValues | ( | int | Index | ) |
| int DXP::IVcsFileNames::IndexOf | ( | std::wstring | AFileName | ) |