![]() |
KSquare Utilities
|
Class that keeps track of parameter details of a single scanner file. More...
#include <ScannerFileEntry.h>
Public Types | |
| typedef ScannerFileEntry * | ScannerFileEntryPtr |
Public Member Functions | |
| ScannerFileEntry (const KKStr &_rootName) | |
| ScannerFileEntry (const ScannerFileEntry &entry) | |
| ~ScannerFileEntry () | |
| void | Assign (const ScannerFileEntry &sf) |
| const KKStr & | Description () const |
| void | Description (const KKStr &_description) |
| const KKStr & | FullName () const |
| void | FullName (const KKStr &_fullName) |
| kkint32 | MemoryConsumedEstimated () |
| void | ParseTabDelStr (KKStr parser) |
| kkuint32 | PixelsPerScanLine () const |
| void | PixelsPerScanLine (kkuint32 _pixelsPerScanLine) |
| const KKStr & | RootName () const |
| void | RootName (const KKStr &_rootName) |
| float | ScanRate () const |
| void | ScanRate (float _scanRate) |
| KKStr | ToTabDelStr () const |
Static Public Member Functions | |
| static void | CleanUp () |
| static ScannerFileEntryPtr | GetOrCreateScannerFileEntry (const KKStr &rootName) |
| static ScannerFileEntryPtr | GetOrCreateScannerFileEntry (KKLSC::ScannerFilePtr scannerFile) |
Class that keeps track of parameter details of a single scanner file.
Definition at line 26 of file ScannerFileEntry.h.
Definition at line 29 of file ScannerFileEntry.h.
| ScannerFileEntry::ScannerFileEntry | ( | const KKStr & | _rootName | ) |
Definition at line 29 of file ScannerFileEntry.cpp.
References KKB::KKStr::KKStr().
Referenced by GetOrCreateScannerFileEntry().
| ScannerFileEntry::ScannerFileEntry | ( | const ScannerFileEntry & | entry | ) |
Definition at line 41 of file ScannerFileEntry.cpp.
References KKB::KKStr::KKStr().
| ScannerFileEntry::~ScannerFileEntry | ( | ) |
Definition at line 53 of file ScannerFileEntry.cpp.
| void ScannerFileEntry::Assign | ( | const ScannerFileEntry & | sf | ) |
Definition at line 121 of file ScannerFileEntry.cpp.
References KKB::KKStr::operator=().
|
static |
Definition at line 73 of file ScannerFileEntry.cpp.
|
inline |
Definition at line 40 of file ScannerFileEntry.h.
|
inline |
Definition at line 46 of file ScannerFileEntry.h.
References KKB::KKStr::operator=().
|
inline |
Definition at line 41 of file ScannerFileEntry.h.
|
inline |
Definition at line 47 of file ScannerFileEntry.h.
References KKB::KKStr::operator=().
Referenced by GetOrCreateScannerFileEntry(), and KKLSC::ScannerFile::ScannerFile().
|
static |
Definition at line 132 of file ScannerFileEntry.cpp.
References KKLSC::ScannerFileEntryList::AddEntry(), KKB::GlobalGoalKeeper::EndBlock(), KKLSC::ScannerFileEntryList::LookUpByRootName(), ScannerFileEntry(), KKLSC::ScannerFileEntryList::ScannerFileEntryList(), and KKB::GlobalGoalKeeper::StartBlock().
Referenced by KKLSC::ScannerFile::ScannerFile().
|
static |
Definition at line 157 of file ScannerFileEntry.cpp.
References KKLSC::ScannerFileEntryList::AddEntry(), KKB::KKStr::Concat(), KKB::GlobalGoalKeeper::EndBlock(), KKLSC::ScannerFile::FileName(), FullName(), KKLSC::ScannerFileEntryList::LookUpByRootName(), KKB::osGetRootName(), PixelsPerScanLine(), KKLSC::ScannerFile::PixelsPerScanLine(), ScannerFileEntry(), KKLSC::ScannerFileEntryList::ScannerFileEntryList(), ScanRate(), KKLSC::ScannerFile::ScanRate(), and KKB::GlobalGoalKeeper::StartBlock().
| kkint32 ScannerFileEntry::MemoryConsumedEstimated | ( | ) |
Definition at line 59 of file ScannerFileEntry.cpp.
References KKB::KKStr::MemoryConsumedEstimated().
Referenced by KKLSC::ScannerFile::MemoryConsumedEstimated(), and KKLSC::ScannerFileEntryList::MemoryConsumedEstimated().
| void ScannerFileEntry::ParseTabDelStr | ( | KKStr | parser | ) |
Definition at line 93 of file ScannerFileEntry.cpp.
References KKB::KKStr::Concat(), KKB::KKStr::Empty(), KKB::KKStr::EqualIgnoreCase(), KKB::KKStr::ExtractToken2(), KKB::KKStr::ExtractTokenDouble(), KKB::KKStr::ExtractTokenUint(), and KKB::KKStr::operator=().
|
inline |
Definition at line 42 of file ScannerFileEntry.h.
|
inline |
Definition at line 48 of file ScannerFileEntry.h.
Referenced by GetOrCreateScannerFileEntry(), and KKLSC::ScannerFile::ScannerFile().
|
inline |
Definition at line 43 of file ScannerFileEntry.h.
|
inline |
Definition at line 49 of file ScannerFileEntry.h.
References KKB::KKStr::operator=().
|
inline |
Definition at line 44 of file ScannerFileEntry.h.
|
inline |
Definition at line 50 of file ScannerFileEntry.h.
Referenced by GetOrCreateScannerFileEntry(), and KKLSC::ScannerFile::ScannerFile().
| KKStr ScannerFileEntry::ToTabDelStr | ( | ) | const |
Definition at line 80 of file ScannerFileEntry.cpp.
References KKB::KKStr::Concat(), and KKB::KKStr::KKStr().