|
Developer Documentation
|
Public Attributes | |
| QString | name |
| QString | description |
| QString | details |
| QString | version |
| QString | example |
| QString | directory |
| QString | vertexShader |
| QString | fragmentShader |
| QString | pickVertexShader |
| QString | pickFragmentShader |
| bool | hasUniforms |
| QStringList | uniforms |
| QStringList | uniformTypes |
| QStringList | uniformsDefault |
| QStringList | uniformsMax |
| QStringList | uniformsMin |
Definition at line 60 of file ViewControlPlugin.hh.
| QString ShaderInfo::description |
Definition at line 62 of file ViewControlPlugin.hh.
| QString ShaderInfo::details |
Definition at line 63 of file ViewControlPlugin.hh.
| QString ShaderInfo::directory |
Definition at line 67 of file ViewControlPlugin.hh.
| QString ShaderInfo::example |
Definition at line 65 of file ViewControlPlugin.hh.
| QString ShaderInfo::fragmentShader |
Definition at line 70 of file ViewControlPlugin.hh.
| bool ShaderInfo::hasUniforms |
Definition at line 75 of file ViewControlPlugin.hh.
| QString ShaderInfo::name |
Definition at line 61 of file ViewControlPlugin.hh.
| QString ShaderInfo::pickFragmentShader |
Definition at line 73 of file ViewControlPlugin.hh.
| QString ShaderInfo::pickVertexShader |
Definition at line 72 of file ViewControlPlugin.hh.
| QStringList ShaderInfo::uniforms |
Definition at line 76 of file ViewControlPlugin.hh.
| QStringList ShaderInfo::uniformsDefault |
Definition at line 78 of file ViewControlPlugin.hh.
| QStringList ShaderInfo::uniformsMax |
Definition at line 79 of file ViewControlPlugin.hh.
| QStringList ShaderInfo::uniformsMin |
Definition at line 80 of file ViewControlPlugin.hh.
| QStringList ShaderInfo::uniformTypes |
Definition at line 77 of file ViewControlPlugin.hh.
| QString ShaderInfo::version |
Definition at line 64 of file ViewControlPlugin.hh.
| QString ShaderInfo::vertexShader |
Definition at line 69 of file ViewControlPlugin.hh.