Home
last modified time | relevance | path

Searched defs:SetNotes (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wellarchitected/include/aws/wellarchitected/model/
H A DChoiceUpdate.h117 inline void SetNotes(const Aws::String& value) { m_notesHasBeenSet = true; m_notes = value; } in SetNotes() function
122 …inline void SetNotes(Aws::String&& value) { m_notesHasBeenSet = true; m_notes = std::move(value); } in SetNotes() function
127 inline void SetNotes(const char* value) { m_notesHasBeenSet = true; m_notes.assign(value); } in SetNotes() function
H A DChoiceAnswer.h143 inline void SetNotes(const Aws::String& value) { m_notesHasBeenSet = true; m_notes = value; } in SetNotes() function
148 …inline void SetNotes(Aws::String&& value) { m_notesHasBeenSet = true; m_notes = std::move(value); } in SetNotes() function
153 inline void SetNotes(const char* value) { m_notesHasBeenSet = true; m_notes.assign(value); } in SetNotes() function
H A DPillarReviewSummary.h99 inline void SetNotes(const Aws::String& value) { m_notesHasBeenSet = true; m_notes = value; } in SetNotes() function
102 …inline void SetNotes(Aws::String&& value) { m_notesHasBeenSet = true; m_notes = std::move(value); } in SetNotes() function
105 inline void SetNotes(const char* value) { m_notesHasBeenSet = true; m_notes.assign(value); } in SetNotes() function
H A DUpdateAnswerRequest.h225 inline void SetNotes(const Aws::String& value) { m_notesHasBeenSet = true; m_notes = value; } in SetNotes() function
228 …inline void SetNotes(Aws::String&& value) { m_notesHasBeenSet = true; m_notes = std::move(value); } in SetNotes() function
231 inline void SetNotes(const char* value) { m_notesHasBeenSet = true; m_notes.assign(value); } in SetNotes() function
H A DLensReview.h219 inline void SetNotes(const Aws::String& value) { m_notesHasBeenSet = true; m_notes = value; } in SetNotes() function
222 …inline void SetNotes(Aws::String&& value) { m_notesHasBeenSet = true; m_notes = std::move(value); } in SetNotes() function
225 inline void SetNotes(const char* value) { m_notesHasBeenSet = true; m_notes.assign(value); } in SetNotes() function
H A DAnswer.h328 inline void SetNotes(const Aws::String& value) { m_notesHasBeenSet = true; m_notes = value; } in SetNotes() function
331 …inline void SetNotes(Aws::String&& value) { m_notesHasBeenSet = true; m_notes = std::move(value); } in SetNotes() function
334 inline void SetNotes(const char* value) { m_notesHasBeenSet = true; m_notes.assign(value); } in SetNotes() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-organizations/include/aws/organizations/model/
H A DInviteAccountToOrganizationRequest.h141 inline void SetNotes(const Aws::String& value) { m_notesHasBeenSet = true; m_notes = value; } in SetNotes() function
147 …inline void SetNotes(Aws::String&& value) { m_notesHasBeenSet = true; m_notes = std::move(value); } in SetNotes() function
153 inline void SetNotes(const char* value) { m_notesHasBeenSet = true; m_notes.assign(value); } in SetNotes() function
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/dialogs/tools/
H A Ddialogsinglepoint.cpp137 void DialogSinglePoint::SetNotes(const QString &notes) in SetNotes() function in DialogSinglePoint
H A Ddialogpointofintersection.cpp241 void DialogPointOfIntersection::SetNotes(const QString &notes) in SetNotes() function in DialogPointOfIntersection
H A Ddialogline.cpp247 void DialogLine::SetNotes(const QString &notes) in SetNotes() function in DialogLine
H A Ddialogpointfromarcandtangent.cpp207 void DialogPointFromArcAndTangent::SetNotes(const QString &notes) in SetNotes() function in DialogPointFromArcAndTangent
H A Ddialogcubicbezier.cpp314 void DialogCubicBezier::SetNotes(const QString &notes) in SetNotes() function in DialogCubicBezier
H A Ddialogpointofintersectionarcs.cpp230 void DialogPointOfIntersectionArcs::SetNotes(const QString &notes) in SetNotes() function in DialogPointOfIntersectionArcs
H A Ddialogtriangle.cpp340 void DialogTriangle::SetNotes(const QString &notes) in SetNotes() function in DialogTriangle
H A Ddialogcutarc.cpp321 void DialogCutArc::SetNotes(const QString &notes) in SetNotes() function in DialogCutArc
H A Ddialogcutspline.cpp321 void DialogCutSpline::SetNotes(const QString &notes) in SetNotes() function in DialogCutSpline
H A Ddialogcutsplinepath.cpp321 void DialogCutSplinePath::SetNotes(const QString &notes) in SetNotes() function in DialogCutSplinePath
H A Ddialogheight.cpp353 void DialogHeight::SetNotes(const QString &notes) in SetNotes() function in DialogHeight
H A Ddialogpointofcontact.cpp392 void DialogPointOfContact::SetNotes(const QString &notes) in SetNotes() function in DialogPointOfContact
H A Ddialogpointfromcircleandtangent.cpp341 void DialogPointFromCircleAndTangent::SetNotes(const QString &notes) in SetNotes() function in DialogPointFromCircleAndTangent
H A Ddialogbisector.cpp354 void DialogBisector::SetNotes(const QString &notes) in SetNotes() function in DialogBisector
H A Ddialogshoulderpoint.cpp427 void DialogShoulderPoint::SetNotes(const QString &notes) in SetNotes() function in DialogShoulderPoint
H A Ddialogalongline.cpp305 void DialogAlongLine::SetNotes(const QString &notes) in SetNotes() function in DialogAlongLine
H A Ddialogendline.cpp455 void DialogEndLine::SetNotes(const QString &notes) in SetNotes() function in DialogEndLine
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/ModelPackage/
H A DPackager.py50 def SetNotes(self, notes): member in ModelPackage

12345