CCustomRadialChartService



This class implements service for CustomRadialChart.

You can find more information in comments below. Overrided methods can be found in corresponding base class.

class CCustomRadialChartService :public CControlService
{
public:
    CCustomRadialChartService(CCustomRadialChart *control);

    // Notifications from parent control 
    void NotifyOnParentStyleChange() override;

    // State change notifications 
    void NotifyOnResize() override;
    void NotifyOnStyleChange() override;
    void NotifyOnFreeResources() override;

    // Paint notifications 
    void NotifyOnPaint(const MessagePaint &m, bool &draw_children) override;

    // Mouse input notifications 
    void NotifyOnMouseHover(const MessagePosition &m) override;
    void NotifyOnMouseLeave() override;
    void NotifyOnMouseMove(const MessageMouse &m, bool &processed) override;
};
Namespace: nitisa::charts
Include: Charts/Core/CustomRadialChartService.h