|
libodsstream
Library for mass spectrometry
|
#include <odstablesettings.h>
Public Member Functions | |
| OdsTableSettings () | |
| OdsTableSettings (const OdsTableSettings &other) | |
| virtual | ~OdsTableSettings () |
| OdsTableSettings & | operator= (OdsTableSettings const &other) |
| void | setVerticalSplit (unsigned int position) |
| void | setHorizontalSplit (unsigned int position) |
| const QString & | getSheetName () const |
Protected Member Functions | |
| void | setSheetName (const QString &sheetname) |
| const QString | getValue (const QString &property) const |
Private Attributes | |
| friend | SettingsXml |
| QString | _sheetname |
| std::map< QString, QString > | _map_properties |
Definition at line 42 of file odstablesettings.h.
| OdsTableSettings::OdsTableSettings | ( | ) |
Definition at line 37 of file odstablesettings.cpp.
| OdsTableSettings::OdsTableSettings | ( | const OdsTableSettings & | other | ) |
Definition at line 40 of file odstablesettings.cpp.
References _map_properties, and _sheetname.
|
virtual |
Definition at line 45 of file odstablesettings.cpp.
| const QString & OdsTableSettings::getSheetName | ( | ) | const |
Definition at line 63 of file odstablesettings.cpp.
References _sheetname.
|
protected |
Definition at line 68 of file odstablesettings.cpp.
References _map_properties.
Referenced by SettingsXml::setCurrentOdsTableSettings(), setVerticalSplit(), and SettingsXml::writeSheetSettings().
| OdsTableSettings & OdsTableSettings::operator= | ( | OdsTableSettings const & | other | ) |
Definition at line 49 of file odstablesettings.cpp.
References _map_properties, and _sheetname.
| void OdsTableSettings::setHorizontalSplit | ( | unsigned int | position | ) |
Definition at line 99 of file odstablesettings.cpp.
References _map_properties.
|
protected |
Definition at line 58 of file odstablesettings.cpp.
References _sheetname.
Referenced by SettingsXml::setCurrentOdsTableSettings().
| void OdsTableSettings::setVerticalSplit | ( | unsigned int | position | ) |
Definition at line 81 of file odstablesettings.cpp.
References _map_properties, and getValue().
Referenced by QtableWriter::writeSheet().
|
private |
Definition at line 63 of file odstablesettings.h.
Referenced by OdsTableSettings(), getValue(), operator=(), setHorizontalSplit(), and setVerticalSplit().
|
private |
Definition at line 62 of file odstablesettings.h.
Referenced by OdsTableSettings(), getSheetName(), operator=(), and setSheetName().
|
private |
Definition at line 44 of file odstablesettings.h.