Home
last modified time | relevance | path

Searched refs:AbstractLogData (Results 1 – 25 of 26) sorted by relevance

12

/glogg/glogg/src/data/ !
H A Dabstractlogdata.cpp
H A Dabstractlogdata.h
H A Dlogdataworkerthread.cpp
H A Dlogfiltereddata.h
H A Dlogdata.h
H A Dlogfiltereddata.cpp
H A Dlogdata.cpp
/glogg/src/data/ !
H A Dabstractlogdata.cpp28 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 Dabstractlogdata.h31 class AbstractLogData : public QObject {
35 AbstractLogData();
37 virtual ~AbstractLogData() {}; in ~AbstractLogData()
H A Dlogdataworkerthread.cpp242 additional_spaces += AbstractLogData::tabStop - in doIndex()
244 + additional_spaces ) % AbstractLogData::tabStop ) - 1; in doIndex()
H A Dlogfiltereddata.h43 class LogFilteredData : public AbstractLogData {
H A Dlogdata.h47 class LogData : public AbstractLogData {
H A Dlogfiltereddata.cpp37 LogFilteredData::LogFilteredData() : AbstractLogData(), in LogFilteredData()
56 : AbstractLogData(), in LogFilteredData()
H A Dlogdata.cpp65 LogData::LogData() : AbstractLogData(), indexing_data_(), in LogData()
/glogg/glogg/src/ !
H A Dquickfind.h
H A Dselection.h
H A Dabstractlogview.h
H A Dselection.cpp
H A Dquickfind.cpp
H A Dabstractlogview.cpp
/glogg/src/ !
H A Dquickfind.h32 class AbstractLogData; variable
78 QuickFind( const AbstractLogData* const logData, Selection* selection,
179 const AbstractLogData* const logData_;
H A Dselection.h28 class AbstractLogData; variable
102 QString getSelectedText( const AbstractLogData* logData ) const;
H A Dabstractlogview.h39 class AbstractLogData; variable
160 AbstractLogView( const AbstractLogData* newLogData,
311 const AbstractLogData* logData;
H A Dselection.cpp143 QString Selection::getSelectedText( const AbstractLogData* logData ) const in getSelectedText()
H A Dquickfind.cpp103 QuickFind::QuickFind( const AbstractLogData* const logData, in QuickFind()

12