KiCad PCB EDA Suite
|
#include <eeschema_settings.h>
Public Attributes | |
bool | automatic |
bool | recursive |
int | scope |
int | options |
int | messages_filter |
Definition at line 217 of file eeschema_settings.h.
bool EESCHEMA_SETTINGS::PANEL_ANNOTATE::automatic |
Definition at line 219 of file eeschema_settings.h.
Referenced by SCH_DRAWING_TOOLS::DrawSheet(), SCH_DRAWING_TOOLS::ImportSheet(), PANEL_EESCHEMA_EDITING_OPTIONS::loadEEschemaSettings(), SCH_DRAWING_TOOLS::PlaceSymbol(), SCH_EDIT_FRAME::setupUIConditions(), and SCH_EDITOR_CONTROL::ToggleAnnotateAuto().
int EESCHEMA_SETTINGS::PANEL_ANNOTATE::messages_filter |
Definition at line 223 of file eeschema_settings.h.
int EESCHEMA_SETTINGS::PANEL_ANNOTATE::options |
Definition at line 222 of file eeschema_settings.h.
Referenced by DIALOG_ANNOTATE::TransferDataToWindow().
bool EESCHEMA_SETTINGS::PANEL_ANNOTATE::recursive |
Definition at line 220 of file eeschema_settings.h.
Referenced by DIALOG_ANNOTATE::TransferDataToWindow(), and DIALOG_ANNOTATE::~DIALOG_ANNOTATE().
int EESCHEMA_SETTINGS::PANEL_ANNOTATE::scope |
Definition at line 221 of file eeschema_settings.h.
Referenced by DIALOG_ANNOTATE::TransferDataToWindow(), and DIALOG_ANNOTATE::~DIALOG_ANNOTATE().