QDriverStation
The free, cross-platform FRC Driver Station
Public Types | Public Slots | Public Member Functions | Private Attributes | List of all members
Dashboards Class Reference

Opens and closes the available FRC Dashboards. More...

#include <dashboards.h>

Inheritance diagram for Dashboards:

Public Types

enum  DashboardTypes { kNone = 0, kSFXDashboard = 1, kSmartDashboard = 2, kLabVIEWDashboard = 3 }
 

Public Slots

void openDashboard (int dashboard)
 

Public Member Functions

 Dashboards ()
 
Q_INVOKABLE QStringList dashboardList ()
 

Private Attributes

QProcess m_process
 

Detailed Description

Opens and closes the available FRC Dashboards.

Constructor & Destructor Documentation

Dashboards::Dashboards ( )
explicit

Configures the application to close the dashboard when it quits

Member Function Documentation

QStringList Dashboards::dashboardList ( )

Returns a list with the available dashboards.

Note
This list may differ from operating system to operating system
void Dashboards::openDashboard ( int  dashboard)
slot

Opens the given dashboard process


The documentation for this class was generated from the following files: