|
| long | GetState_Window () |
| std::wstring | GetState_FileName () |
| int | GetState_XOrigin () |
| int | GetState_YOrigin () |
| int | GetState_XCursor () |
| int | GetState_YCursor () |
| TUnit | GetState_DisplayUnit () |
| TV6_Layer | GetState_CurrentLayer () |
| C_V7_Layer | GetState_CurrentLayerV7 () |
| IPCB_LayerStack * | GetState_LayerStack () |
| IPCB_MechanicalLayerPairs * | GetState_MechanicalPairs () |
| long | GetState_LayerColor (TV6_Layer L) |
| IPCB_BoardOutline * | GetState_BoardOutline () |
| IPCB_Sheet * | GetState_PCBSheet () |
| IPCB_BoardLayerSetManager * | GetState_BoardLayerSetManager () |
| TUnit | GetState_SnapGridUnit () |
| TUnit | GetState_BigVisibleGridUnit () |
| TUnit | GetState_VisibleGridUnit () |
| double | GetState_BigVisibleGridSize () |
| double | GetState_VisibleGridSize () |
| double | GetState_SnapGridSize () |
| double | GetState_SnapGridSizeX () |
| double | GetState_SnapGridSizeY () |
| double | GetState_TrackGridSize () |
| double | GetState_ViaGridSize () |
| double | GetState_ComponentGridSize () |
| double | GetState_ComponentGridSizeX () |
| double | GetState_ComponentGridSizeY () |
| bool | GetState_DrawDotGrid () |
| IPCB_OutputOptions * | GetState_OutputOptions () |
| IPCB_ECOOptions * | GetState_ECOOptions () |
| IPCB_GerberOptions * | GetState_GerberOptions () |
| IPCB_PrinterOptions * | GetState_PrinterOptions () |
| IPCB_AdvancedPlacerOptions * | GetState_PlacerOptions () |
| bool | GetState_LayerIsDisplayed (C_V7_Layer L) |
| bool | GetState_LayerIsUsed (C_V7_Layer L) |
| std::wstring | GetState_InternalPlaneNetName (C_V7_Layer L) |
| std::wstring | GetState_InternalPlane1NetName () |
| std::wstring | GetState_InternalPlane2NetName () |
| std::wstring | GetState_InternalPlane3NetName () |
| std::wstring | GetState_InternalPlane4NetName () |
| int | GetState_DrillLayerPairsCount () |
| IPCB_DrillLayerPair * | GetState_LayerPair (int I) |
| IPCB_DrillLayerPair * | GetState_LayerPairByPair (TV6_Layer LowLay, TV6_Layer HighLay) |
| bool | GetState_AutomaticSplitPlanes () |
| TDesignatorDisplayMode | GetState_DesignatorDisplayMode () |
| int | GetState_SelectecObjectCount () |
| IPCB_Primitive * | GetState_SelectecObject (int I) |
| bool | RuleNameUnique (IPCB_Rule *ARule, std::wstring AName) |
| bool | NetNameIsUnique (IPCB_Net *ANet, std::wstring AName) |
| bool | DifferentialPairNameIsUnique (IPCB_DifferentialPair *ADifferentialPair, std::wstring AName) |
| bool | ClassNameIsUnique (IPCB_ObjectClass *AObjectClass, std::wstring AName) |
| void | SetState_CurrentLayerV7 (C_V7_Layer Value) |
| void | SetState_LayerIsDisplayed (C_V7_Layer L, bool B) |
| void | SetState_LayerIsUsed (C_V7_Layer L, bool B) |
| void | SetState_InternalPlaneNetName (C_V7_Layer L, std::wstring NetName) |
| void | SetState_InternalPlane1NetName (std::wstring NetName) |
| void | SetState_InternalPlane2NetName (std::wstring NetName) |
| void | SetState_InternalPlane3NetName (std::wstring NetName) |
| void | SetState_InternalPlane4NetName (std::wstring NetName) |
| void | SetState_XOrigin (int Value) |
| void | SetState_YOrigin (int Value) |
| void | SetState_XCursor (int Value) |
| void | SetState_YCursor (int Value) |
| void | SetState_DisplayUnit (TUnit Value) |
| void | SetState_SnapGridUnit (TUnit Value) |
| void | SetState_BigVisibleGridUnit (TUnit Value) |
| void | SetState_VisibleGridUnit (TUnit Value) |
| void | SetState_BigVisibleGridSize (double Value) |
| void | SetState_VisibleGridSize (double Value) |
| void | SetState_SnapGridSize (double Value) |
| void | SetState_SnapGridSizeX (double Value) |
| void | SetState_SnapGridSizeY (double Value) |
| void | SetState_TrackGridSize (double Value) |
| void | SetState_ViaGridSize (double Value) |
| void | SetState_ComponentGridSize (double Value) |
| void | SetState_ComponentGridSizeX (double Value) |
| void | SetState_ComponentGridSizeY (double Value) |
| void | SetState_DrawDotGrid (bool Value) |
| void | SetState_AutomaticSplitPlanes (bool Value) |
| void | SetState_DocumentHasChanged () |
| void | SetState_ViewManager_FilterChanging () |
| void | SetState_SaveCurrentStatusOfObjectsInBoard () |
| void | SetState_DesignatorDisplayMode (TDesignatorDisplayMode AMode) |
| void | AddObjectToHighlightObjectList (IPCB_Primitive *iPrimitive) |
| void | SetState_Navigate_HighlightObjectList (EDP::THighlightMethodSet HighlightMethods, bool ClearExisting) |
| void | Navigate_RedrawChangedObjectsInBoard () |
| void | EnableAllPrimitives (bool enable) |
| void | ViewManager_FullUpdate () |
| void | ViewManager_UpdateLayerTabs () |
| C_CoordRect | WindowBoundingRectangle () |
| int | LayerPositionInSet (TV6_LayerSet ALayerSet, IPCB_LayerObject *ALayerObj) |
| IPCB_BoardIterator * | BoardIterator_Create () |
| IPCB_SpatialIterator * | SpatialIterator_Create () |
| void | AddPCBObject (IPCB_Primitive *PCBObject) |
| void | RemovePCBObject (IPCB_Primitive *PCBObject) |
| int | GetPrimitiveCount (TObjectSet AObjSet, TV6_LayerSet LayerSet, TIterationMethod AMethod) |
| void | ConnectivelyValidateNets () |
| void | ViewManager_GraphicallyInvalidatePrimitive (IPCB_Primitive *PCBObject) |
| IPCB_Component * | GetPcbComponentByRefDes (std::wstring Value) |
| void | ShowPCBObject (IPCB_Primitive *const PCBObject) |
| void | HidePCBObject (IPCB_Primitive *const PCBObject) |
| void | InvertPCBObject (IPCB_Primitive *const PCBObject) |
| IPCB_BoardOutline * | CreateBoardOutline () |
| void | UpdateBoardOutline () |
| void | RebuildBoardOutline (C_V7_Layer ADefiningLayer) |
| IPCB_Primitive * | GetObjectAtCursor (TObjectSet ObjectSet, TV6_LayerSet LayerSet, std::wstring StatusBarText) |
| IPCB_Primitive * | GetObjectAtXYAskUserIfAmbiguous (int HitX, int HitY, TObjectSet ObjectSet, TV6_LayerSet LayerSet, TEditingAction Action) |
| bool | ChooseRectangleByCorners (std::wstring Prompt1, std::wstring Prompt2, int *x1, int *y1, int *x2, int *y2) |
| bool | ChooseLocation (int *x1, int *y1, std::wstring Prompt) |
| int | ContextMenuObjectCount (TObjectId ObjectId) |
| IPCB_Primitive * | GetLastClickedObject (TObjectSet ObjectSet, TEditingAction Action) |
| IPCB_Rule * | FindDominantRuleForObject (IPCB_Primitive *APrimitive, TRuleKind ARuleKind) |
| IPCB_Rule * | FindDominantRuleForObjectPair (IPCB_Primitive *APrimitive1, IPCB_Primitive *APrimitive2, TRuleKind ARuleKind) |
| int | PrimPrimDistance (IPCB_Primitive *APrimitive1, IPCB_Primitive *APrimitive2) |
| void | AnalyzeNet (IPCB_Net *const ANet) |
| void | CleanNet (IPCB_Net *const ANet) |
| IPCB_PrimitiveCounter * | GetPrimitiveCounter () |
| void | ClearUndoRedo () |
| void | NewUndo () |
| void | EndUndo () |
| void | DoUndo () |
| void | DoRedo () |
| void | ReDrawToDC (long DC, int PrintKind, int PrintWhat, TV6_LayerSet const Layers) |
| void | InvalidatePlane (TV6_Layer L) |
| void | ValidateInvalidPlanes () |
| void | RebuildPadCaches () |
| void | GraphicalView_ZoomRedraw () |
| void | GraphicalView_ZoomOnRect (int x1, int y1, int x2, int y2) |
| bool | ReportStackupCompatibilityForEmbeddedBoards (bool const RunReport) |
| double | GetState_BigVisibleGridMultFactor () |
| double | GetState_VisibleGridMultFactor () |
| void | SetState_BigVisibleGridMultFactor (double MultFact) |
| void | SetState_VisibleGridMultFactor (double MultFact) |
| bool | GetState_ViewConfigAsString (std::wstring *ConfigType, std::wstring *Config) |
| bool | SetState_ViewConfigFromString (std::wstring const ConfigType, std::wstring const Config) |
| IPCB_GraphicalView * | GetState_MainGraphicalView () |
| bool | GetState_ViewConfigIs3D () |
| void | UpdateCachedVCSRevisionNumberSpecialStrings () |
| bool | GetState_SystemValid (std::wstring AProcessorName) |
| void | SetState_SystemValid (std::wstring AProcessorName, bool const AValid) |
| bool | RunBatchDesignRuleCheck (std::wstring ReportFilename, TDRCReportFileFormat DRCReportFormat, bool DisplayReportFile, bool PublishToWeb) |
| IPCB_LayerObjectIterator * | LayerIterator () |
| IPCB_LayerObjectIterator * | LayerIterator_IncludeNonEditable () |
| IPCB_LayerObjectIterator * | MechanicalLayerIterator () |
| IPCB_LayerObjectIterator * | ElectricalLayerIterator () |
| IPCB_LayerObjectIterator * | SignalLayerIterator () |
| IPCB_LayerObjectIterator * | InternalPlaneLayerIterator () |
| IPCB_LayerSet * | MechanicalLayers () |
| IPCB_LayerSet * | ElectricalLayers () |
| std::wstring | LayerName (C_V7_Layer L) |
| IPCB_LayerSet * | VisibleLayers () |
| IPCB_3DMovieManager * | GetState_PCB3DMovieManager () |
| bool | SetState_ViewConfigFromString_ForceRebuild (std::wstring const ConfigType, std::wstring const Config) |
| bool | SelectNewViewConfiguration (std::wstring const CurConfigType, std::wstring const CurConfig, std::wstring *ConfigType, std::wstring *Config) |
| void | Update_PCBGraphicalView (bool const ForceRebuild, bool const RedrawView) |
| long | GetState_ViewConfigTopSolderMaskColor3D () |
| void | GetState_ZTopBottom (float *ZTop, float *ZBottom) |
| void | InvalidateScopeTester () |
| void | ValidateScopeTester () |
| void | AddLayerPair (C_V7_Layer LowLayer, C_V7_Layer HighLayer) |
| TDrawMode | GetState_DrawMode (TObjectId OId) |
| void | SetState_DrawMode (TObjectId OId, TDrawMode Value) |
| void | BoardIterator_Destroy (IPCB_BoardIterator **AIterator) |
| void | SpatialIterator_Destroy (IPCB_SpatialIterator **AIterator) |
| void | DispatchMessage (IPCB_Primitive *Source, IPCB_Primitive *Destination, int MessageID, IPCB_Primitive *MessageData) |
| IPCB_MasterLayerStack * | GetState_MasterStack () |
| IPCB_LayerStack_V7 * | GetState_LayerStack_V7 () |
| IPCB_Viewport * | GetState_Viewport () |
| void | SetState_Viewport (IPCB_Viewport *Value) |
| void | ClearMeshes () |
| int | AddMesh (std::wstring MeshString) |
| int | LoadMeshFile (std::wstring MeshFile) |
| bool | DeleteMesh (int ID) |
| TPCBMeshViewMode | GetState_MeshViewMode (int ID) |
| void | SetState_MeshViewMode (int ID, TPCBMeshViewMode ViewMode) |
| double | GetState_BoardVersion () |
| bool | GetMeshPatchFromPoint (int x, int y, int *MeshID, int *PatchIndex0, int *PatchIndex1, int *PatchIndex2, int *IntersectionX, int *IntersectionY, int *IntersectionZ) |
| void | RebuildSplitBoardRegions (bool FullRebuild) |
| C_CoordRect | GraphicalView_ViewportRect () |
| int | AddPolygonMesh (IPCB_Contour *Shape, int z, long Color) |
| std::wstring | GenerateUniqueID () |
| void | RecreateHandles () |
| bool | HasServerDocument () |
| IPCB_PinPairsManager * | GetState_PinPairsManager () |
| void | ShowHoleSymbols (int SymbolType, int SymbolSize, int LayerPairIndex) |
| void | HideHoleSymbols () |
| int | GetState_BoardID () |
| TPolygonNameTemplates | GetState_PolygonNameTemplate () |
| void | SetState_PolygonNameTemplate (TPolygonNameTemplates ATemplate) |
| void | SetState_SwitchOutputCapabilityMode (bool AOutputCapability) |
| C_V7_Layer | GetState_RouteToolPathLayer () |
| void | SetState_RouteToolPathLayer (C_V7_Layer ALayer) |
| int | GetState_WorldXOrigin () |
| int | GetState_WorldYOrigin () |
| void | SetState_WorldXOrigin (int Value) |
| void | SetState_WorldYOrigin (int Value) |
| long | GetState_ViewConfigColor2D (C_V7_Layer Layer) |
| float | GetState_ViewConfigOpacity2D (C_V7_Layer Layer, TObjectId ObjectId) |
| long | GetState_ViewConfigColor3D (C_V7_Layer Layer) |
| float | GetState_ViewConfigOpacity3D (C_V7_Layer Layer) |
| IPCB_PadViaTemplate * | FindLinkedBoardTemplate (IPCB_Primitive *APrimitive) |
| IPCB_PadViaLibrary * | FindLinkedBoardLibrary (IPCB_Primitive *APrimitive) |
| bool | IsEmptyHoleToleranceValue (int Value) |
| IPCB_Board * | GetState_Board () |
| TObjectId | GetState_ObjectID () |
| TV6_Layer | GetState_Layer () |
| bool | GetState_Selected () |
| void | SetState_Selected (bool B) |
| bool | GetState_IsPreRoute () |
| void | SetState_IsPreRoute (bool B) |
| bool | GetState_InSelectionMemory (int Index) |
| void | SetState_InSelectionMemory (int Index, bool Value) |
| bool | GetState_PadCacheRobotFlag () |
| void | SetState_PadCacheRobotFlag (bool Value) |
| bool | GetState_Enabled () |
| void | SetState_Enabled (bool Value) |
| bool | GetState_Enabled_Direct () |
| void | SetState_Enabled_Direct (bool Value) |
| bool | GetState_Enabled_vNet () |
| void | SetState_Enabled_vNet (bool Value) |
| bool | GetState_Enabled_vPolygon () |
| void | SetState_Enabled_vPolygon (bool Value) |
| bool | GetState_Enabled_vComponent () |
| void | SetState_Enabled_vComponent (bool Value) |
| bool | GetState_Enabled_vCoordinate () |
| void | SetState_Enabled_vCoordinate (bool Value) |
| bool | GetState_Enabled_vDimension () |
| void | SetState_Enabled_vDimension (bool Value) |
| bool | GetState_Used () |
| void | SetState_Used (bool Value) |
| bool | GetState_DRCError () |
| void | SetState_DRCError (bool Value) |
| bool | GetState_MiscFlag1 () |
| void | SetState_MiscFlag1 (bool Value) |
| bool | GetState_MiscFlag2 () |
| void | SetState_MiscFlag2 (bool Value) |
| bool | GetState_MiscFlag3 () |
| void | SetState_MiscFlag3 (bool Value) |
| bool | GetState_EnableDraw () |
| void | SetState_EnableDraw (bool Value) |
| bool | GetState_Moveable () |
| void | SetState_Moveable (bool Value) |
| bool | GetState_UserRouted () |
| void | SetState_UserRouted (bool Value) |
| bool | GetState_TearDrop () |
| void | SetState_TearDrop (bool Value) |
| bool | GetState_IsTenting () |
| void | SetState_IsTenting (bool Value) |
| bool | GetState_IsTenting_Top () |
| void | SetState_IsTenting_Top (bool Value) |
| bool | GetState_IsTenting_Bottom () |
| void | SetState_IsTenting_Bottom (bool Value) |
| bool | GetState_IsTestPoint_Top () |
| void | SetState_IsTestPoint_Top (bool Value) |
| bool | GetState_IsTestPoint_Bottom () |
| void | SetState_IsTestPoint_Bottom (bool Value) |
| bool | GetState_IsAssyTestPoint_Top () |
| void | SetState_IsAssyTestPoint_Top (bool Value) |
| bool | GetState_IsAssyTestPoint_Bottom () |
| void | SetState_IsAssyTestPoint_Bottom (bool Value) |
| bool | GetState_IsKeepout () |
| void | SetState_IsKeepout (bool Value) |
| bool | GetState_AllowGlobalEdit () |
| void | SetState_AllowGlobalEdit (bool Value) |
| bool | GetState_PolygonOutline () |
| void | SetState_PolygonOutline (bool Value) |
| bool | GetState_InBoard () |
| void | SetState_InBoard (bool Value) |
| bool | GetState_InPolygon () |
| void | SetState_InPolygon (bool Value) |
| bool | GetState_InComponent () |
| void | SetState_InComponent (bool Value) |
| bool | GetState_InNet () |
| void | SetState_InNet (bool Value) |
| bool | GetState_InCoordinate () |
| void | SetState_InCoordinate (bool Value) |
| bool | GetState_InDimension () |
| void | SetState_InDimension (bool Value) |
| bool | GetState_IsElectricalPrim () |
| void | SetState_Board (IPCB_Board *ABoard) |
| void | SetState_Layer (TV6_Layer ALayer) |
| std::wstring | GetState_ObjectIDString () |
| std::wstring | GetState_Identifier () |
| std::wstring | GetState_DescriptorString () |
| std::wstring | GetState_DetailString () |
| int | GetState_Index () |
| void | SetState_Index (int AIndex) |
| int | GetState_UnionIndex () |
| void | SetState_UnionIndex (int Value) |
| TPlaneConnectStyle | GetState_PowerPlaneConnectStyle () |
| int | GetState_ReliefConductorWidth () |
| int | GetState_ReliefEntries () |
| int | GetState_ReliefAirGap () |
| int | GetState_PasteMaskExpansion () |
| int | GetState_SolderMaskExpansion () |
| int | GetState_PowerPlaneClearance () |
| int | GetState_PowerPlaneReliefExpansion () |
| IPCB_Net * | GetState_Net () |
| IPCB_Component * | GetState_Component () |
| IPCB_Polygon * | GetState_Polygon () |
| IPCB_Coordinate * | GetState_Coordinate () |
| IPCB_Dimension * | GetState_Dimension () |
| TViewableObjectID | GetState_ViewableObjectID () |
| void | SetState_Net (IPCB_Net *Value) |
| void | SetState_Component (IPCB_Component *Value) |
| void | SetState_Polygon (IPCB_Polygon *Value) |
| void | SetState_Coordinate (IPCB_Coordinate *Value) |
| void | SetState_Dimension (IPCB_Dimension *Value) |
| C_CoordRect | BoundingRectangle () |
| C_CoordRect | BoundingRectangleForSelection () |
| C_CoordRect | BoundingRectangleForPainting () |
| bool | IsHidden () |
| bool | IsFreePrimitive () |
| bool | IsSaveable (TAdvPCBFileFormatVersion AVer) |
| void | MoveByXY (int AX, int AY) |
| void | MoveToXY (int AX, int AY) |
| void | RotateBy (double Angle) |
| void | FlipXY (int Axis, TMirrorOperation MirrOp) |
| void | SwapLayerPairs () |
| void | GraphicallyInvalidate () |
| void | BeginModify () |
| void | EndModify () |
| void | CancelModify () |
| void | Export_ToParameters (std::wstring *AParams) |
| int | RequiredParamterSpace () |
| void | SetState_V7Layer (C_V7_Layer L) |
| C_V7_Layer | GetState_V7Layer () |
| C_CoordRect | BoundingRectangleChildren () |
| IPCB_Primitive * | Replicate () |
| std::wstring | GetState_UniqueId () |
| std::wstring | GetState_Handle () |
| void | SetState_UniqueID (std::wstring const Value) |
| bool | GetState_DrawAsPreview () |
| void | SetState_DrawAsPreview (bool Value) |
| void | SetState_Preview (bool Enable, long Color, float Opacity, int z, int Height, float sx, float sy, float SZ) |