VisualConfigData Class Reference

A class of widgets used for configuring visual properties. More...

#include <VisualConfig.hh>

Inherits QWidget.

Public Slots

void RestoreOriginalData ()
 Restore the widget's data to how it was when first opened. More...
 

Public Attributes

ConfigWidget * configWidget
 Config widget for configuring visual properties. More...
 
int id
 Unique ID of this visual config. More...
 
std::string name
 Name of the visual. More...
 
msgs::Visual originalDataMsg
 Message containing the data which was in the widget when first open. More...
 
QWidget * widget
 Widget associated with this data. More...
 

Detailed Description

A class of widgets used for configuring visual properties.

Member Function Documentation

◆ RestoreOriginalData

void RestoreOriginalData ( )
slot

Restore the widget's data to how it was when first opened.

Member Data Documentation

◆ configWidget

ConfigWidget* configWidget

Config widget for configuring visual properties.

◆ id

int id

Unique ID of this visual config.

◆ name

std::string name

Name of the visual.

◆ originalDataMsg

msgs::Visual originalDataMsg

Message containing the data which was in the widget when first open.

◆ widget

QWidget* widget

Widget associated with this data.


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