kplato
KPlato::WBSDefinition Class Reference
List of all members.Detailed Description
Definition at line 35 of file kptwbsdefinition.h.
Public Member Functions | |
| WBSDefinition () | |
| ~WBSDefinition () | |
| void | clear () |
| QString | wbs (uint index, int level) |
| QString | code (uint index, int level) |
| QString | separator (int level) |
| CodeDef & | defaultDef () |
| void | setDefaultDef (CodeDef def) |
| bool | isLevelsDefEnabled () const |
| bool | level0Enabled () |
| void | setLevelsDefEnabled (bool on) |
| void | clearLevelsDef () |
| const QMap< int, CodeDef > & | levelsDef () const |
| void | setLevelsDef (QMap< int, CodeDef > def) |
| CodeDef | levelsDef (int level) const |
| void | setLevelsDef (int level, CodeDef def) |
| void | setLevelsDef (int level, QString c, QString s) |
| QStringList | codeList () |
| int | defaultCodeIndex () const |
| bool | setDefaultCode (uint index) |
| QString | defaultSeparator () const |
| void | setDefaultSeparator (QString s) |
Protected Member Functions | |
| QString | code (CodeDef &def, uint index) |
| QString | toRoman (int n, bool upper=false) |
Classes | |
| class | CodeDef |
Member Function Documentation
| QString KPlato::WBSDefinition::wbs | ( | uint | index, | |
| int | level | |||
| ) |
| QString KPlato::WBSDefinition::code | ( | uint | index, | |
| int | level | |||
| ) |
| QString KPlato::WBSDefinition::separator | ( | int | level | ) |
The documentation for this class was generated from the following files:

