| 64 | } |
| 65 | |
| 66 | AllVisualizeProperties VisualObject::getAllVisualizeProperties() const |
| 67 | { |
| 68 | AllVisualizeProperties res; |
| 69 | getAllVisualizePropertiesForEnum<VisualizeMaskType>( res ); |
| 70 | return res; |
| 71 | } |
| 72 | |
| 73 | void VisualObject::copyAllSolidColors( const VisualObject& other ) |
| 74 | { |
no outgoing calls
no test coverage detected