SOFA API  b3f2f2a4
Open source framework for multi-physics simuation
sofa::gui::qt::GraphOptionWidget Class Reference

#include <GraphDataWidget.h>

Inheritance diagram for sofa::gui::qt::GraphOptionWidget:

Protected Attributes

unsigned idfile
 
QPushButtonexportGNUPLOTButton
 
QLineEditfileGNUPLOTLineEdit
 
QPushButtonfindGNUPLOTFile
 
QCheckBox * checkBox
 
QPushButtonexportImageButton
 
QLineEditfileImageLineEdit
 
QPushButtonfindImageFile
 
GraphSettinggraph
 

Public Member Functions

 GraphOptionWidget (const std::string &dataName, GraphSetting *graphConf)
 

Public Slots

void openFindFileDialog ()
 
void exportGNUPlot ()
 
void exportImage ()
 
bool isCheckedBox ()
 

Attribute details

◆ checkBox

QCheckBox* sofa::gui::qt::GraphOptionWidget::checkBox
protected

◆ exportGNUPLOTButton

QPushButton* sofa::gui::qt::GraphOptionWidget::exportGNUPLOTButton
protected

◆ exportImageButton

QPushButton* sofa::gui::qt::GraphOptionWidget::exportImageButton
protected

◆ fileGNUPLOTLineEdit

QLineEdit* sofa::gui::qt::GraphOptionWidget::fileGNUPLOTLineEdit
protected

◆ fileImageLineEdit

QLineEdit* sofa::gui::qt::GraphOptionWidget::fileImageLineEdit
protected

◆ findGNUPLOTFile

QPushButton* sofa::gui::qt::GraphOptionWidget::findGNUPLOTFile
protected

◆ findImageFile

QPushButton* sofa::gui::qt::GraphOptionWidget::findImageFile
protected

◆ graph

GraphSetting* sofa::gui::qt::GraphOptionWidget::graph
protected

◆ idfile

unsigned sofa::gui::qt::GraphOptionWidget::idfile
protected

Constructor details

◆ GraphOptionWidget()

sofa::gui::qt::GraphOptionWidget::GraphOptionWidget ( const std::string &  dataName,
GraphSetting graphConf 
)

Function details

◆ exportGNUPlot

void sofa::gui::qt::GraphOptionWidget::exportGNUPlot ( )
slot

◆ exportImage

void sofa::gui::qt::GraphOptionWidget::exportImage ( )
slot

◆ isCheckedBox

bool sofa::gui::qt::GraphOptionWidget::isCheckedBox ( )
inlineslot

◆ openFindFileDialog

void sofa::gui::qt::GraphOptionWidget::openFindFileDialog ( )
slot