Public Member Functions | |
PerformanceHistoryGraphWindow (const WindowDesc *desc, WindowNumber window_number) | |
virtual OverflowSafeInt64 | GetGraphData (const Company *c, int j) |
virtual void | OnClick (Point pt, int widget, int click_count) |
A click with the left mouse button has been made on the window. |
Definition at line 767 of file graph_gui.cpp.
virtual void PerformanceHistoryGraphWindow::OnClick | ( | Point | pt, | |
int | widget, | |||
int | click_count | |||
) | [inline, virtual] |
A click with the left mouse button has been made on the window.
pt | the point inside the window that has been clicked. | |
widget | the clicked widget. | |
click_count | Number of fast consecutive clicks at same position |
Reimplemented from BaseGraphWindow.
Definition at line 779 of file graph_gui.cpp.