#include <sxy_task_chcolors.h>
Inheritance diagram for SXYTaskChangeChartColors:
Public Methods | |
SXYTaskReturn | mouseClick (SXYGraph *graph, int b, int x, int y, int sft, int ctr) |
SXYTaskReturn | mouseUnclick (SXYGraph *graph, int b, int x, int y, int sft, int ctr) |
SXYTaskReturn | mouseMotion (SXYGraph *graph, int x, int y, int sft, int ctr) |
SXYTaskReturn | mouseEnter (SXYGraph *graph) |
SXYTaskReturn | mouseLeave (SXYGraph *graph) |
SXYTaskChangeChartColors (void) | |
virtual | ~SXYTaskChangeChartColors () |
Private Methods | |
void | popupActions (SXYChart *cht) |
Ihandle * | createMenu (SXYChart *cht) |
|
Definition at line 110 of file sxy_task_chcolors.cpp. |
|
Definition at line 115 of file sxy_task_chcolors.cpp. |
|
Definition at line 72 of file sxy_task_chcolors.cpp. Referenced by popupActions(). |
|
Implements SXYTask. Definition at line 31 of file sxy_task_chcolors.cpp. References CALLBACK_NOT_TREATED, CALLBACK_TREATED, SXYGraph::getChart(), SXYGraph::getChartOfEvent(), popupActions(), and SXYTaskReturn. |
|
Implements SXYTask. Definition at line 60 of file sxy_task_chcolors.cpp. References CALLBACK_NOT_TREATED, and SXYTaskReturn. |
|
Implements SXYTask. Definition at line 66 of file sxy_task_chcolors.cpp. References CALLBACK_NOT_TREATED, and SXYTaskReturn. |
|
Implements SXYTask. Definition at line 53 of file sxy_task_chcolors.cpp. References CALLBACK_NOT_TREATED, and SXYTaskReturn. |
|
Implements SXYTask. Definition at line 46 of file sxy_task_chcolors.cpp. References CALLBACK_NOT_TREATED, and SXYTaskReturn. |
|
Definition at line 102 of file sxy_task_chcolors.cpp. References createMenu(). Referenced by mouseClick(). |