|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| void | GetFootprintParameters (std::wstring *Params) |
| void | GetSymbolParameters (std::wstring *Params) |
| bool | GetFootPrintDrawn () |
| bool | GetSymbolDrawn () |
| bool | GetSymbolLoaded () |
| bool | GetFootPrintLoaded () |
| void | SetFootprintLoaded (bool const AValue) |
| void | SetFootprintDrawn (bool const AValue) |
| void | SetSymbolDrawn (bool const AValue) |
| void | SetSymbolLoaded (bool const AValue) |
| std::wstring | GetFootprintParametersSafe () |
| std::wstring | GetSymbolParametersSafe () |
| Public Member Functions inherited from DXP::IDragDropObject | |
| bool | GetCancelDragDrop () |
| long | GetCursor () |
| long | GetDragImage () |
| long | GetSourceWindow () |
| void | SetCancelDragDrop (bool const AValue) |
| void | SetCursor (long const AValue) |
| void | SetDragImage (long const AValue) |
| void | SetSourceWindow (long const AValue) |
| void | SetCursorIndex (int const AValue) |
| bool DXP::IDragDropLibraryComponent::GetFootPrintDrawn | ( | ) |
| bool DXP::IDragDropLibraryComponent::GetFootPrintLoaded | ( | ) |
| void DXP::IDragDropLibraryComponent::GetFootprintParameters | ( | std::wstring * | Params | ) |
| std::wstring DXP::IDragDropLibraryComponent::GetFootprintParametersSafe | ( | ) |
| bool DXP::IDragDropLibraryComponent::GetSymbolDrawn | ( | ) |
| bool DXP::IDragDropLibraryComponent::GetSymbolLoaded | ( | ) |
| void DXP::IDragDropLibraryComponent::GetSymbolParameters | ( | std::wstring * | Params | ) |
| std::wstring DXP::IDragDropLibraryComponent::GetSymbolParametersSafe | ( | ) |
| void DXP::IDragDropLibraryComponent::SetFootprintDrawn | ( | bool const | AValue | ) |
| void DXP::IDragDropLibraryComponent::SetFootprintLoaded | ( | bool const | AValue | ) |
| void DXP::IDragDropLibraryComponent::SetSymbolDrawn | ( | bool const | AValue | ) |
| void DXP::IDragDropLibraryComponent::SetSymbolLoaded | ( | bool const | AValue | ) |