|
LibreCAD
|
| ▼Nlc | |
| ▼Nui | |
| CColorSelect | |
| CLinePatternSelect | Dropdown select for DxfLinePatterns |
| CLineWidthSelect | Dropdown select for line widths. Line widths are hardcoded in the constructor |
| CMetaInfoManager | |
| ▼NLCViewer | |
| CLCADViewer | |
| CMouseEvent | |
| CAddLayerDialog | Create a dialog with all required fields to create a new layer |
| CAddLinePatternDialog | Create a dialog with all required fields to create a new line pattern |
| CCadMdiChild | |
| CCliCommand | Command line widget |
| CLayerModel | Model to display a list of layers in a QTableView |
| CLayers | Widget which shows a list of layers |
| CLinePatternManager | Create a new window which shows a list of line patterns |
| CLinePatternModel | Model to display a list of DxfLinePatterns in a QTableView. Show preview, name and description |
| CLinePatternPainter | Painting line patterns on a QPaintDevice |
| CLinePatternPathPart | Model used to construct line pattern path |
| CLuaInterface | Lua initializer |
| CLuaQObject | QObject wrapper for Lua Allow connecting Qt signals with Lua functions |
| CLuaScript | Widget that allows to enter and run Lua code. This widget runs the code on the selected window in CadMdiChild and display the output in the command line |
| CToolbar | Toolbar widget, displays only ToolbarTabs |
| CToolbarTab | Widget used as tab for toolbar containing buttons |