#include </home/clem/local/src/opie/noncore/apps/opie-reader/Bkmks.h>
Public Member Functions | |
| bool | upgraded () |
| BkmkFile (const char *fnm, bool w, bool _x) | |
| ~BkmkFile () | |
| void | write (CList< Bkmk > &bl) |
| CList< Bkmk > * | readall () |
Private Member Functions | |
| CList< Bkmk > * | readall00 (Bkmk *(*fn)(BkmkFile *, FILE *)) |
| void | write (const Bkmk &b) |
Static Private Member Functions | |
| static Bkmk * | read07 (BkmkFile *, FILE *) |
| static Bkmk * | read06 (BkmkFile *, FILE *) |
| static Bkmk * | read05 (BkmkFile *, FILE *) |
| static Bkmk * | read03 (BkmkFile *, FILE *) |
Private Attributes | |
| FILE * | f |
| bool | wt |
| bool | isUpgraded |
| bool | m_extras |
Static Private Attributes | |
| static const unsigned long | magic = ((unsigned long)'q' << 24) | ((unsigned long)'t' << 16) | ((unsigned long)'r' << 8) | ((unsigned long)BKMKTYPE) |
|
||||||||||||||||
|
Definition at line 173 of file Bkmks.cpp. References f. |
|
|
|
|
||||||||||||
|
Definition at line 287 of file Bkmks.cpp. References name, NULL, and pos. Referenced by readall(). |
|
||||||||||||
|
Definition at line 311 of file Bkmks.cpp. Referenced by readall(). |
|
||||||||||||
|
Definition at line 334 of file Bkmks.cpp. References Bkmk::m_anno, Bkmk::m_annolen, Bkmk::m_blue, Bkmk::m_green, Bkmk::m_level, Bkmk::m_name, Bkmk::m_namelen, Bkmk::m_position, Bkmk::m_position2, Bkmk::m_red, and NULL. Referenced by readall(). |
|
||||||||||||
|
Definition at line 362 of file Bkmks.cpp. References Bkmk::m_anno, Bkmk::m_annolen, Bkmk::m_blue, m_extras, Bkmk::m_green, Bkmk::m_level, Bkmk::m_name, Bkmk::m_namelen, Bkmk::m_position, Bkmk::m_position2, Bkmk::m_red, and NULL. Referenced by readall(). |
|
|
Definition at line 224 of file Bkmks.cpp. References f, isUpgraded, NULL, PROGNAME, read03(), read05(), read06(), read07(), readall00(), and warning(). Referenced by QTReaderApp::readbkmks(), and QTReaderApp::readfilelist(). |
|
|
Definition at line 274 of file Bkmks.cpp. References f, NULL, and CList< T >::push_back(). Referenced by readall(). |
|
|
Definition at line 78 of file Bkmks.h. References isUpgraded. Referenced by QTReaderApp::readbkmks(). |
|
|
Definition at line 212 of file Bkmks.cpp. References CList< T >::begin(), CList< T >::end(), f, i, NULL, and write(). |
|
|
Definition at line 192 of file Bkmks.cpp. References f, Bkmk::m_anno, Bkmk::m_annolen, Bkmk::m_blue, m_extras, Bkmk::m_green, Bkmk::m_level, Bkmk::m_name, Bkmk::m_namelen, Bkmk::m_position, Bkmk::m_position2, Bkmk::m_red, and NULL. Referenced by QTReaderApp::savebkmks(), QTReaderApp::savefilelist(), and write(). |
|
|
Definition at line 66 of file Bkmks.h. Referenced by BkmkFile(), readall(), readall00(), write(), and ~BkmkFile(). |
|
|
Definition at line 68 of file Bkmks.h. Referenced by readall(), and upgraded(). |
|
|
|
|
|
|
|
|
|
1.4.2