Constructor, calls parents' constructor.
| 222 | |
| 223 | //! Constructor, calls parents' constructor. |
| 224 | MapColorHSV::MapColorHSV(double ip) |
| 225 | : MapColor(ip) |
| 226 | { |
| 227 | } |
| 228 | |
| 229 | //! Constructor, calls parents' constructor, then initializes its value to i. |
| 230 | MapColorHSV::MapColorHSV(QRgb i, double ip) |
nothing calls this directly
no outgoing calls
no test coverage detected