PCB_Investigator.PCBIWindows Namespace

 

Classes

ButtonOption A single button option instance for use with the selection list window.
PCBIEnterTextDialog Dialog for simple text input.
PCBIOpenFileDlg Integrated open file dialog with options for internal import plugins.
PCBIPackageCreatorDlg 
PCBIPartLibEntryViewer Dialog for showing the properties of a part library entry
PCBIReportDialog Standard Report/Log Dialog.
PCBIResultDialog Standard Report Dialog.
PCBISaveFileDlg PCB-Investigator save file dialog with option for save in cloud, Sharepoint or HDD.
PCBIWorkingDialog Standard Working Dialog with ProgressBar and Info Text
PlugInForm The PlugInForm helps to handle plugin connection between PCB-Investigator and the used window. It includes translating known text of menus and buttons.
SelectionListWindow Integrated window to display a list with several selection options. If you use the dialog in script and user have not installed correct versions of framework you have to add following dll imports: // DLLImport C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationCore.dll; // DLLImport C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\PresentationFramework.dll; // DLLImport C:\Windows\Microsoft.NET\Framework\v4.0.30319\WPF\WindowsBase.dll;

Delegates

PCBIResultDialogListViewItemSelected Change of selected elements are raised if a user switches the selection in main list view.
PCBIWorkingDialogCancelPressedEventHandler Type of event calnceling by click the cancel button.

Enumerations

PCBIReportDialogLogType Handle log, warning and errors.
PCBIReportDialogWindowType Window type can have 3 different states.
PCBIResultDialogWindowType Window type can have 3 different states.