Go to the source code of this file.
|
| constexpr int | sFilePrefixLength = CMAKE_SOURCE_DIR[sizeof( CMAKE_SOURCE_DIR ) - 1] == '/' ? sizeof( CMAKE_SOURCE_DIR ) + 1 : sizeof( CMAKE_SOURCE_DIR ) |
◆ QgsSetCPLHTTPFetchOverriderInitiatorClass
| #define QgsSetCPLHTTPFetchOverriderInitiatorClass |
( |
| overrider, |
|
|
| _class ) |
◆ QgsSetRequestInitiatorClass
| #define QgsSetRequestInitiatorClass |
( |
| request, |
|
|
| _class ) |
Value:
( request ) \
@ AttributeInitiatorClass
Class name of original object which created the request.
@ AttributeInitiatorRequestId
Internal ID used by originator object to identify requests.
constexpr int sFilePrefixLength
Definition at line 26 of file qgssetrequestinitiator_p.h.
◆ QgsSetRequestInitiatorId
| #define QgsSetRequestInitiatorId |
( |
| request, |
|
|
| str ) |
Value: ( request ).setAttribute( \
QString( QString( __FILE__ ).mid(
sFilePrefixLength ) +
':' + QString::number( __LINE__ ) +
" (" + ( __FUNCTION__ ) +
"): " + ( str ) ) \
);
Definition at line 30 of file qgssetrequestinitiator_p.h.
◆ sFilePrefixLength
| int sFilePrefixLength = CMAKE_SOURCE_DIR[sizeof( CMAKE_SOURCE_DIR ) - 1] == '/' ? sizeof( CMAKE_SOURCE_DIR ) + 1 : sizeof( CMAKE_SOURCE_DIR ) |
|
constexpr |