Workspace 6.21.5
Public Member Functions | List of all members
SavePlotImageDialog Class Reference

Dialog window for saving plots as an image file.

#include <DataAnalysis/Plot2D/Widgets/saveplotimagedialog.h>

Inherits QDialog.

Public Member Functions

 SavePlotImageDialog (QWidget *parent=nullptr, int imageWidth=800, int imageHeight=600)
 
 ~SavePlotImageDialog () override
 
bool getCustomSizeToggle () const
 
QString getFilePath () const
 
int getImageHeight () const
 
int getImageWidth () const
 
void setCustomSizeToggle (bool toggle)
 
void setFilePath (const QString &filePath)
 
void setImageHeight (int height)
 
void setImageWidth (int width)
 

Constructor & Destructor Documentation

◆ SavePlotImageDialog()

SavePlotImageDialog ( QWidget *  parent = nullptr,
int  imageWidth = 800,
int  imageHeight = 600 
)

◆ ~SavePlotImageDialog()

~SavePlotImageDialog ( )
override

Member Function Documentation

◆ getCustomSizeToggle()

bool getCustomSizeToggle ( ) const

◆ getFilePath()

QString getFilePath ( ) const

◆ getImageHeight()

int getImageHeight ( ) const

◆ getImageWidth()

int getImageWidth ( ) const

◆ setCustomSizeToggle()

void setCustomSizeToggle ( bool  toggle)

◆ setFilePath()

void setFilePath ( const QString &  filePath)

◆ setImageHeight()

void setImageHeight ( int  height)

◆ setImageWidth()

void setImageWidth ( int  width)