Home
last modified time | relevance | path

Searched refs:AttrLength (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-mgmt/arts++/arts++-1.1.a13/classes/include/
H A DArtsHeader.hh362 inline uint32_t AttrLength() const in AttrLength() function in ArtsHeader
373 inline uint32_t AttrLength(uint32_t attrLength) in AttrLength() function in ArtsHeader
/dports/net-mgmt/arts++/arts++-1.1.a13/classes/src/
H A DArts.cc351 this->_header.AttrLength(this->_attributes.Length()); in AddHostAttribute()
364 this->_header.AttrLength(this->_attributes.Length()); in AddHostPairAttribute()
377 this->_header.AttrLength(this->_attributes.Length()); in AddCreationAttribute()
390 this->_header.AttrLength(this->_attributes.Length()); in AddPeriodAttribute()
403 this->_header.AttrLength(this->_attributes.Length()); in AddIfIndexAttribute()
416 this->_header.AttrLength(this->_attributes.Length()); in AddIfDescrAttribute()
429 this->_header.AttrLength(this->_attributes.Length()); in AddIfIpAddrAttribute()
1009 this->_header.AttrLength(this->_attributes.Length()); in write()
1148 this->_header.AttrLength(this->_attributes.Length()); in write()
H A DArtsHeader.cc334 this->_attrLength = artsHeader.AttrLength(); in operator =()
357 os << "\tattr_length: " << dec << artsHeader.AttrLength() in operator <<()
358 << " (" << hex << artsHeader.AttrLength() << ")" << endl; in operator <<()
H A DArtsNetMatrix.cc93 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),ios::cur); in operator >>()
H A DArtsPortMatrix.cc93 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),ios::cur); in operator >>()
H A DArtsInterfaceMatrix.cc97 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),ios::cur); in operator >>()
H A DArtsBgp4RouteTable.cc94 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),ios::cur); in operator >>()
H A DArtsRttTimeSeriesTable.cc109 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),ios::cur); in operator >>()
H A DArtsAsMatrix.cc97 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),std::ios::cur); in operator >>()
H A DArtsIpPath.cc121 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),std::ios::cur); in operator >>()
H A DArtsNextHopTable.cc164 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),ios::cur); in operator >>()
H A DArtsPortTable.cc163 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),ios::cur); in operator >>()
H A DArtsProtocolTable.cc166 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),ios::cur); in operator >>()
H A DArtsTosTable.cc166 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),ios::cur); in operator >>()
H A DArtsSelectedPortTable.cc176 is.seekg(artsHeader.AttrLength() + artsHeader.DataLength(),ios::cur); in operator >>()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vformat/
H A Dvpatternrecipe.cpp481 Formula(step, tool->GetFormulaLength(), AttrLength, AttrLengthValue); in EndLine()
513 Formula(step, tool->GetFormulaLength(), AttrLength, AttrLengthValue); in AlongLine()
530 Formula(step, tool->GetFormulaLength(), AttrLength, AttrLengthValue); in ShoulderPoint()
546 Formula(step, tool->GetFormulaLength(), AttrLength, AttrLengthValue); in Normal()
564 Formula(step, tool->GetFormulaLength(), AttrLength, AttrLengthValue); in Bisector()
667 Formula(step, tool->GetFormulaLength(), AttrLength, AttrLengthValue); in ArcWithLength()
825 Formula(step, tool->GetFormulaLength(), AttrLength, AttrLengthValue); in CutArc()
841 Formula(step, tool->GetFormulaLength(), AttrLength, AttrLengthValue); in CutSpline()
857 Formula(step, tool->GetFormulaLength(), AttrLength, AttrLengthValue); in CutSplinePath()
1079 Formula(step, tool->GetFormulaLength(), AttrLength, AttrLengthValue); in Move()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolpoint/toolsinglepoint/toollinepoint/
H A Dvtoolendline.cpp193 doc->SetAttribute(domElement, AttrLength, dialogTool->GetFormula()); in SaveDialog()
207 doc->SetAttribute(tag, AttrLength, formulaLength); in SaveOptions()
219 formulaLength = doc->GetParametrString(domElement, AttrLength, QString()); in ReadToolAttributes()
H A Dvtoolalongline.cpp105 doc->SetAttribute(domElement, AttrLength, dialogTool->GetFormula()); in SaveDialog()
119 doc->SetAttribute(tag, AttrLength, formulaLength); in SaveOptions()
131 formulaLength = doc->GetParametrString(domElement, AttrLength, QString()); in ReadToolAttributes()
H A Dvtoolnormal.cpp233 doc->SetAttribute(domElement, AttrLength, dialogTool->GetFormula()); in SaveDialog()
248 doc->SetAttribute(tag, AttrLength, formulaLength); in SaveOptions()
261 formulaLength = doc->GetParametrString(domElement, AttrLength, QString()); in ReadToolAttributes()
H A Dvtoolbisector.cpp263 doc->SetAttribute(domElement, AttrLength, dialogTool->GetFormula()); in SaveDialog()
278 doc->SetAttribute(tag, AttrLength, formulaLength); in SaveOptions()
291 formulaLength = doc->GetParametrString(domElement, AttrLength, QString()); in ReadToolAttributes()
H A Dvtoolshoulderpoint.cpp281 doc->SetAttribute(domElement, AttrLength, dialogTool->GetFormula()); in SaveDialog()
296 doc->SetAttribute(tag, AttrLength, formulaLength); in SaveOptions()
309 formulaLength = doc->GetParametrString(domElement, AttrLength, QString()); in ReadToolAttributes()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolpoint/toolsinglepoint/toolcut/
H A Dvtoolcutspline.cpp231 doc->SetAttribute(domElement, AttrLength, dialogTool->GetFormula()); in SaveDialog()
248 doc->SetAttribute(tag, AttrLength, formula); in SaveOptions()
257 formula = doc->GetParametrString(domElement, AttrLength, QString()); in ReadToolAttributes()
H A Dvtoolcutarc.cpp234 doc->SetAttribute(domElement, AttrLength, dialogTool->GetFormula()); in SaveDialog()
251 doc->SetAttribute(tag, AttrLength, formula); in SaveOptions()
260 formula = doc->GetParametrString(domElement, AttrLength, QString()); in ReadToolAttributes()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/core/
H A Dvtooloptionspropertybrowser.cpp3114 idToProperty[AttrLength]->setValue(valueFormula); in UpdateOptionsToolEndLine()
3145 idToProperty[AttrLength]->setValue(valueFormula); in UpdateOptionsToolAlongLine()
3217 idToProperty[AttrLength]->setValue(valueLength); in UpdateOptionsToolArcWithLength()
3251 idToProperty[AttrLength]->setValue(valueFormula); in UpdateOptionsToolBisector()
3318 idToProperty[AttrLength]->setValue(valueFormula); in UpdateOptionsToolCutArc()
3339 idToProperty[AttrLength]->setValue(valueFormula); in UpdateOptionsToolCutSpline()
3360 idToProperty[AttrLength]->setValue(valueFormula); in UpdateOptionsToolCutSplinePath()
3463 idToProperty[AttrLength]->setValue(valueFormula); in UpdateOptionsToolNormal()
3649 idToProperty[AttrLength]->setValue(valueFormula); in UpdateOptionsToolShoulderPoint()
3948 idToProperty[AttrLength]->setValue(valueLength); in UpdateOptionsToolMove()
[all …]
/dports/net-mgmt/arts++/arts++-1.1.a13/apps/artstrunc/
H A Dartstrunc.cc148 if (! artsStream.seekg(arts.Header().AttrLength(),ios::cur)) in main()

12