Searched refs:AbstractLogData (Results 1 – 25 of 26) sorted by relevance
12
/glogg/glogg/src/data/ ! |
H A D | abstractlogdata.cpp |
|
H A D | abstractlogdata.h |
|
H A D | logdataworkerthread.cpp |
|
H A D | logfiltereddata.h |
|
H A D | logdata.h |
|
H A D | logfiltereddata.cpp |
|
H A D | logdata.cpp |
|
/glogg/src/data/ ! |
H A D | abstractlogdata.cpp | 28 AbstractLogData::AbstractLogData() in AbstractLogData() function in AbstractLogData 33 QString AbstractLogData::getLineString( qint64 line ) const in getLineString() 39 QString AbstractLogData::getExpandedLineString( qint64 line ) const in getExpandedLineString() 45 QStringList AbstractLogData::getLines( qint64 first_line, int number ) const in getLines() 51 QStringList AbstractLogData::getExpandedLines( qint64 first_line, int number ) const in getExpandedLines() 57 qint64 AbstractLogData::getNbLine() const in getNbLine() 63 int AbstractLogData::getMaxLength() const in getMaxLength() 69 int AbstractLogData::getLineLength( qint64 line ) const in getLineLength() 74 void AbstractLogData::setDisplayEncoding( Encoding encoding ) in setDisplayEncoding()
|
H A D | abstractlogdata.h | 31 class AbstractLogData : public QObject { 35 AbstractLogData(); 37 virtual ~AbstractLogData() {}; in ~AbstractLogData()
|
H A D | logdataworkerthread.cpp | 242 additional_spaces += AbstractLogData::tabStop - in doIndex() 244 + additional_spaces ) % AbstractLogData::tabStop ) - 1; in doIndex()
|
H A D | logfiltereddata.h | 43 class LogFilteredData : public AbstractLogData {
|
H A D | logdata.h | 47 class LogData : public AbstractLogData {
|
H A D | logfiltereddata.cpp | 37 LogFilteredData::LogFilteredData() : AbstractLogData(), in LogFilteredData() 56 : AbstractLogData(), in LogFilteredData()
|
H A D | logdata.cpp | 65 LogData::LogData() : AbstractLogData(), indexing_data_(), in LogData()
|
/glogg/glogg/src/ ! |
H A D | quickfind.h |
|
H A D | selection.h |
|
H A D | abstractlogview.h |
|
H A D | selection.cpp |
|
H A D | quickfind.cpp |
|
H A D | abstractlogview.cpp |
|
/glogg/src/ ! |
H A D | quickfind.h | 32 class AbstractLogData; variable 78 QuickFind( const AbstractLogData* const logData, Selection* selection, 179 const AbstractLogData* const logData_;
|
H A D | selection.h | 28 class AbstractLogData; variable 102 QString getSelectedText( const AbstractLogData* logData ) const;
|
H A D | abstractlogview.h | 39 class AbstractLogData; variable 160 AbstractLogView( const AbstractLogData* newLogData, 311 const AbstractLogData* logData;
|
H A D | selection.cpp | 143 QString Selection::getSelectedText( const AbstractLogData* logData ) const in getSelectedText()
|
H A D | quickfind.cpp | 103 QuickFind::QuickFind( const AbstractLogData* const logData, in QuickFind()
|
12