CbmQaPie class as a TPie wrapper, which prevents crashes
CbmQaPie class is a TPie wrapper, which fixes the following TPie's problems:
- When a TPie is read from a file as a part of TCanvas, it crashes at the destructor.
- When a TPie is created via copy constructor it crashes at the destructor.
- An empty TPie crashes at Draw()
- When one clicks on a TPie in the TBrowser, the TBrowser crashes.
- TBrowser doesn't draw a TPie by a mouse click, it tries to show class members instead.