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

Method sheetState

src/3rdparty/QXlsx/source/xlsxabstractsheet.cpp:105–109  ·  view source on GitHub ↗

! * Returns the state of the sheet. * * \sa isHidden(), isVisible(), setSheetState() */

Source from the content-addressed store, hash-verified

103 * \sa isHidden(), isVisible(), setSheetState()
104 */
105AbstractSheet::SheetState AbstractSheet::sheetState() const
106{
107 Q_D(const AbstractSheet);
108 return d->sheetState;
109}
110
111/*!
112 * Set the state of the sheet to \a state.

Callers 1

saveToXmlFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected