Пример #1
0
void
UIActions::ShowTrafficRadar()
{
  LoadFlarmDatabases();

  dlgFlarmTrafficShowModal();
}
Пример #2
0
/**
 * This function is called when the mouse is pressed on the FLARM gauge and
 * opens the FLARM Traffic dialog
 * @param x x-Coordinate of the click
 * @param y y-Coordinate of the click
 */
bool
SmallTrafficWindow::OnMouseDown(PixelScalar x, PixelScalar y)
{
  dlgFlarmTrafficShowModal();
  return true;
}
Пример #3
0
/**
 * This function is called when the mouse is pressed on the FLARM gauge and
 * opens the FLARM Traffic dialog
 * @param x x-Coordinate of the click
 * @param y y-Coordinate of the click
 */
bool
GaugeFLARM::on_mouse_down(int x, int y)
{
  dlgFlarmTrafficShowModal();
  return true;
}