| 1112 | } |
| 1113 | |
| 1114 | std::string FSWindowDefinition::windowType() const { |
| 1115 | return m_windowType; |
| 1116 | } |
| 1117 | |
| 1118 | double FSWindowDefinition::overhangProjectionFactor() const { |
| 1119 | return m_overhangProjectionFactor; |
no outgoing calls
no test coverage detected