maliput_viz
|
Show stats of all topics.
#include <src/maliput_viz/plugins/maliput_backend_selection.hh>
Public Member Functions | |
MaliputBackendSelection (QObject *parent) | |
Constructor. More... | |
MaliputViewerModel * | GetMaliputModel () |
Returns a pointer to the MaliputViewerModel. More... | |
void | LoadBackendByDemand (const std::string &_backendName, const std::map< std::string, std::string > &_parameters) |
Load a backend with the given parameters. More... | |
Protected Slots | |
void | OnLoadButtonPressed () |
Called when the user press the Load RoadNetwork button. More... | |
void | OnBackendSelected (const QString &_backendName) |
Called when the user selects a backend. More... | |
MaliputBackendSelection | ( | QObject * | parent | ) |
Constructor.
MaliputViewerModel* GetMaliputModel | ( | ) |
Returns a pointer to the MaliputViewerModel.
void LoadBackendByDemand | ( | const std::string & | _backendName, |
const std::map< std::string, std::string > & | _parameters | ||
) |
Load a backend with the given parameters.
This is expected to be called by a parent class, skipping the use of the gui.
|
protectedslot |
Called when the user selects a backend.
_backendName | Name of the backend. |
|
protectedslot |
Called when the user press the Load RoadNetwork button.