|
Altium C++ SDK 3.0
|
#include <DXP.Interfaces.h>
Public Member Functions | |
| 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 DXP::IExternalForm::FocusFirstTabStop | ( | ) |
| void DXP::IExternalForm::GetBounds | ( | int * | ALeft, |
| int * | ATop, | ||
| int * | AWidth, | ||
| int * | AHeight ) |
| std::wstring DXP::IExternalForm::GetCaption | ( | ) |
| long DXP::IExternalForm::GetHandle | ( | ) |
| void DXP::IExternalForm::Hide | ( | ) |
| void DXP::IExternalForm::ParentWindowCreated | ( | ) |
| void DXP::IExternalForm::ParentWindowDestroyed | ( | ) |
| void DXP::IExternalForm::SetBounds | ( | int | ALeft, |
| int | ATop, | ||
| int | AWidth, | ||
| int | AHeight ) |
| void DXP::IExternalForm::SetFocus | ( | ) |
| void DXP::IExternalForm::SetParentWindow | ( | IExternalFormHolder *const | ParentWindow | ) |
| void DXP::IExternalForm::Show | ( | ) |