Searched refs:source (Results 1 – 12 of 12) sorted by relevance
/glogg/glogg/src/ |
H A D | signalmux.cpp |
|
H A D | signalmux.h |
|
/glogg/src/ |
H A D | signalmux.cpp | 54 { return ((QObject*)c.source == sender) && (c.sink == nullptr) && in disconnect() 91 { return ((QObject*)c.sink == receiver) && (c.source == nullptr) && in disconnect() 133 if ( connection.source && ( ! connection.sink ) ) in connect() 136 QObject::connect( connection.source, connection.signal, in connect() 139 else if ( ( ! connection.source ) && connection.sink ) in connect() 157 if ( connection.source && ( ! connection.sink ) ) in disconnect() 160 QObject::disconnect( connection.source, connection.signal, in disconnect() 163 else if ( ( ! connection.source ) && connection.sink ) in disconnect()
|
H A D | signalmux.h | 82 QPointer<QObject> source; member
|
/glogg/glogg/ |
H A D | README.md |
|
H A D | INSTALL.win.md |
|
H A D | COPYING |
|
/glogg/ |
H A D | README.md | 21 * Is open source, released under the GPL 25 Installers, binaries and source tarballs are available at https://glogg.bonnefon.org/download.html. 50 the Boost libraries whose source are found at the specified path. 60 The tests are built using CMake, and require Qt5 and the Google Mocks source.
|
H A D | INSTALL.win.md | 29 …- Download the source from qt website (tested 4.8.2), be sure to download it with DOS end-of-line … 33 - Extract the Qt source in c:\qt\4.8.2 93 Download the source from boost.org (tested with 1.50.0), DOS EOL mandatory!
|
H A D | COPYING | 25 them if you wish), that you receive source code or can get it if you 37 or can get the source code. And you must show them these terms so they 114 The "source code" for a work means the preferred form of the work 115 for making modifications to it. "Object code" means any non-source 128 implementation is available to the public in source code form. A 135 the source code needed to generate, install, and (for an executable 141 includes interface definition files associated with source files for 142 the work, and the source code for shared libraries and dynamically 151 The Corresponding Source for a work in source code form is that 197 You may convey verbatim copies of the Program's source code as you [all …]
|
/glogg/glogg/doc/ |
H A D | documentation.markdown |
|
/glogg/doc/ |
H A D | documentation.markdown | 80 open source, [DejaVu Mono](http://www.dejavu-fonts.org/) for example) is
|