|
GChartPatterns.Signal()
Returns true as soon as a formation has reached a GEnumChartPatternsStates status and then fills a GStructChartPatterns object with the values of the formation.
bool GChartPatterns.Signal( |
Parameter
&info
[out] The GStructChartPatterns object into which the information about the signal is to be written.
state
[in] The GEnumChartPatternsStates status that should be reached to generate a signal.
Return value
In case of success, the passed object is filled with the information of the signal and the function returns true.
Notice
Each signal, to each formation, is output only once at the time of the signal.
Beispiel:
//--- Include the Glib classes |
See also