#include <base.h>
Inheritance diagram for fgl::FGConnector:


Public Member Functions | |
| void __fastcall | SetParameter (void *a) |
| void *__fastcall | GetParameter (void) const |
| void __fastcall | Connect (FGConnector *from, void *par) |
| virtual void | OnSignal (FGConnector *sender, void *value) |
| void __fastcall | RunSignal (void) |
|
||||||||||||
|
Connects other object pointed by 'from' and set an optional value.
|
|
|
This is an trivial way to solve problem with unavailable related user defined parameter. You can use method SetParam() to any Window to assign some parameter of int type. Since you can read this parameter at other place by GetParam(). If returned value is -1, value is not assigned. |
|
||||||||||||
|
do nothing - override in your code
|
|
|
Try emit defined signal if there is any.
|
|
|
This is an trivial way to solve problem with unavailable related user defined parameter. You can use method SetParam() to any Window to assign some parameter of int type. Since you can read this parameter at other place by GetParam(). If returned value is -1, value is not assigned. |
1.4.0