Searched refs:object (Results 1 – 16 of 16) sorted by relevance
/glogg/glogg/src/ |
H A D | filterset.cpp |
|
H A D | filterset.h |
|
H A D | persistentinfo.cpp |
|
H A D | savedsearches.cpp |
|
H A D | savedsearches.h |
|
H A D | persistentinfo.h |
|
/glogg/src/ |
H A D | filterset.cpp | 105 QDataStream& operator<<( QDataStream& out, const Filter& object ) in operator <<() argument 108 out << object.regexp_; in operator <<() 109 out << object.foreColorName_; in operator <<() 110 out << object.backColorName_; in operator <<() 115 QDataStream& operator>>( QDataStream& in, Filter& object ) in operator >>() argument 118 in >> object.regexp_; in operator >>() 119 in >> object.foreColorName_; in operator >>() 120 in >> object.backColorName_; in operator >>() 153 QDataStream& operator<<( QDataStream& out, const FilterSet& object ) in operator <<() argument 156 out << object.filterList; in operator <<() [all …]
|
H A D | filterset.h | 53 friend QDataStream& operator<<( QDataStream& out, const Filter& object ); 54 friend QDataStream& operator>>( QDataStream& in, Filter& object ); 91 QDataStream& out, const FilterSet& object ); 93 QDataStream& in, FilterSet& object );
|
H A D | persistentinfo.cpp | 68 void PersistentInfo::registerPersistable( std::shared_ptr<Persistable> object, in registerPersistable() argument 73 objectList_.insert( name, object ); in registerPersistable() 80 std::shared_ptr<Persistable> object = objectList_.value( name, NULL ); in getPersistable() local 82 return object; in getPersistable()
|
H A D | savedsearches.cpp | 62 QDataStream& operator<<( QDataStream& out, const SavedSearches& object ) in operator <<() argument 66 out << object.savedSearches_; in operator <<() 71 QDataStream& operator>>( QDataStream& in, SavedSearches& object ) in operator >>() argument 75 in >> object.savedSearches_; in operator >>()
|
H A D | savedsearches.h | 45 friend QDataStream& operator<<( QDataStream& out, const SavedSearches& object ); 46 friend QDataStream& operator>>( QDataStream& in, SavedSearches& object );
|
H A D | persistentinfo.h | 39 void registerPersistable( std::shared_ptr<Persistable> object,
|
/glogg/glogg/ |
H A D | COPYING |
|
H A D | INSTALL.win.md |
|
/glogg/ |
H A D | COPYING | 132 produce the work, or an object code interpreter used to run it. 134 The "Corresponding Source" for a work in object code form means all 136 work) run the object code and to modify the work, including scripts to 247 You may convey a covered work in object code form under the terms 252 a) Convey the object code in, or embodied in, a physical product 257 b) Convey the object code in, or embodied in, a physical product 261 model, to give anyone who possesses the object code either (1) a 269 c) Convey individual copies of the object code with a copy of the 272 only if you received the object code with such an offer, in accord 275 d) Convey the object code by offering access from a designated [all …]
|
H A D | INSTALL.win.md | 123 The object file is in `./release/`
|