mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 23:05:30 +00:00
Comment-only changes
Makes class comments conform to coding standards
This commit is contained in:
parent
2a780dba0e
commit
7c28c3838a
3d-viewer
3d_cache/sg
3d_canvas
3d_rendering
3d_viewer
common
dialog_about
dialogs
page_layout
widgets
cvpcb
eeschema
dialog_erc_listbox.h
dialogs
ee_collectors.hlib_bezier.hnetlist_exporters
netlist_exporter.hnetlist_exporter_cadstar.hnetlist_exporter_generic.hnetlist_exporter_kicad.hnetlist_exporter_orcadpcb2.hnetlist_exporter_pspice.h
netlist_object.hsch_component.hsch_eagle_plugin.hsch_field.hsch_io_mgr.hsch_item.hsch_painter.hsch_reference_list.hsch_sheet_path.htools
ee_actions.hee_point_editor.hee_tool_base.hlib_control.hlib_drawing_tools.hsch_drawing_tools.hsch_editor_control.hsch_line_wire_bus_tool.h
transform.hgerbview
X2_gerber_attributes.cppX2_gerber_attributes.ham_param.hdcode.hgbr_layout.hgerber_collectors.hgerber_file_image.hgerbview_frame.hgerbview_layer_widget.cppgerbview_layer_widget.hgerbview_painter.hrs274d.cpp
tools
include
base_screen.hbase_struct.hbasic_gal.hboard_design_settings.hboard_printout.hclass_board_item.hcollector.hcolors_design_settings.hcommit.hconfig_params.h
core
dialog_helpers.hdrc_item.hdsnlexer.heagle_parser.heda_rect.henum_vector.hfilter_reader.hfp_lib_table.hgal
grid_tricks.hhtml_messagebox.hki_exception.hkicad_curl
kiface_i.hkiway.hkiway_express.hkiway_holder.hkiway_mgr.hkiway_player.hlayers_id_colors_and_visibility.hmsgpanel.horigin_viewitem.hpage_info.hpainter.hpcb_base_frame.hpcb_display_options.hpcbstruct.hpgm_base.hplugins/3dapi
ifsg_colors.hifsg_coordindex.hifsg_coords.hifsg_faceset.hifsg_index.hifsg_node.hifsg_normals.hifsg_shape.hifsg_transform.h
preview_items
arc_assistant.harc_geom_manager.hbright_box.hcentreline_rect_item.hpolygon_item.hruler_item.hselection_area.hsimple_overlay_item.htwo_point_geom_manager.h
printout.hproject.hproperties.hreporter.hrichio.hsearch_stack.hstatus_popup.htitle_block.htool
action_manager.haction_menu.haction_toolbar.hactions.hcommon_control.hcommon_tools.hedit_constraints.hedit_points.htool_action.htool_base.htool_dispatcher.htool_event.htool_manager.htool_menu.htool_settings.h
undo_redo_container.hutf8.hview
widgets
ws_painter.hxnode.hkicad
libs/kimath/include
geometry
direction45.hpoly_grid_partition.hshape.hshape_file_io.hshape_line_chain.hshape_poly_set.hshape_simple.h
math
new
design.hsch_dir_lib_source.cppsch_dir_lib_source.hsch_lib.cppsch_lib.hsch_lib_table.hsch_lpid.hsch_part.hsch_sweet_parser.hsweet_edit.cpp
pagelayout_editor
pcb_calculator
pcbnew
action_plugin.h
autorouter
board_connected_item.hclass_board.hclass_dimension.hclass_zone.hconnectivity
dialogs
dialog_board_statistics.hdialog_drclistbox.hdialog_fp_plugin_options.cppdialog_pad_properties.hdialog_plot.h
drc
eagle_plugin.hexporters
footprint_wizard.hfootprint_wizard_frame.hgithub
gpcb_plugin.cppgpcb_plugin.hio_mgr.hkicad_plugin.cppkicad_plugin.hlayer_widget.cpplayer_widget.hlegacy_plugin.cpplegacy_plugin.hnetclass.hnetinfo.hnetlist_reader
pad_custom_shape_functions.cpppcb_edit_frame.hpcb_layer_widget.hpcb_painter.hpcb_parser.hpcb_plot_params.hpcb_plot_params_parser.hratsnest_data.hrouter
pns_algo_base.hpns_diff_pair.hpns_diff_pair_placer.hpns_dp_meander_placer.hpns_dragger.hpns_index.hpns_item.hpns_itemset.hpns_joint.hpns_layerset.hpns_line.hpns_line_placer.hpns_meander.hpns_meander_placer.hpns_meander_placer_base.hpns_meander_skew_placer.hpns_node.hpns_optimizer.hpns_placement_algo.hpns_router.hpns_routing_settings.hpns_shove.h
sel_layer.cppspecctra_import_export
tools
drawing_tool.hedit_tool.hfootprint_editor_tools.hmicrowave_tool.hpad_tool.hpcb_actions.hpcb_bright_box.hpcb_editor_control.hpcb_inspection_tool.hpcb_tool_base.hpcbnew_control.hpoint_editor.hposition_relative_tool.hselection_tool.hzone_filler_tool.h
zone_settings.hplugins/3d/vrml
v1
vrml1_base.hvrml1_coords.hvrml1_faceset.hvrml1_group.hvrml1_matbinding.hvrml1_material.hvrml1_node.hvrml1_separator.hvrml1_shapehints.hvrml1_switch.hvrml1_transform.h
v2
vrml2_appearance.hvrml2_base.hvrml2_box.hvrml2_color.hvrml2_coords.hvrml2_faceset.hvrml2_inline.hvrml2_lineset.hvrml2_material.hvrml2_node.hvrml2_norms.hvrml2_pointset.hvrml2_shape.hvrml2_switch.hvrml2_transform.h
x3d
utils/idftools
@ -32,7 +32,7 @@
|
||||
#include "3d_cache/sg/sg_index.h"
|
||||
|
||||
/**
|
||||
* Class SGCOORDINDEX
|
||||
* SGCOORDINDEX
|
||||
* is a class which maintains a coordinate index list. Users
|
||||
* must ensure that coordinate indices are specified as
|
||||
* triplets (triangular faces) since no checking is performed.
|
||||
|
@ -70,7 +70,7 @@ namespace S3D
|
||||
|
||||
|
||||
/**
|
||||
* Class SGNODE
|
||||
* SGNODE
|
||||
* represents the base class of all Scene Graph nodes
|
||||
*/
|
||||
class SGNODE
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <reporter.h>
|
||||
|
||||
/**
|
||||
* Class STATUS_TEXT_REPORTER
|
||||
* STATUS_TEXT_REPORTER
|
||||
* is a wrapper for reporting to a wxString in a wxFrame status text.
|
||||
*/
|
||||
class STATUS_TEXT_REPORTER : public REPORTER
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Class CBBOX
|
||||
* CBBOX
|
||||
* manages a bounding box defined by two SFVEC2F min max points.
|
||||
*/
|
||||
struct CBBOX2D
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <fctsys.h> // For the DBG(
|
||||
|
||||
/**
|
||||
* Class CBBOX
|
||||
* CBBOX
|
||||
* manages a bounding box defined by two SFVEC3F min max points.
|
||||
*/
|
||||
struct CBBOX
|
||||
|
@ -83,7 +83,7 @@ typedef struct {
|
||||
|
||||
|
||||
/**
|
||||
* Class CIMAGE
|
||||
* CIMAGE
|
||||
* manages a 8-bit channel image
|
||||
*/
|
||||
class CIMAGE
|
||||
|
@ -34,7 +34,7 @@ class TOOL_EVENT;
|
||||
class TOOL_MANAGER;
|
||||
|
||||
/**
|
||||
* Class EDA_3D_ACTIONS
|
||||
* EDA_3D_ACTIONS
|
||||
*
|
||||
* Note: these aren't "real" actions; we just use them to see the hotkeys display.
|
||||
*/
|
||||
|
@ -62,7 +62,7 @@ extern std::string GetCurlLibVersion();
|
||||
|
||||
|
||||
/*
|
||||
* Class DIALOG_ABOUT methods
|
||||
* DIALOG_ABOUT methods
|
||||
*/
|
||||
|
||||
DIALOG_ABOUT::DIALOG_ABOUT( EDA_BASE_FRAME *aParent, ABOUT_APP_INFO& aAppInfo )
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Class WX_HTML_REPORT_PANEL
|
||||
* WX_HTML_REPORT_PANEL
|
||||
*
|
||||
* A widget for browsing a rich text error/status report. Used in numerous
|
||||
* dialogs in eeschema and pcbnew. Provides error filtering functionality
|
||||
|
@ -43,7 +43,7 @@
|
||||
using namespace TB_READER_T;
|
||||
|
||||
/**
|
||||
* Class PAGE_LAYOUT_READER_PARSER
|
||||
* PAGE_LAYOUT_READER_PARSER
|
||||
* holds data and functions pertinent to parsing a S-expression file
|
||||
* for a WS_DATA_MODEL.
|
||||
*/
|
||||
|
@ -49,7 +49,7 @@ enum ID_WHKL_MENU_IDS
|
||||
|
||||
|
||||
/**
|
||||
* Class WIDGET_HOTKEY_CLIENT_DATA
|
||||
* WIDGET_HOTKEY_CLIENT_DATA
|
||||
* Stores the hotkey change data associated with each row. To change a
|
||||
* hotkey, edit it via GetCurrentValue() in the row's client data, then call
|
||||
* WIDGET_HOTKEY_LIST::UpdateFromClientData().
|
||||
@ -68,7 +68,7 @@ public:
|
||||
|
||||
|
||||
/**
|
||||
* Class HK_PROMPT_DIALOG
|
||||
* HK_PROMPT_DIALOG
|
||||
* Dialog to prompt the user to enter a key.
|
||||
*/
|
||||
class HK_PROMPT_DIALOG : public DIALOG_SHIM
|
||||
@ -216,7 +216,7 @@ public:
|
||||
|
||||
|
||||
/**
|
||||
* Class HOTKEY_FILTER
|
||||
* HOTKEY_FILTER
|
||||
*
|
||||
* Class to manage logic for filtering hotkeys based on user input
|
||||
*/
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Class DISPLAY_FOOTPRINTS_FRAME
|
||||
* DISPLAY_FOOTPRINTS_FRAME
|
||||
* is used to display footprints.
|
||||
*/
|
||||
class DISPLAY_FOOTPRINTS_FRAME : public PCB_BASE_FRAME
|
||||
|
@ -32,7 +32,7 @@
|
||||
class TOOL_ACTION;
|
||||
|
||||
/**
|
||||
* Class CVPCB_ACTIONS
|
||||
* CVPCB_ACTIONS
|
||||
*
|
||||
* Gathers all the actions that are shared by tools. The instance of CVPCB_ACTIONS is created
|
||||
* inside of ACTION_MANAGER object that registers the actions.
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Class CVPCB_CONTROL
|
||||
* CVPCB_CONTROL
|
||||
*
|
||||
* Handles actions in main cvpcb window.
|
||||
*/
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Class CVPCB_CONTROL
|
||||
* CVPCB_CONTROL
|
||||
*
|
||||
* Handles actions in main cvpcb window.
|
||||
*/
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Class CVPCB_FOOTPRINT_VIEWER_CONTROL
|
||||
* CVPCB_FOOTPRINT_VIEWER_CONTROL
|
||||
*
|
||||
* Handles control actions for the cvpcb footprint display frame.
|
||||
*/
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Class CVPCB_FOOTPRINT_VIEWER_SELECTION_TOOL
|
||||
* CVPCB_FOOTPRINT_VIEWER_SELECTION_TOOL
|
||||
*
|
||||
* Selection tool for the footprint viewer in cvpcb.
|
||||
*/
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <wx/html/htmlwin.h>
|
||||
|
||||
/**
|
||||
* Class ERC_HTML_LISTFRAME
|
||||
* ERC_HTML_LISTFRAME
|
||||
* is used to display a DRC_ITEM_LIST.
|
||||
*/
|
||||
class ERC_HTML_LISTFRAME : public wxHtmlWindow
|
||||
|
@ -50,7 +50,7 @@
|
||||
class wxConfigBase;
|
||||
|
||||
/**
|
||||
* Class DIALOG_ANNOTATE: a dialog to set/clear reference designators,
|
||||
* DIALOG_ANNOTATE: a dialog to set/clear reference designators,
|
||||
* of a schematic hierarchy, with different options
|
||||
*/
|
||||
class DIALOG_ANNOTATE: public DIALOG_ANNOTATE_BASE
|
||||
|
@ -39,7 +39,7 @@ class EDA_TEXT;
|
||||
|
||||
|
||||
/**
|
||||
* Class DIALOG_EDIT_ONE_FIELD
|
||||
* DIALOG_EDIT_ONE_FIELD
|
||||
* is a base class to edit schematic and component library fields.
|
||||
* <p>
|
||||
* This class is setup in expectation of its children
|
||||
@ -105,7 +105,7 @@ protected:
|
||||
|
||||
|
||||
/**
|
||||
* Class DIALOG_LIB_EDIT_ONE_FIELD
|
||||
* DIALOG_LIB_EDIT_ONE_FIELD
|
||||
* is a the class to handle editing a single component field in the library editor.
|
||||
* <p>
|
||||
* @note Use ShowQuasiModal when calling this class!
|
||||
@ -133,7 +133,7 @@ public:
|
||||
|
||||
|
||||
/**
|
||||
* Class DIALOG_SCH_EDIT_ONE_FIELD
|
||||
* DIALOG_SCH_EDIT_ONE_FIELD
|
||||
* is a the class to handle editing a single component field in the schematic editor.
|
||||
* <p>
|
||||
* @note Use ShowQuasiModal when calling this class!
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Class EE_COLLECTOR
|
||||
* EE_COLLECTOR
|
||||
*/
|
||||
class EE_COLLECTOR : public COLLECTOR
|
||||
{
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Class LIB_BEZIER
|
||||
* LIB_BEZIER
|
||||
* defines bezier curve graphic body item.
|
||||
*/
|
||||
class LIB_BEZIER : public LIB_ITEM
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include <sch_sheet.h>
|
||||
|
||||
/**
|
||||
* Class UNIQUE_STRINGS
|
||||
* UNIQUE_STRINGS
|
||||
* tracks unique wxStrings and is useful in telling if a string
|
||||
* has been seen before.
|
||||
*/
|
||||
@ -81,7 +81,7 @@ struct LIB_PART_LESS_THAN
|
||||
};
|
||||
|
||||
/**
|
||||
* Class NETLIST_EXPORTER
|
||||
* NETLIST_EXPORTER
|
||||
* is a abstract class used for the netlist exporters that eeschema supports.
|
||||
*/
|
||||
class NETLIST_EXPORTER
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Class NETLIST_EXPORTER_CADSTAR
|
||||
* NETLIST_EXPORTER_CADSTAR
|
||||
* generates a netlist compatible with CADSTAR
|
||||
*/
|
||||
class NETLIST_EXPORTER_CADSTAR : public NETLIST_EXPORTER
|
||||
|
@ -53,7 +53,7 @@ enum GNL_T
|
||||
|
||||
|
||||
/**
|
||||
* Class NETLIST_EXPORTER_GENERIC
|
||||
* NETLIST_EXPORTER_GENERIC
|
||||
* generates a generic XML based netlist file. This allows using XSLT or other methods to
|
||||
* transform the XML to other netlist formats outside of the C++ codebase.
|
||||
*/
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user