Searched defs:type (Results 1 – 14 of 14) sorted by relevance
/glogg/glogg/ ! |
H A D | osx_installer.json |
|
/glogg/ ! |
H A D | osx_installer.json | 7 { "x": 415, "y": 234, "type": "link", "path": "/Applications" }, string 8 { "x": 150, "y": 234, "type": "file", "path": "release/glogg.app" } string
|
/glogg/glogg/src/data/ ! |
H A D | logfiltereddata.h |
|
/glogg/src/data/ ! |
H A D | logfiltereddata.h | 178 FilteredItem( LineNumber lineNumber, FilteredLineType type ) in FilteredItem() 183 FilteredLineType type() const in type() function
|
/glogg/glogg/src/ ! |
H A D | filteredview.cpp |
|
H A D | configuration.h |
|
H A D | optionsdialog.cpp |
|
H A D | abstractlogview.h |
|
H A D | abstractlogview.cpp |
|
/glogg/src/ ! |
H A D | filteredview.cpp | 62 LogFilteredData::FilteredLineType type = in lineType() local
|
H A D | configuration.h | 51 void setMainRegexpType( SearchRegexpType type ) in setMainRegexpType() 53 void setQuickfindRegexpType( SearchRegexpType type ) in setQuickfindRegexpType()
|
H A D | optionsdialog.cpp | 134 SearchRegexpType type; in getRegexpTypeFromIndex() local
|
H A D | abstractlogview.h | 54 ChunkType type() const { return type_; } in type() function
|
H A D | abstractlogview.cpp | 100 LineChunk::LineChunk( int first_col, int last_col, ChunkType type ) in LineChunk()
|