|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| bool | ToDo_ScanBegin () |
| bool | ToDo_ScanEnd () |
| int | ToDo_GetCount () |
| std::wstring | ToDo_GetItem (int Index) |
| bool | ToDo_ItemActivate (std::wstring const AnItem) |
| bool | ToDo_ItemUpdate (std::wstring const OldItem, std::wstring const NewItem) |
| bool | ToDo_ItemEdit (std::wstring const AnItem) |
| bool | ToDo_ItemCanEdit () |
| int DXP::IToDoDocument::ToDo_GetCount | ( | ) |
| std::wstring DXP::IToDoDocument::ToDo_GetItem | ( | int | Index | ) |
| bool DXP::IToDoDocument::ToDo_ItemActivate | ( | std::wstring const | AnItem | ) |
| bool DXP::IToDoDocument::ToDo_ItemCanEdit | ( | ) |
| bool DXP::IToDoDocument::ToDo_ItemEdit | ( | std::wstring const | AnItem | ) |
| bool DXP::IToDoDocument::ToDo_ItemUpdate | ( | std::wstring const | OldItem, |
| std::wstring const | NewItem ) |
| bool DXP::IToDoDocument::ToDo_ScanBegin | ( | ) |
| bool DXP::IToDoDocument::ToDo_ScanEnd | ( | ) |