|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| bool | GetState_IsViewport () |
| void | SetState_IsViewport (bool Value) |
| double | GetState_Scale () |
| void | SetState_Scale (double Value) |
| C_CoordRect | GetState_ViewportRect () |
| void | SetState_ViewportRect (C_CoordRect Value) |
| bool | GetState_ViewportVisible () |
| void | SetState_ViewportVisible (bool Value) |
| IPCB_LayerSet * | GetState_VisibleLayers () |
| std::wstring | GetState_ViewportTitle () |
| std::wstring | GetState_TitleFontName () |
| int | GetState_TitleFontSize () |
| long | GetState_TitleFontColor () |
| int | GetState_TitleObject () |
| void | SetState_ViewportTitle (std::wstring Value) |
| void | SetState_TitleFontName (std::wstring Value) |
| void | SetState_TitleFontSize (int Value) |
| void | SetState_TitleFontColor (long Value) |
| std::wstring | GetState_ViewConfigType () |
| void | SetState_ViewConfigType (std::wstring Value) |
| std::wstring | GetState_ViewConfig () |
| void | SetState_ViewConfig (std::wstring Value) |
| bool PCB::IPCB_Viewport::GetState_IsViewport | ( | ) |
| double PCB::IPCB_Viewport::GetState_Scale | ( | ) |
| long PCB::IPCB_Viewport::GetState_TitleFontColor | ( | ) |
| std::wstring PCB::IPCB_Viewport::GetState_TitleFontName | ( | ) |
| int PCB::IPCB_Viewport::GetState_TitleFontSize | ( | ) |
| int PCB::IPCB_Viewport::GetState_TitleObject | ( | ) |
| std::wstring PCB::IPCB_Viewport::GetState_ViewConfig | ( | ) |
| std::wstring PCB::IPCB_Viewport::GetState_ViewConfigType | ( | ) |
| C_CoordRect PCB::IPCB_Viewport::GetState_ViewportRect | ( | ) |
| std::wstring PCB::IPCB_Viewport::GetState_ViewportTitle | ( | ) |
| bool PCB::IPCB_Viewport::GetState_ViewportVisible | ( | ) |
| IPCB_LayerSet * PCB::IPCB_Viewport::GetState_VisibleLayers | ( | ) |
| void PCB::IPCB_Viewport::SetState_IsViewport | ( | bool | Value | ) |
| void PCB::IPCB_Viewport::SetState_Scale | ( | double | Value | ) |
| void PCB::IPCB_Viewport::SetState_TitleFontColor | ( | long | Value | ) |
| void PCB::IPCB_Viewport::SetState_TitleFontName | ( | std::wstring | Value | ) |
| void PCB::IPCB_Viewport::SetState_TitleFontSize | ( | int | Value | ) |
| void PCB::IPCB_Viewport::SetState_ViewConfig | ( | std::wstring | Value | ) |
| void PCB::IPCB_Viewport::SetState_ViewConfigType | ( | std::wstring | Value | ) |
| void PCB::IPCB_Viewport::SetState_ViewportRect | ( | C_CoordRect | Value | ) |
| void PCB::IPCB_Viewport::SetState_ViewportTitle | ( | std::wstring | Value | ) |
| void PCB::IPCB_Viewport::SetState_ViewportVisible | ( | bool | Value | ) |