Whisperer/CSharpAPI GUI.
More...
|
| static void | Main (string[] args) |
| | Application entry point. More...
|
| |
|
| override CreateParams | CreateParams [get] |
| | Mysterious method to resolve flickering on resize. More...
|
| |
◆ DemoForm()
◆ Main()
| static void Main |
( |
string [] |
args | ) |
|
|
static |
Application entry point.
Runs the GUI.
◆ Initialize()
Hook into GUI and start MFClient thread.
◆ GetFeedMarketViews()
Return a collection of controls.
◆ PropagateFeed()
| void PropagateFeed |
( |
int |
fmViewIdx, |
|
|
string |
feedName |
|
) |
| |
Display a range of markets for the given feed.
◆ PropagateMarket()
| void PropagateMarket |
( |
int |
fmViewIdx, |
|
|
string |
marketName |
|
) |
| |
Display the given market on every feed for which it is supported.
◆ InitializeTable()
| void InitializeTable |
( |
int |
numItems | ) |
|
|
protected |
◆ Dispose()
| override void Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
| disposing | true if managed resources should be disposed; otherwise, false. |
◆ RetryTimeout_ms
| int RetryTimeout_ms = 5000 |
|
static |
◆ MaxCols
◆ MaxRows
◆ Title
| string Title = "WhispererDemo" |
|
static |
◆ _client
◆ _handler
◆ CreateParams
| override CreateParams CreateParams |
|
getprotected |
Mysterious method to resolve flickering on resize.