Home
last modified time | relevance | path

Searched refs:m_comments (Results 1 – 25 of 94) sorted by relevance

1234

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Dannotation.cpp210 : m_comments() in Annotation()
217 return m_comments; in comments()
228 m_comments = comments; in setComments()
233 m_comments.clear(); in removeComments()
238 return m_comments.size(); in commentsSize()
243 if (m_comments.size() > n) in comment()
244 return m_comments.at(n); in comment()
259 m_comments[n] = comment; in updateComment()
270 if (m_comments.size() > n) { in removeComment()
271 m_comments.remove(n); in removeComment()
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/configuration/
H A DCommentsConfigurationPage.cpp124 m_comments = loadFromMetadata(); in CommentsConfigurationPage()
127 m_textEdit->setPlainText(m_comments[m_page].text); in CommentsConfigurationPage()
130 if (m_comments.size() == 1) { in CommentsConfigurationPage()
177 if (m_comments.find(m_page) == m_comments.end()) { in createPage()
178 m_comments[pageName].text = ""; in createPage()
189 m_textEdit->setPlainText(m_comments[m_page].text); in showPage()
201 if (m_comments.size() == 1) { in slotShowPagesMenu()
223 it != m_comments.end(); ++it) { in slotShowPagesMenu()
266 m_comments[m_page] = comments[m_page]; in slotReload()
301 mh.setComments(m_comments); in apply()
[all …]
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/oggflacmetadata/
H A Doggfile.cpp178 m_comments.clear(); in readTags()
346 m_comments.clear(); in clearTags()
486 m_comments.clear(); in deleteFrames()
490 for (auto it = m_comments.begin(); it != m_comments.end();) { // clazy:exclude=detaching-member in deleteFrames()
493 it = m_comments.erase(it); in deleteFrames()
515 return m_comments.getValue(name); in getTextField()
533 m_comments.setValue(name, value)) { in setTextField()
686 m_comments[index].setValue(value); in setFrame()
753 frame.setIndex(m_comments.size() - 1); in addFrame()
774 m_comments.removeAt(index); in deleteFrame()
[all …]
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/oggflacmetadata/
H A Doggfile.cpp178 m_comments.clear(); in readTags()
346 m_comments.clear(); in clearTags()
486 m_comments.clear(); in deleteFrames()
490 for (auto it = m_comments.begin(); it != m_comments.end();) { // clazy:exclude=detaching-member in deleteFrames()
493 it = m_comments.erase(it); in deleteFrames()
515 return m_comments.getValue(name); in getTextField()
533 m_comments.setValue(name, value)) { in setTextField()
686 m_comments[index].setValue(value); in setFrame()
753 frame.setIndex(m_comments.size() - 1); in addFrame()
774 m_comments.removeAt(index); in deleteFrame()
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/cppparser/
H A Dparser.h203 CommentSet m_comments; variable
219 m_comments.erase(it);
238 if (m_comments.empty())
246 m_comments.clear();
257 m_comments.clear();
277 if (it != m_comments.end()) { in getComment()
279 m_comments.erase(it); in getComment()
290 if (it != m_comments.end()) { in addComment()
295 m_comments.erase(it); in addComment()
298 m_comments.insert(comment); in addComment()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/table2asn/
H A Dstruc_cmt_reader.cpp64 LoadComments(*reader, m_comments, CSeq_id::fParse_AnyLocal); in CTable2AsnStructuredCommentsReader()
65 for (CStructComment& comment : m_comments) { in CTable2AsnStructuredCommentsReader()
69 m_comments.push_back({}); in CTable2AsnStructuredCommentsReader()
70 LoadCommentsByRow(*reader, m_comments.front()); in CTable2AsnStructuredCommentsReader()
71 _CheckStructuredCommentsSuffix(m_comments.front()); in CTable2AsnStructuredCommentsReader()
87 _AddStructuredComments(descr, m_comments.front()); in ProcessComments()
90 for (const CStructComment& comment : m_comments) { in ProcessComments()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-workdocs/include/aws/workdocs/model/
H A DDescribeCommentsResult.h40 inline const Aws::Vector<Comment>& GetComments() const{ return m_comments; } in GetComments()
45 inline void SetComments(const Aws::Vector<Comment>& value) { m_comments = value; } in SetComments()
50 inline void SetComments(Aws::Vector<Comment>&& value) { m_comments = std::move(value); } in SetComments()
65 …inline DescribeCommentsResult& AddComments(const Comment& value) { m_comments.push_back(value); re… in AddComments()
70 …inline DescribeCommentsResult& AddComments(Comment&& value) { m_comments.push_back(std::move(value… in AddComments()
117 Aws::Vector<Comment> m_comments;
/dports/math/octave/octave-6.4.0/libinterp/parse-tree/
H A Dpt-classdef.cc142 : m_id (i), m_expr (nullptr), m_comments (comments), in tree_classdef_property()
143 m_doc_string (check_for_doc_string (m_comments)) in tree_classdef_property()
149 : m_id (i), m_expr (e), m_comments (comments), in tree_classdef_property()
150 m_doc_string (check_for_doc_string (m_comments)) in tree_classdef_property()
175 : m_id (i), m_comments (comments), in tree_classdef_event()
176 m_doc_string (check_for_doc_string (m_comments)) in tree_classdef_event()
198 : m_id (i), m_expr (e), m_comments (comments), in tree_classdef_enum()
199 m_doc_string (check_for_doc_string (m_comments)) in tree_classdef_enum()
/dports/deskutils/ktimetracker/ktimetracker-5.0.1/src/model/
H A Devent.cpp36 , m_comments(event->comments()) in Event()
127 if (m_comments.isEmpty() || comment != m_comments.last()) { in addComment()
128 m_comments.append(comment); in addComment()
134 return m_comments; in comments()
/dports/x11-toolkits/kf5-attica/attica-5.89.0/src/
H A Dtopic.cpp22 int m_comments; member in Topic::Private
25 : m_comments(0) in Private()
112 d->m_comments = comments; in setComments()
117 return d->m_comments; in comments()
H A Dknowledgebaseentry.cpp24 int m_comments; member in KnowledgeBaseEntry::Private
31 , m_comments(0) in Private()
138 d->m_comments = comments; in setComments()
143 return d->m_comments; in comments()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-guardduty/include/aws/guardduty/model/
H A DUpdateFindingsFeedbackRequest.h166 inline const Aws::String& GetComments() const{ return m_comments; } in GetComments()
176 …inline void SetComments(const Aws::String& value) { m_commentsHasBeenSet = true; m_comments = valu… in SetComments()
181 …inline void SetComments(Aws::String&& value) { m_commentsHasBeenSet = true; m_comments = std::move… in SetComments()
186 …inline void SetComments(const char* value) { m_commentsHasBeenSet = true; m_comments.assign(value)… in SetComments()
214 Aws::String m_comments; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/xmlpatternssdk/
H A DTestResultHandler.cpp54 m_comments.reserve(1000); /* Comments are only used for stuff that crash, more or less. */ in TestResultHandler()
84 m_comments.squeeze(); in endDocument()
95 return m_comments; in comments()
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/dsig/
H A DDSIGTransformC14n.cpp53 m_comments = false; in DSIGTransformC14n()
65 m_comments = false; in DSIGTransformC14n()
82 if (m_comments) in appendTransformer()
118 m_comments = false; in createBlankTransform()
151 …if (!XSECAlgorithmSupport::evalCanonicalizationMethod(m_cMethod, m_exclusive, m_comments, m_onedot… in load()
219 m_comments = comments; in setCanonicalizationMethod()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/include/aws/codecommit/model/
H A DCommentsForComparedCommit.h328 inline const Aws::Vector<Comment>& GetComments() const{ return m_comments; } in GetComments()
340 …SetComments(const Aws::Vector<Comment>& value) { m_commentsHasBeenSet = true; m_comments = value; } in SetComments()
346 …inline void SetComments(Aws::Vector<Comment>&& value) { m_commentsHasBeenSet = true; m_comments = … in SetComments()
364 …mmit& AddComments(const Comment& value) { m_commentsHasBeenSet = true; m_comments.push_back(value)… in AddComments()
370 …redCommit& AddComments(Comment&& value) { m_commentsHasBeenSet = true; m_comments.push_back(std::m… in AddComments()
392 Aws::Vector<Comment> m_comments; variable
H A DCommentsForPullRequest.h385 inline const Aws::Vector<Comment>& GetComments() const{ return m_comments; } in GetComments()
397 …SetComments(const Aws::Vector<Comment>& value) { m_commentsHasBeenSet = true; m_comments = value; } in SetComments()
403 …inline void SetComments(Aws::Vector<Comment>&& value) { m_commentsHasBeenSet = true; m_comments = … in SetComments()
421 …uest& AddComments(const Comment& value) { m_commentsHasBeenSet = true; m_comments.push_back(value)… in AddComments()
427 …llRequest& AddComments(Comment&& value) { m_commentsHasBeenSet = true; m_comments.push_back(std::m… in AddComments()
452 Aws::Vector<Comment> m_comments; variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dmagpiefileimportpopup.h19 QList<QString> m_comments; variable
26 int getFrameCount() const { return m_comments.size(); } in getFrameCount()
28 QList<QString> getComments() const { return m_comments; } in getComments()
/dports/comms/wsjtz/wsjtx/widgets/
H A Dlogqso.cpp83 m_comments = m_settings->value ("LogComments", "").toString(); in loadSettings()
101 m_settings->setValue ("LogComments", m_comments); in storeSettings()
125 ui->comments->setText (m_comments); in initLogQSO()
183 m_comments = ui->comments->text (); in accept()
247 "," + m_comments + "," + name + "," + prop_mode; in accept()
268 , m_comments in accept()
285 , m_comments in accept()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DCSVInput.h120 inline const Aws::String& GetComments() const{ return m_comments; } in GetComments()
134 …inline void SetComments(const Aws::String& value) { m_commentsHasBeenSet = true; m_comments = valu… in SetComments()
141 …inline void SetComments(Aws::String&& value) { m_commentsHasBeenSet = true; m_comments = std::move… in SetComments()
148 …inline void SetComments(const char* value) { m_commentsHasBeenSet = true; m_comments.assign(value)… in SetComments()
425 Aws::String m_comments; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DCSVInput.h120 inline const Aws::String& GetComments() const{ return m_comments; } in GetComments()
134 …inline void SetComments(const Aws::String& value) { m_commentsHasBeenSet = true; m_comments = valu… in SetComments()
141 …inline void SetComments(Aws::String&& value) { m_commentsHasBeenSet = true; m_comments = std::move… in SetComments()
148 …inline void SetComments(const char* value) { m_commentsHasBeenSet = true; m_comments.assign(value)… in SetComments()
425 Aws::String m_comments; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-glacier/include/aws/glacier/model/
H A DCSVInput.h83 inline const Aws::String& GetComments() const{ return m_comments; } in GetComments()
95 …inline void SetComments(const Aws::String& value) { m_commentsHasBeenSet = true; m_comments = valu… in SetComments()
101 …inline void SetComments(Aws::String&& value) { m_commentsHasBeenSet = true; m_comments = std::move… in SetComments()
107 …inline void SetComments(const char* value) { m_commentsHasBeenSet = true; m_comments.assign(value)… in SetComments()
320 Aws::String m_comments; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-auditmanager/include/aws/auditmanager/model/
H A DAssessmentControl.h233 inline const Aws::Vector<ControlComment>& GetComments() const{ return m_comments; } in GetComments()
243 …ents(const Aws::Vector<ControlComment>& value) { m_commentsHasBeenSet = true; m_comments = value; } in SetComments()
248 …ts(Aws::Vector<ControlComment>&& value) { m_commentsHasBeenSet = true; m_comments = std::move(valu… in SetComments()
263 …ddComments(const ControlComment& value) { m_commentsHasBeenSet = true; m_comments.push_back(value)… in AddComments()
268 …ol& AddComments(ControlComment&& value) { m_commentsHasBeenSet = true; m_comments.push_back(std::m… in AddComments()
375 Aws::Vector<ControlComment> m_comments; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/source/model/
H A DCommentsForComparedCommit.cpp93 m_comments.push_back(commentsJsonList[commentsIndex].AsObject()); in operator =()
143 Array<JsonValue> commentsJsonList(m_comments.size()); in Jsonize()
146 commentsJsonList[commentsIndex].AsObject(m_comments[commentsIndex].Jsonize()); in Jsonize()
H A DCommentsForPullRequest.cpp102 m_comments.push_back(commentsJsonList[commentsIndex].AsObject()); in operator =()
158 Array<JsonValue> commentsJsonList(m_comments.size()); in Jsonize()
161 commentsJsonList[commentsIndex].AsObject(m_comments[commentsIndex].Jsonize()); in Jsonize()
/dports/math/pdal/PDAL-2.3.0/vendor/kazhdan/
H A DPoissonRecon.h215 { return m_comments; } in comments()
250 std::vector<std::string> m_comments; variable
400 m_profiler.dumpOutput2(m_comments , "# Read input into tree:"); in readData()
412 m_profiler.dumpOutput2(m_comments , "# Got kernel density:"); in calcDensity()
423 m_profiler.dumpOutput2(m_comments , "# Got normal field:" ); in calcNormalData()
442 m_profiler.dumpOutput2(m_comments , "# Finalized tree:" ); in trim()
456 m_profiler.dumpOutput2(m_comments , "# Set FEM constraints:"); in addFEMConstraints()
470 m_profiler.dumpOutput2(m_comments, "#Set point constraints:"); in addInterpolationConstraints()
496 m_comments.push_back("Running Screened Poisson Reconstruction " in execute()

1234