|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| void | SetComponentByHandle (IPCB_Component *const AComponent) |
| void | SetVariantOption (EDP::IVariantOption *const AVariantOption) |
| void | SetCameraAngle (double LookAtX, double LookAtY, double LookAtZ, double RotationX, double RotationY, double RotationZ, double RotationW, double ZoomMultiplier) |
| void | SetComponentByPath (std::wstring APattern, std::wstring ALibraryPath) |
| IPCB_Board * | GetDummyBoard () |
| void | SetVisibleLayer (C_V7_Layer Layer, bool bState) |
| void | SetAllLayersVisibilityState (bool Visible) |
| void | SetDirectXMode () |
| void | SetViewRect (int LowX, int LowY, int HighX, int HighY) |
| void | KeyDown (int *Key, DXP::TShiftStateSet Shift) |
| void | RefreshView () |
| void | ClearGraphicalObjects () |
| void | SetCamera (int LowX, int LowY, int HighX, int HighY) |
| void | ConfigView (std::wstring Parameters) |
| void | SetComponentByHandle_1 (IPCB_LibComponent *const AComponent) |
| void PCB::IPCB_ComponentPainterView::ClearGraphicalObjects | ( | ) |
| void PCB::IPCB_ComponentPainterView::ConfigView | ( | std::wstring | Parameters | ) |
| IPCB_Board * PCB::IPCB_ComponentPainterView::GetDummyBoard | ( | ) |
| void PCB::IPCB_ComponentPainterView::KeyDown | ( | int * | Key, |
| DXP::TShiftStateSet | Shift ) |
| void PCB::IPCB_ComponentPainterView::RefreshView | ( | ) |
| void PCB::IPCB_ComponentPainterView::SetAllLayersVisibilityState | ( | bool | Visible | ) |
| void PCB::IPCB_ComponentPainterView::SetCamera | ( | int | LowX, |
| int | LowY, | ||
| int | HighX, | ||
| int | HighY ) |
| void PCB::IPCB_ComponentPainterView::SetCameraAngle | ( | double | LookAtX, |
| double | LookAtY, | ||
| double | LookAtZ, | ||
| double | RotationX, | ||
| double | RotationY, | ||
| double | RotationZ, | ||
| double | RotationW, | ||
| double | ZoomMultiplier ) |
| void PCB::IPCB_ComponentPainterView::SetComponentByHandle | ( | IPCB_Component *const | AComponent | ) |
| void PCB::IPCB_ComponentPainterView::SetComponentByHandle_1 | ( | IPCB_LibComponent *const | AComponent | ) |
| void PCB::IPCB_ComponentPainterView::SetComponentByPath | ( | std::wstring | APattern, |
| std::wstring | ALibraryPath ) |
| void PCB::IPCB_ComponentPainterView::SetDirectXMode | ( | ) |
| void PCB::IPCB_ComponentPainterView::SetVariantOption | ( | EDP::IVariantOption *const | AVariantOption | ) |
| void PCB::IPCB_ComponentPainterView::SetViewRect | ( | int | LowX, |
| int | LowY, | ||
| int | HighX, | ||
| int | HighY ) |
| void PCB::IPCB_ComponentPainterView::SetVisibleLayer | ( | C_V7_Layer | Layer, |
| bool | bState ) |