|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| void | UpdateDisplay () |
| void | GetProjectDetails (std::wstring *AProjectPath, std::wstring *ATarget) |
| void | SetProjectDetails (std::wstring const AProjectPath, std::wstring const ATarget) |
| void | GetInstrumentBounds (int *ALeft, int *ATop, int *AWidth, int *AHeight) |
| void | SetInstrumentBounds (int ALeft, int ATop, int AWidth, int AHeight) |
| bool | LiveUpdateNet (EDP::INet *const ANet, bool AUpdateEnabled) |
| void | ReceiveNotification (DXP::INotification *const ANotification) |
| void | Hidden () |
| Public Member Functions inherited from DXP::IExternalForm | |
| void | SetParentWindow (IExternalFormHolder *const ParentWindow) |
| void | ParentWindowCreated () |
| void | ParentWindowDestroyed () |
| void | GetBounds (int *ALeft, int *ATop, int *AWidth, int *AHeight) |
| std::wstring | GetCaption () |
| long | GetHandle () |
| void | Hide () |
| void | SetBounds (int ALeft, int ATop, int AWidth, int AHeight) |
| void | SetFocus () |
| void | Show () |
| void | FocusFirstTabStop () |
| void SCH::IInstrumentView::GetInstrumentBounds | ( | int * | ALeft, |
| int * | ATop, | ||
| int * | AWidth, | ||
| int * | AHeight ) |
| void SCH::IInstrumentView::GetProjectDetails | ( | std::wstring * | AProjectPath, |
| std::wstring * | ATarget ) |
| void SCH::IInstrumentView::Hidden | ( | ) |
| bool SCH::IInstrumentView::LiveUpdateNet | ( | EDP::INet *const | ANet, |
| bool | AUpdateEnabled ) |
| void SCH::IInstrumentView::ReceiveNotification | ( | DXP::INotification *const | ANotification | ) |
| void SCH::IInstrumentView::SetInstrumentBounds | ( | int | ALeft, |
| int | ATop, | ||
| int | AWidth, | ||
| int | AHeight ) |
| void SCH::IInstrumentView::SetProjectDetails | ( | std::wstring const | AProjectPath, |
| std::wstring const | ATarget ) |
| void SCH::IInstrumentView::UpdateDisplay | ( | ) |