Home
last modified time | relevance | path

Searched refs:VALUE_FIELD (Results 1 – 25 of 93) sorted by relevance

1234

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_field_properties.cpp62 m_fieldId = VALUE_FIELD; in DIALOG_FIELD_PROPERTIES()
102 || m_fieldId == VALUE_FIELD in init()
128 if( m_fieldId == VALUE_FIELD && m_isPower ) in init()
197 if( m_fieldId == REFERENCE_FIELD || m_fieldId == VALUE_FIELD || m_fieldId == SHEETNAME_V ) in OnSetFocusText()
203 else if( m_fieldId == VALUE_FIELD || m_fieldId == SHEETNAME_V ) in OnSetFocusText()
250 else if( m_fieldId == VALUE_FIELD ) in TransferDataFromWindow()
303 if( m_fieldId == VALUE_FIELD ) in DIALOG_LIB_FIELD_PROPERTIES()
486 else if( fieldType == VALUE_FIELD ) in UpdateField()
533 if( symbol->IsAnnotated( aSheetPath ) && ( fieldType == VALUE_FIELD in UpdateField()
554 if( fieldType == VALUE_FIELD ) in UpdateField()
H A Ddialog_field_properties.h122 if( m_fieldId == VALUE_FIELD ) in UpdateField()
128 if( m_fieldId == VALUE_FIELD && aField->GetParent() ) in UpdateField()
H A Ddialog_lib_symbol_properties.cpp78 m_SymbolNameCtrl->SetValidator( SCH_FIELD_VALIDATOR( true, VALUE_FIELD ) ); in DIALOG_LIB_SYMBOL_PROPERTIES()
305 wxString newName = m_fields->at( VALUE_FIELD ).GetText(); in TransferDataFromWindow()
440 else if( event.GetRow() == VALUE_FIELD && event.GetCol() == FDC_VALUE ) in OnGridCellChanging()
452 m_grid->SetCellValue( VALUE_FIELD, FDC_VALUE, m_SymbolNameCtrl->GetValue() ); in OnSymbolNameText()
727 if( row == VALUE_FIELD && col == FDC_VALUE ) in OnUpdateUI()
H A Ddialog_lib_new_symbol.cpp47 m_textName->SetValidator( SCH_FIELD_VALIDATOR( true, VALUE_FIELD ) ); in DIALOG_LIB_NEW_SYMBOL()
H A Ddialog_change_symbols.cpp107 else if( i == VALUE_FIELD ) in DIALOG_CHANGE_SYMBOLS()
227 g_selectValue = m_fieldsBox->IsChecked( VALUE_FIELD ); in ~DIALOG_CHANGE_SYMBOLS()
632 else if( i == VALUE_FIELD ) in processSymbol()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A DPolarPlot.py40 VALUE_FIELD = 'VALUE_FIELD' variable in PolarPlot
56 self.addParameter(QgsProcessingParameterField(self.VALUE_FIELD,
88 valuefieldname = self.parameterAsString(parameters, self.VALUE_FIELD, context)
H A DBarPlot.py41 VALUE_FIELD = 'VALUE_FIELD' variable in BarPlot
58 self.addParameter(QgsProcessingParameterField(self.VALUE_FIELD,
86 valuefieldname = self.parameterAsString(parameters, self.VALUE_FIELD, context)
H A DMeanAndStdDevPlot.py41 VALUE_FIELD = 'VALUE_FIELD' variable in MeanAndStdDevPlot
58 self.addParameter(QgsProcessingParameterField(self.VALUE_FIELD,
85 valuefieldname = self.parameterAsString(parameters, self.VALUE_FIELD, context)
H A DBoxPlot.py42 VALUE_FIELD = 'VALUE_FIELD' variable in BoxPlot
61 self.addParameter(QgsProcessingParameterField(self.VALUE_FIELD,
98 valuefieldname = self.parameterAsString(parameters, self.VALUE_FIELD, context)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A DBarPlot.py41 VALUE_FIELD = 'VALUE_FIELD' variable in BarPlot
58 self.addParameter(QgsProcessingParameterField(self.VALUE_FIELD,
86 valuefieldname = self.parameterAsString(parameters, self.VALUE_FIELD, context)
H A DPolarPlot.py40 VALUE_FIELD = 'VALUE_FIELD' variable in PolarPlot
56 self.addParameter(QgsProcessingParameterField(self.VALUE_FIELD,
88 valuefieldname = self.parameterAsString(parameters, self.VALUE_FIELD, context)
H A DMeanAndStdDevPlot.py41 VALUE_FIELD = 'VALUE_FIELD' variable in MeanAndStdDevPlot
58 self.addParameter(QgsProcessingParameterField(self.VALUE_FIELD,
85 valuefieldname = self.parameterAsString(parameters, self.VALUE_FIELD, context)
H A DBoxPlot.py42 VALUE_FIELD = 'VALUE_FIELD' variable in BoxPlot
61 self.addParameter(QgsProcessingParameterField(self.VALUE_FIELD,
98 valuefieldname = self.parameterAsString(parameters, self.VALUE_FIELD, context)
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/util/config/
H A Dvalue.rs49 pub(crate) const VALUE_FIELD: &str = "$__cargo_private_value";
52 pub(crate) static FIELDS: [&str; 2] = [VALUE_FIELD, DEFINITION_FIELD];
192 expected: VALUE_FIELD, in deserialize()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/util/config/
H A Dvalue.rs49 pub(crate) const VALUE_FIELD: &str = "$__cargo_private_value";
52 pub(crate) static FIELDS: [&str; 2] = [VALUE_FIELD, DEFINITION_FIELD];
192 expected: VALUE_FIELD, in deserialize()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/util/config/
H A Dvalue.rs49 pub(crate) const VALUE_FIELD: &str = "$__cargo_private_value";
52 pub(crate) static FIELDS: [&str; 2] = [VALUE_FIELD, DEFINITION_FIELD];
192 expected: VALUE_FIELD, in deserialize()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsch_validators.cpp62 || aFieldId == VALUE_FIELD in SCH_FIELD_VALIDATOR()
105 case VALUE_FIELD: in Validate()
H A Dlib_field.cpp374 case VALUE_FIELD: aLayers[0] = LAYER_VALUEPART; break; in ViewGetLayers()
387 case VALUE_FIELD: return LAYER_VALUEPART; in GetDefaultLayer()
407 case VALUE_FIELD: return wxT( "Value" ); in GetCanonicalName()
H A Dsch_field.cpp98 case VALUE_FIELD: SetLayer( LAYER_VALUEPART ); break; in SetId()
473 if( m_id == VALUE_FIELD ) in IsReplaceable()
520 case VALUE_FIELD: in Replace()
703 case VALUE_FIELD: return wxT( "Value" ); in GetCanonicalName()
732 case VALUE_FIELD: return BITMAPS::edit_comp_value; in GetMenuImage()
H A Dfields_grid_table.cpp61 m_valueValidator( aFrame->IsType( FRAME_SCH_SYMBOL_EDITOR ), VALUE_FIELD ), in FIELDS_GRID_TABLE()
83 m_valueValidator( aFrame->IsType( FRAME_SCH_SYMBOL_EDITOR ), VALUE_FIELD ), in FIELDS_GRID_TABLE()
275 else if( m_parentType == SCH_SYMBOL_T && aRow == VALUE_FIELD ) in GetAttr()
493 else if( m_frame->IsType( FRAME_SCH_SYMBOL_EDITOR ) && aRow == VALUE_FIELD ) in SetValue()
H A Dsch_symbol.cpp210 else if( i == VALUE_FIELD ) in Init()
590 return GetField( VALUE_FIELD )->GetText(); in GetValue()
592 return GetField( VALUE_FIELD )->GetShownText(); in GetValue()
604 m_fields[ VALUE_FIELD ].SetText( aValue ); in SetValue()
803 else if( id == VALUE_FIELD ) in UpdateFields()
957 else if( i == VALUE_FIELD ) in ResolveTextVar()
1665 if( SEARCH_RESULT::QUIT == aInspector( GetField( VALUE_FIELD ), (void*) this ) ) in Visit()
1733 for( int i = VALUE_FIELD; i < GetFieldCount(); i++ ) in operator ==()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dtemplate_fieldnames.cpp54 case VALUE_FIELD: return VALUE_CANONICAL; // The symbol value in GetDefaultFieldName()
80 case VALUE_FIELD: return valueDefault; // The symbol value in GetDefaultFieldName()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dtemplate_fieldnames.h44 VALUE_FIELD, ///< Field Value of part, i.e. "3.3K" enumerator
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/eeschema/
H A Dlib_field_test_utils.h111 ok &= FieldNameIdMatches( aFields[1], "Value", MANDATORY_FIELD_T::VALUE_FIELD );
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/sch_plugins/eagle/
H A Dsch_eagle_plugin.cpp1366 symbol->GetField( VALUE_FIELD )->SetText( *epart->value ); in loadInstance()
1368 symbol->GetField( VALUE_FIELD )->SetText( kisymbolname ); in loadInstance()
1373 symbol->GetField( VALUE_FIELD )->SetVisible( part->GetFieldById( VALUE_FIELD )->IsVisible() ); in loadInstance()
1377 SCH_FIELD* field = symbol->AddField( *symbol->GetField( VALUE_FIELD ) ); in loadInstance()
1385 SCH_FIELD* field = symbol->AddField( *symbol->GetField( VALUE_FIELD ) ); in loadInstance()
1411 field = symbol->GetField( VALUE_FIELD ); in loadInstance()
1453 SCH_FIELD* field = symbol->AddField( *symbol->GetField( VALUE_FIELD ) ); in loadInstance()
1466 symbol->GetField( VALUE_FIELD )->SetVisible( false ); in loadInstance()
1487 m_powerPorts[ reference ] = symbol->GetField( VALUE_FIELD )->GetText(); in loadInstance()
1700 LIB_FIELD* field = aSymbol->GetFieldById( VALUE_FIELD ); in loadSymbol()
[all …]

1234