maliput_viz
MaliputBackendSelection Class Reference

Detailed Description

Show stats of all topics.

#include <src/maliput_viz/plugins/maliput_backend_selection.hh>

Inheritance diagram for MaliputBackendSelection:
[legend]

Public Member Functions

 MaliputBackendSelection (QObject *parent)
 Constructor. More...
 
MaliputViewerModelGetMaliputModel ()
 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...
 

Constructor & Destructor Documentation

◆ MaliputBackendSelection()

Constructor.

Member Function Documentation

◆ GetMaliputModel()

MaliputViewerModel* GetMaliputModel ( )

Returns a pointer to the MaliputViewerModel.

◆ LoadBackendByDemand()

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.

◆ OnBackendSelected

void OnBackendSelected ( const QString &  _backendName)
protectedslot

Called when the user selects a backend.

Parameters
_backendNameName of the backend.

◆ OnLoadButtonPressed

void OnLoadButtonPressed ( )
protectedslot

Called when the user press the Load RoadNetwork button.


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