PulseView  0.3.0
A Qt-based sigrok GUI
pv::dialogs::StoreProgress Class Reference

#include <storeprogress.hpp>

Inheritance diagram for pv::dialogs::StoreProgress:
Collaboration diagram for pv::dialogs::StoreProgress:

Public Member Functions

 StoreProgress (const QString &file_name, const std::shared_ptr< sigrok::OutputFormat > output_format, const std::map< std::string, Glib::VariantBase > &options, const std::pair< uint64_t, uint64_t > sample_range, const Session &session, QWidget *parent=0)
 
virtual ~StoreProgress ()
 
void run ()
 

Private Slots

void on_progress_updated ()
 

Private Member Functions

void show_error ()
 
void closeEvent (QCloseEvent *)
 

Private Attributes

pv::StoreSession session_
 

Detailed Description

Definition at line 37 of file storeprogress.hpp.

Constructor & Destructor Documentation

pv::dialogs::StoreProgress::StoreProgress ( const QString &  file_name,
const std::shared_ptr< sigrok::OutputFormat >  output_format,
const std::map< std::string, Glib::VariantBase > &  options,
const std::pair< uint64_t, uint64_t >  sample_range,
const Session session,
QWidget *  parent = 0 
)

Definition at line 35 of file storeprogress.cpp.

Here is the call graph for this function:

pv::dialogs::StoreProgress::~StoreProgress ( )
virtual

Definition at line 48 of file storeprogress.cpp.

Here is the call graph for this function:

Member Function Documentation

void pv::dialogs::StoreProgress::closeEvent ( QCloseEvent *  )
private

Definition at line 71 of file storeprogress.cpp.

Here is the call graph for this function:

void pv::dialogs::StoreProgress::on_progress_updated ( )
privateslot

Definition at line 76 of file storeprogress.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void pv::dialogs::StoreProgress::run ( )

Definition at line 53 of file storeprogress.cpp.

Here is the call graph for this function:

void pv::dialogs::StoreProgress::show_error ( )
private

Definition at line 61 of file storeprogress.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

pv::StoreSession pv::dialogs::StoreProgress::session_
private

Definition at line 62 of file storeprogress.hpp.


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