►Nautonum | |
CAssignVariables | The AssignVariables class This class assign variable of a formula string. Return the final string used to be displayed from a formula string |
CsequentialNumbers | |
►Nqdesigner_internal | |
CAddLinkDialog | |
CColorAction | |
CHtmlTextEdit | |
CRichTextEditor | |
CRichTextEditorDialog | |
CRichTextEditorToolBar | |
►NQET | |
►NUi | |
CAddLinkDialog | |
CAboutQETDialog | The AboutQETDialog class |
CAbstractElementPropertiesEditorWidget | The AbstractElementPropertiesEditorWidget class This class provide common method for all widget used to edit some properties of an element |
CAbstractPartEllipse | The AbstractPartEllipse class This is the base class for all ellipse based item like ellipse, circle, arc. This class only provide common method for edit the ellipse like rect that contain the ellipse. All coordinates is in item coordinate, except pos(), center(), centerX() and centerY() which are in parent coordinate (or scene if no parent) |
CAbstractPotentialSelector | |
CAddElementTextCommand | The AddElementTextCommand class Manage the adding of element text |
CAddItemCommand | The AddItemCommand class This command add an item in a diagram The item to add is template, but must be QGraphicsItem or derived |
CAddPartCommand | |
CAddTableDialog | The AddTableDialog class Provide a dialog used to edit the properties of table befor adding to a diagram. The main difference betwen this dialog and the widget used to edit the properties of table is that the dialog have two extra check box. One for adjust the size of the table to diagram Second for add new tables on new folios if the table can't fit into diagram |
CAddTextsGroupCommand | The AddTextsGroupCommand class Manage the adding of a texts group |
CAddTextToGroupCommand | The AddTextToGroupCommand class |
CadvancedReplaceStruct | |
CAlignmentTextDialog | |
CAlignmentTextsGroupCommand | The AlignmentTextsGroupCommand class |
CArcEditor | |
CAutoNumberingDockWidget | |
CAutoNumberingManagementW | |
CBOMExportDialog | The BOMExportDialog class |
CBorderProperties | The BorderProperties class This class is a container for dimensions and display properties of a diagram |
CBorderPropertiesWidget | The BorderPropertiesWidget class this widget edit the properties of a border |
CBorderTitleBlock | The BorderTitleBlock class This class represents the border and the titleblock which frame a particular electric diagram |
CChangeBorderCommand | The ChangeBorderCommand class This command changes the border properties of a particular diagram |
CChangeConductorCommand | The ChangeConductorCommand class This command changes a particular conductor |
CChangeDiagramTextCommand | The ChangeDiagramTextCommand class This commad modifies a text item |
CChangeElementInformationCommand | The ChangeElementInformationCommand class This class manage undo/redo to change the element information |
CChangeInformationsCommand | |
CChangeNamesCommand | |
CChangePropertiesCommand | |
CChangeTemplateInformationsCommand | |
CChangeTitleBlockCommand | The ChangeTitleBlockCommand class This command changes the title block properties for a particular diagram |
CChangeZValueCommand | |
CCompositeTextEditDialog | The CompositeTextEditDialog class CompositeTextEditDialog display a dialog use to write the complex text of a dynamic element text item. This dialog provide a QComboBox to quickly add an information of the element in the composite text |
CConductor | |
CConductorAutoNumerotation | The ConductorAutoNumerotation class |
CConductorCreator | The ConductorCreator class This class create one or several or several conductors in a given context |
CConductorNumExport | The ConductorNumExport class A class to export the num of conductors into a csv file |
CConductorProfile | |
CConductorProperties | The ConductorProperties class This class represents the functional properties of a particular conductor, i.e. properties other than path and terminals |
CConductorPropertiesDialog | |
CConductorPropertiesWidget | |
CConductorSegment | |
CConductorSegmentProfile | |
CConductorTextItem | |
CConductorXmlRetroCompatibility | |
CConfigDialog | |
CConfigPage | |
CConfigSaveLoaderWidget | The ConfigSaveLoaderWidget class This group box provide 4 widget: A combo box with the available config. A push button to load the selected config of combo box A line edit to edit the text of the config to save A push button to save the config |
CCreatedxf | |
CCrossRefItem | The CrossRefItem class This clas provide an item, for show the cross reference, like the contacts linked to a coil. The item setpos automaticaly when parent move. All slave displayed in cross ref will be updated when folio position change in the project. It's the responsability of the master element to informe displayed slave are moved, by calling the slot updateLabel By default master element is the parent graphics item of this Xref, but if the Xref must be snap to the label of master, the label become the parent of this Xref. This behavior can be changed at anytime by calling setProperties |
CCustomElementGraphicPart | The CustomElementGraphicPart class This class is the base for all home-made primitive like line, rectangle, ellipse etc.... It provides methods and enums to manage style attributes available for primitive (color, pen style, etc...) |
CCustomElementPart | The CustomElementPart class This abstract class represents a primitive of the visual representation of an electrical element. The Element, FixedElement and CustomElement classes do not embed its attributes and methods in order to remain lightweight; indeed, there is no point for those classes to store their visual representation with anything more complex than a QImage |
CCutDiagramCommand | The CutDiagramCommand class This command cuts content from a particular diagram |
CCutPartsCommand | |
CCutTemplateCellsCommand | |
CDeletePartsCommand | |
CDeleteQGraphicsItemCommand | |
CDiagram | The Diagram class This class represents an electric diagram. It manages its various child elements, conductors and texts and handles their graphic rendering |
CDiagramContent | |
CDiagramContext | |
CDiagramContextWidget | |
CDiagramEventAddElement | The DiagramEventAddElement class This diagram event add a new element, for each left click button at the position of click. Space key rotate current element by 90°, right click button finish this event |
CDiagramEventAddImage | The DiagramEventAddImage class This diagram event, handle the adding of an image in a diagram |
CDiagramEventAddShape | The DiagramEventAddShape class This event manage the creation of a shape |
CDiagramEventAddText | The DiagramEventAddText class This diagram event handle the creation of a new text in a diagram |
CDiagramEventInterface | The DiagramEventInterface class isRunning() return true if action is running (do something). By default return false |
CDiagramImageItem | |
CDiagramPosition | |
CDiagramPrintDialog | The DiagramPrintDialog class This class implements both the dialog allowing users to configure the printing of a project file and the printing itself |
CDiagramPropertiesDialog | The DiagramPropertiesDialog class This dialog open a windows for edit properties of a diagram |
CDiagramPropertiesEditorDockWidget | |
CDiagramsChooser | |
Cdiagramselection | |
CDiagramTextItem | |
CDiagramView | |
CDialogWaiting | |
CDVEventInterface | The DVEventInterface class This class is the main interface for manage event of a Diagram View. This do nothing, for create new event behavior, we must to create new class from this. Each method return a bool: True if the methode do something else return false. Each method of DVEventInterface return false; isRunning() return true if action is started but not finish. By default return false. isFinish() return true when the action is finish, or not started. By default return true |
CDynamicElementTextItem | The DynamicElementTextItem class This class provide a simple text field of element who can be added or removed directly from the diagram editor. This text is created to compensate a big lack of the ElementTextItem : ElementTextItem can't be added or removed directly in the diagram editor |
CDynamicElementTextItemEditor | |
CDynamicElementTextModel | The DynamicElementTextModel class A model to use with QtView. This model display and can edit the value of dynamic text of an element. Set the delegate DynamicTextItemDelegate as delegate of this model |
CDynamicTextFieldEditor | The DynamicTextFieldEditor class This class provide a widget used to edit the property of a dynamic text field |
CDynamicTextItemDelegate | |
CECHSFileToFile | The ECHSFileToFile class Manage the copy of directory or element from a file system collection to another file system collection |
CECHSToXml | The ECHSToXml class Manage the copy of a directory or element from a collection (no matter if the source is a file system collection or an xml collection) to an xml collection |
CECHStrategy | The ECHStrategy class Abstract class for manage copy of directory or element from a collection to another |
CECHSXmlToFile | The ECHSXmlToFile class Manage the copy of a directory or element from an xml collection to a file |
CEditorDelegate | The EditorDelegate class This delegate is only use for disable the edition of the first column of the information tree widget |
CElement | |
CElementCollectionHandler | The ElementCollectionHandler class Provide several method to copy element or directory from a collection to another collection |
CElementCollectionItem | The ElementCollectionItem class This class represent a item (a directory or an element) in a element collection. This class must be herited for specialisation. This item is used by ElementsCollectionModel for manage the elements collection |
CElementColumnNum | |
CElementDialog | |
CElementEditionCommand | The ElementEditionCommand class ElementEditionCommand is the base class for all commands classes involved in the edition of an electrical element. It provides commonly required methods and attributes, such as accessors to the modified scene and view |
CElementFactory | The ElementFactory class this class is a pattern factory and also a singleton factory. this class create new instance of herited class element like simple element or report element |
CElementInfoPartWidget | The ElementInfoPartWidget class gebruikt bij schema editor als men edit dit Element aanklikt |
CElementInfoWidget | The ElementInfoWidget class this class is a widget to edit an element informations |
CElementItemEditor | |
CElementLineNum | |
►CElementPictureFactory | The ElementPictureFactory class This class is singleton factory, use to create and get the picture use by elements |
Cprimitives | |
CElementPrefixNum | |
CElementPrimitiveDecorator | |
CElementPropertiesEditorWidget | The ElementPropertiesEditorWidget class This class provide a dialog for edit various property of element, like the type (master, slave, report etc....) and kind info |
CElementPropertiesWidget | |
CElementProvider | |
CElementQueryWidget | The ElementQueryWidget class A widget use to edit a sql query for get element information This widget only work to get information from ProjectDataBase |
CElementsCategoryEditor | The ElementsCategoryEditor class This class provides a dialog to edit an existing category or create a new one |
CElementScene | The ElementScene class This class is the canvas allowing the visual edition of an electrial element. It displays the various primitives composing the drawing of the element, the border due to its fixed size and its hotspot |
CElementsCollectionCache | |
CElementsCollectionModel | |
CElementsCollectionWidget | The ElementsCollectionWidget class This widget embedd a tree view that display the element collection (common, custom, embedded) and all action needed to use this widget. This is the element collection widget used in the diagram editor |
CElementsLocation | The ElementsLocation class This class represents the location, the location of an element or of a category, even of a collection ... in a collection. She encapsulates a virtual path |
CElementsMover | |
CElementsPanel | |
CElementsPanelWidget | The ElementsPanelWidget class This class embeds an elements panel under a toolbar providing various actions to manage elements |
CElementsTreeView | The ElementsTreeView class This class just reimplement startDrag from QTreeView, for set a custom pixmap. This class must be used when the tree view have an ElementsCollectionModel as model. The pixmap used is the pixmap of the dragged element or a directory pixmap |
CElementTextItemGroup | The ElementTextItemGroup class This class represent a group of element text Texts in the group can be aligned left / center /right |
CElementTextsMover | |
CElementView | |
CElementXmlRetroCompatibility | |
CEllipseEditor | |
CESEventAddArc | The ESEventAddArc class This ESEvent manage creation of arc in an ElementScene |
CESEventAddDynamicTextField | The ESEventAddDynamicTextField class This ESEvent manage creation of dynamic text field in an ElementScene |
CESEventAddEllipse | The ESEventAddEllipse class This ESEvent manage creation of ellpise in an ElementScene |
CESEventAddLine | The ESEventAddLine class This ESEvent manage creation of line in a ElementScene |
CESEventAddPolygon | The ESEventAddPolygon class This ESEvent manage creation of polygon in an ElementScene |
CESEventAddRect | |
CESEventAddTerminal | The ESEventAddTerminal class This ESEvent manage creation of terminal in an ElementScene |
CESEventAddText | The ESEventAddText class This ESEvent manage creation of text in an ElementScene |
CESEventInterface | |
CExportConfigPage | The ExportConfigPage class This configuration page enables users to set default export options |
►CExportDialog | |
CExportDiagramLine | |
CExportElementTextPattern | |
CExportProperties | |
CExportPropertiesWidget | |
CFileElementCollectionItem | The FileElementCollectionItem class This class specialise ElementCollectionItem for manage a collection in a file system. They represente a directory or an element |
CFolioAutonumberingW | |
CFolioNum | |
CFormulaAssistantDialog | |
CFormulaAutonumberingW | |
CGeneralConfigurationPage | |
CGenericPanel | The GenericPanel class The generic panel is a QTreeWidget subclass providing extra methods allowing developers to easily add objects (projects, diagrams, title block templates, elements, ...) to it; it also ensures the displayed information remains up to date |
CGraphicsTablePropertiesEditor | The GraphicsTablePropertiesEditor class This widget is used to edit the property of both QetGraphicsTableItem and QetGraphicsHeaderItem |
CGridLayoutAnimation | |
CHelperCell | |
CHundredFNum | |
CHundredNum | |
CIdFolioNum | |
CImagePropertiesWidget | The ImagePropertiesWidget class This class provide a widget to edit the propertie of a DiagramImageItem |
CImportElementDialog | |
CImportElementTextPattern | |
CImportElementTextPatternDialog | The ImportElementTextPatternDialog class A dialog use for ask user to select a element text pattern. This dialog is highly inspired from QInputDialog::getItem. In fact this the same + a check box |
CIndependentTextItem | |
CIndiTextPropertiesWidget | The IndiTextPropertiesWidget class This widget is used to edit the properties of one or several independent text item |
CIntegrationMoveTitleBlockTemplatesHandler | |
CLineEditor | |
CLinkElementCommand | The LinkElementCommand class This undo class manage link between elements. In the same instance of this class, we can link and unlink elements from an edited element This undo class support the merge |
CLinkReportPotentialSelector | The LinkReportPotentialSelector class Use for get the conductor propertie when two potentials is linked with a folio report |
CLinkSingleElementWidget | The LinkSingleElementWidget class this class provide a widget to select an element to be linked to the element given in the constructor. The element given in constructor must be linked with only one other element (like report or slave element). This widget detect automaticaly the kind of element given in the constructor and search all element that can be linked with it. If the element is already linked, the widget ask user to unlink. This widget embedded the diagram command for undo/redo the action |
CLocmachNum | |
►CMachine_info | The Machine_info class This class hold information from your PC |
►CPc | |
CBuilt | |
CCPU | |
CGPU | |
COS | |
CRAM | |
CScreen | |
CMacOSXOpenEvent | The MacOSXOpenEvent class |
CMarginsEditDialog | The MarginsEditDialog class A simple dialog to edit QMargins |
CMasterElement | The MasterElement class This class is a custom element, with extended behavior to be a master element. Master element can be linked with slave element and display a cross ref item for know with what other element he is linked |
CMasterPropertiesWidget | The MasterPropertiesWidget class This class is a widget for make link between a master element with several slave element. This class embenddedthe undo/redo command when apply new connection |
CMergeCellsCommand | |
CModelHeaderDataCommand | The ModelHeaderDataCommand class Change the data of a header |
CModelIndexCommand | The ModelIndexCommand class Change a data of an index of QAbstractItemModel |
CModifyTemplateDimension | |
CModifyTemplateGridCommand | |
CModifyTitleBlockCellCommand | |
CMoveConductorsTextsCommand | The MoveConductorsTextsCommand class This command moves text items related to conductors on a particular diagram |
CMoveElementsCommand | The MoveElementsCommand class This command moves some content on a particular diagram |
CMovePartsCommand | |
CMoveTitleBlockTemplatesHandler | |
CMultiPasteDialog | |
CNameListDialog | The NameListDialog class Provide a dialog for let user define localized string; |
CNameListWidget | The NameListWidget class Provide a widget for let user define localized string; |
CNamesList | |
CNewConductorPotentialSelector | The NewConductorPotentialSelector class Use for get the conductor propertie when two potentials is linked by a conductor |
CNewDiagramPage | The NewDiagramPage class This configuration page enables users to define the properties of new diagrams to come |
CNewElementWizard | |
CNumerotationContext | |
CNumerotationContextCommands | The NumerotationContextCommands class this class provide methods to handle content of NumerotationContext |
CNumPartEditorW | |
CNumStrategy | |
CPartArc | The PartArc class This class represents an elliptical arc primitive which may be used to compose the drawing of an electrical element within the element editor |
CPartDynamicTextField | The PartDynamicTextField class This class represents an editable dynamic text field which may be used to compose the drawing of an electrical element within the element editor. The field will remain editable once the element is added onto a diagram |
CPartEllipse | The PartEllipse class This class represents an ellipse primitive which may be used to compose the drawing of an electrical element within the element editor |
CPartLine | |
CPartPolygon | The PartPolygon class This class represents a polygon primitive which may be used to compose the drawing of an electrical element within the element editor |
CPartRectangle | |
CPartTerminal | |
CPartText | |
CPasteDiagramCommand | The PasteDiagramCommand class This command pastes some content onto a particular diagram |
CPastePartsCommand | The PastePartsCommand class Undo command for paste element primitive in an element editor |
CPasteTemplateCellsCommand | |
CPlantNum | |
CPolygonEditor | |
CPotentialSelectorDialog | The PotentialSelectorDialog class This dialog is used when user try to connect two existing potential together. The dialog ask to user to make a choice between the properties of the two existing potential, to apply it for the new potential |
CPrintConfigPage | The PrintConfigPage class This configuration page enables users to set default printing options |
CProjectAutoNumConfigPage | |
CProjectConfigPage | The ProjectConfigPage class This class, derived from ConfigPage, aims at providing the basic skeleton for a project configuration page |
CprojectDataBase | The projectDataBase class This class wrap a sqlite data base where you can find several thing about the content of a project |
CProjectDBModel | The ProjectDBModel class This model is intended to be use with the class projectDataBase and is designed to be displayed by the class QetGraphicsTableItem (but can be use by other view class since it inherit from QAbstractTableModel). This class should be sufficient to display the content of the project data base from a query set by the method void ProjectDBModel::setQuery(const QString &query). The indentifier method is used by widget editor to retrieve the good widget for edit the query. By defaut identifer return the string 'unknow'. You should use setIdentfier method to set your custom identifier. At the time this sentence is written, there is two identifier : nomenclature summary |
CProjectDBModelPropertiesWidget | The projectDBModelPropertiesWidget class This class is an editor for a NomenclatureModel |
CProjectMainConfigPage | |
CProjectPropertiesDialog | The ProjectPropertiesDialog class this class builds a dialog to edit whole properties of a project |
CProjectView | The ProjectView class This class provides a widget displaying the diagrams of a particular project using tabs |
CPropertiesEditorDialog | The PropertiesEditorDialog class Create a dialog to edit some properties of a thing. Only create a instance of this class and call exec, all is done for you in this class. The first argument (a template) must be a subclass of QWidget and provide the 3 methods bellow : QString::title() void::apply() void::reset() You can subclass the interface PropertiesEditorWidget who provide all this methods. This dialog take ownership of the editor, so the editor will be deleted by this dialog |
CPropertiesEditorDockWidget | |
CPropertiesEditorWidget | The PropertiesEditorWidget class This class extend QWidget method for have common way to edit propertie |
CPropertiesInterface | The PropertiesInterface class This class is an interface for have common way to use properties in QElectroTech |
CQet | |
CQETApp | The QETApp class This class represents the QElectroTech application |
CQETArguments | |
CQETDiagramEditor | |
CQETElementEditor | |
CQetGraphicsHandlerItem | The QetGraphicsHandlerItem class This graphics item represents a point, destined to be used as an handler, for modifie the geometrie of a another graphics item (like shapes). The graphics item to be modified, must call "installSceneEventFilter" of this item with itself for argument,. The ghraphics item to be modified, need to reimplement "sceneEventFilter" for create the modification behavior |
CQetGraphicsHandlerUtility | The QetGraphicsHandlerUtility class This class provide some methods to create and use handler for modify graphics shape like line rectangle etc... They also provide some conveniance static method |
CQetGraphicsHeaderItem | The QetGraphicsHeaderItem class The header have a few parameters to edit her visual aspect. Margins, to edit the margin between the cell and the text. Text font. Text alignment in the cell These three parameters are not settable directly with the header but trough the model to be displayed by the header. Header search these parameters only in the section 0 for cell of header. By consequence, set data in other section is useless also these parameter can't be set individually for each cell. The margins is stored in the model in index Qt::UserRole+1 and for value a QString. See QETUtils::marginsFromString and QETUtils::marginsToString |
CQetGraphicsItem | |
CQetGraphicsTableFactory | The QetGraphicsTableFactory class |
CQetGraphicsTableItem | The QetGraphicsTableItem class This item display a table destined to represent the content of a QAbstractItemModel The table have a few parameters to edit her visual aspect. Margins, to edit the margin between the cell and the text. Text font. Text alignment in the cell These three parameters are not settable directly with the table but trough the model to be displayed by the table. The table search these parameters only in the index(0,0) for all the table. By consequence, set data in other index than 0,0 is useless also these parameter can't be set individually for each cell. The margins is stored in the model in index Qt::UserRole+1 and for value a QString. See QETUtils::marginsFromString and QETUtils::marginsToString |
CQETMainWindow | |
CQETPrintPreviewDialog | |
CQETProject | |
CQETRegExpValidator | |
CQETResult | |
CQetShapeItem | The QetShapeItem class this class is used to draw a basic shape (line, rectangle, ellipse) into a diagram, that can be saved to .qet file |
CQETTitleBlockTemplateEditor | |
CQFileNameEdit | |
CQGIManager | |
CQPropertyUndoCommand | The QPropertyUndoCommand class This undo command manage QProperty of a QObject. This undo command can use QPropertyAnimation to animate the change when undo/redo is call To use animation call setAnimated(true). By default animation is disable. Some QVariant date can't be animated and result this command don't work |
CQTextOrientationSpinBoxWidget | |
CQTextOrientationWidget | |
CQWidgetAnimation | The QWidgetAnimation class This class animate the show and hide function of a QWidget |
CRecentFiles | |
CRectangleEditor | The RectangleEditor class This class provides a widget to edit rectangles within the element editor |
CRemoveTextFromGroupCommand | The RemoveTextFromGroupCommand class |
CRemoveTextsGroupCommand | The RemoveTextsGroupCommand class Manage the removinf of a texts group |
CRenameDialog | |
CreplaceAdvancedDialog | |
CReplaceConductorDialog | The ReplaceConductorDialog class A Qdialog to edit a conductor properties, use for the search and replace feature of QElectrotech |
CReplaceElementDialog | |
CReplaceFolioDialog | |
CReplaceFolioWidget | |
CReportElement | |
CReportProperties | The ReportProperties class |
CReportPropertieWidget | |
CResetConductorCommand | The ResetConductorCommand class This command resets conductor paths |
CRotateSelectionCommand | The RotateSelectionCommand class Rotate the selected items in the given diagram |
CRotateTextsCommand | The RotateTextsCommand class Open a dialog for edit the rotation of the current selected texts and texts group in diagram. Just instantiate this undo command and push it in a QUndoStack |
CScalePartsCommand | |
CSearchAndReplaceWidget | |
CSearchAndReplaceWorker | The SearchAndReplaceWorker class This class is the worker use to change properties when use the search and replace function of QET |
CSelectAutonumW | |
CShapeGraphicsItemPropertiesWidget | The ShapeGraphicsItemPropertiesWidget class Provide a widget to edit the properties of a QetShapeItem |
CSimpleElement | The SimpleElement class this class represente a simple element with no specific attribute |
CSingleLineProperties | The SingleLineProperties class This class represents the properties of a singleline conductor |
CSlaveElement | |
CSplitCellsCommand | |
CSplittedHelperCell | |
CStringNum | |
CStyleEditor | |
CSummaryQueryWidget | |
CTenFNum | |
CTenNum | |
CTerminal | The Terminal class This class represents a terminal of an electrical element, i.e. a possible plug point for conductors. This class handles all mouse events for connecting conductors |
CTerminalData | The TerminalData class Data of the terminal. Stored in extra class so it can be used by PartTerminal and Terminal without defining everything again |
CTerminalEditor | The TerminalEditor class This class provides a widget to edit terminals within the element editor. The class is capable to change the values of multiple parts of the same time. The displayed values are from the first selected element |
CTerminalElement | The TerminalElement class |
CTextEditor | |
CTitleBlockCell | |
CTitleBlockDimension | |
CTitleBlockDimensionWidget | |
CTitleBlockProperties | |
CTitleBlockPropertiesWidget | |
CTitleBlockTemplate | The TitleBlockTemplate class This class represents an title block template for an electric diagram. It can read from an XML document the layout of the table that graphically represents the title block, and can produce a graphical rendering of it from a diagram context (object embedding the informations of the diagram we want to represent the title block |
CTitleBlockTemplateCellsSet | |
CTitleBlockTemplateCellWidget | The TitleBlockTemplateCellWidget class This class implements an edition widget for cells that compose a title block template |
CTitleBlockTemplateCommand | |
CTitleBlockTemplateDeleter | |
CTitleBlockTemplateLocation | |
CTitleBlockTemplateLocationChooser | |
CTitleBlockTemplateLocationSaver | |
CTitleBlockTemplateLogoManager | |
CTitleBlockTemplateRenderer | The TitleBlockTemplateRenderer class |
CTitleBlockTemplatesCollection | |
CTitleBlockTemplatesFilesCollection | |
CTitleBlockTemplatesProjectCollection | |
CTitleBlockTemplateView | |
CTitleBlockTemplateVisualCell | |
CUi_AddLinkDialog | |
CUnitFNum | |
CUnitNum | |
CXmlElementCollection | The XmlElementCollection class This class represent a collection of elements stored to xml |
CXmlProjectElementCollectionItem | The XmlProjectElementCollectionItem class This class specialise ElementCollectionItem for manage an xml collection embedded in a project |
CXRefProperties | The XRefProperties class this class store properties used by XrefItem |
CXRefPropertiesWidget | The XRefPropertiesWidget class This class provide a widget to edit the XRefProperties |