![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
constexpr | QVersionDirectivePosition (int position=0, int line=-1) |
constexpr bool | hasPosition () const |
constexpr | QVersionDirectivePosition (int position=0, int line=-1) |
constexpr bool | hasPosition () const |
Public Attributes | |
const int | position |
const int | line |
Definition at line 457 of file qopenglshaderprogram.cpp.
|
inlineconstexpr |
Definition at line 459 of file qopenglshaderprogram.cpp.
References line, and position.
Referenced by findVersionDirectivePosition().
|
inlineconstexpr |
Definition at line 459 of file qopenglshaderprogram.cpp.
|
inlineconstexpr |
Definition at line 465 of file qopenglshaderprogram.cpp.
References position.
|
inlineconstexpr |
Definition at line 465 of file qopenglshaderprogram.cpp.
const int QVersionDirectivePosition::line |
Definition at line 471 of file qopenglshaderprogram.cpp.
Referenced by QVersionDirectivePosition().
const int QVersionDirectivePosition::position |
Definition at line 470 of file qopenglshaderprogram.cpp.
Referenced by QVersionDirectivePosition(), and hasPosition().