MCPcopy Create free account
hub / github.com/KDE/labplot / newKeyword

Method newKeyword

src/frontend/widgets/FITSHeaderEditNewKeywordDialog.cpp:101–103  ·  view source on GitHub ↗

! * \brief Returns the new keyword. * \return The newly constructed keyword from the line edits. */

Source from the content-addressed store, hash-verified

99 * \return The newly constructed keyword from the line edits.
100 */
101FITSFilter::Keyword FITSHeaderEditNewKeywordDialog::newKeyword() const {
102 return m_newKeyword;
103}
104
105/*!
106 * \brief Decides whether the dialog should move in an accepted state or canceled.

Callers 1

addKeywordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected