38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 65 String getName()
const override;
67 void paint(QPainter * painter,
const QStyleOptionGraphicsItem * option,
QWidget * widget)
override;
69 QRectF boundingRect()
const override;
71 QPainterPath shape()
const override;
73 void reset(
bool reset_all_files =
false)
override;
77 String getFullOutputDirectory()
const;
79 String getOutputDir()
const;
83 void setTopoNr(
UInt nr)
override;
85 void openContainingFolder();
88 void setOutputFolderName(
const QString& name);
90 const QString& getOutputFolderName()
const;
95 void inEdgeHasChanged()
override;
99 void outputFileWritten(
const String& file);
102 void outputFolderNameChanged();
109 static bool copy_(
const QString & from,
const QString & to);
A more convenient string class.
Definition: String.h:57
The base class of the different vertex classes.
Definition: TOPPASVertex.h:100
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
int files_written_
files that were already written
Definition: TOPPASOutputFileListVertex.h:111
QString output_folder_name_
Definition: TOPPASOutputFileListVertex.h:107
A vertex representing an output file list.
Definition: TOPPASOutputFileListVertex.h:49
int files_total_
total number of files from upstream
Definition: TOPPASOutputFileListVertex.h:112