|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| int | Add (std::wstring const Value) |
| void | BeginUpdate () |
| void | Clear () |
| void | EndUpdate () |
| std::wstring | Get (int Index) |
| int | GetCount () |
| TDuplicates | GetDuplicates () |
| bool | GetSorted () |
| void | Put (int Index, std::wstring const Value) |
| void | SetDuplicates (TDuplicates Value) |
| void | SetSorted (bool Value) |
| int PCB::IPCB_WideStrings::Add | ( | std::wstring const | Value | ) |
| void PCB::IPCB_WideStrings::BeginUpdate | ( | ) |
| void PCB::IPCB_WideStrings::Clear | ( | ) |
| void PCB::IPCB_WideStrings::EndUpdate | ( | ) |
| std::wstring PCB::IPCB_WideStrings::Get | ( | int | Index | ) |
| int PCB::IPCB_WideStrings::GetCount | ( | ) |
| TDuplicates PCB::IPCB_WideStrings::GetDuplicates | ( | ) |
| bool PCB::IPCB_WideStrings::GetSorted | ( | ) |
| void PCB::IPCB_WideStrings::Put | ( | int | Index, |
| std::wstring const | Value ) |
| void PCB::IPCB_WideStrings::SetDuplicates | ( | TDuplicates | Value | ) |
| void PCB::IPCB_WideStrings::SetSorted | ( | bool | Value | ) |