|
The SWORD Project
1.9.0.svnversion
|
#include <versificationmgr.h>
Collaboration diagram for VersificationMgr::Book:Classes | |
| class | Private |
Public Member Functions | |
| Book () | |
| Book (const Book &other) | |
| Book (const char *longName, const char *osisName, const char *prefAbbrev, int chapMax) | |
| int | getChapterMax () const |
| const char * | getLongName () const |
| const char * | getOSISName () const |
| const char * | getPreferredAbbreviation () const |
| int | getVerseMax (int chapter) const |
| Book & | operator= (const Book &other) |
| ~Book () | |
Private Member Functions | |
| void | init () |
Private Attributes | |
| unsigned int | chapMax |
| SWBuf | longName |
| SWBuf | osisName |
| Private * | p |
| SWBuf | prefAbbrev |
Friends | |
| struct | BookOffsetLess |
| class | System |
Definition at line 84 of file versificationmgr.h.
|
inline |
Definition at line 106 of file versificationmgr.h.
Definition at line 265 of file versificationmgr.cpp.
|
inline |
Definition at line 109 of file versificationmgr.h.
| VersificationMgr::Book::~Book | ( | ) |
Definition at line 286 of file versificationmgr.cpp.
|
inline |
Definition at line 120 of file versificationmgr.h.
|
inline |
Definition at line 117 of file versificationmgr.h.
|
inline |
Definition at line 118 of file versificationmgr.h.
|
inline |
Definition at line 119 of file versificationmgr.h.
| int VersificationMgr::Book::getVerseMax | ( | int | chapter | ) | const |
|
private |
Definition at line 156 of file versificationmgr.cpp.
| VersificationMgr::Book & VersificationMgr::Book::operator= | ( | const Book & | other | ) |
Definition at line 275 of file versificationmgr.cpp.
|
friend |
Definition at line 87 of file versificationmgr.h.
|
friend |
Definition at line 86 of file versificationmgr.h.
|
private |
Maximum chapters in book
Definition at line 101 of file versificationmgr.h.
|
private |
book name
Definition at line 92 of file versificationmgr.h.
|
private |
OSIS Abbreviation
Definition at line 95 of file versificationmgr.h.
|
private |
Definition at line 88 of file versificationmgr.h.
|
private |
Preferred Abbreviation
Definition at line 98 of file versificationmgr.h.