PulseView  0.3.0
A Qt-based sigrok GUI
pv::widgets::ExportMenu Class Reference

#include <exportmenu.hpp>

Inheritance diagram for pv::widgets::ExportMenu:
Collaboration diagram for pv::widgets::ExportMenu:

Signals

void format_selected (std::shared_ptr< sigrok::OutputFormat > format)
 

Public Member Functions

 ExportMenu (QWidget *parent, std::shared_ptr< sigrok::Context > context, std::vector< QAction * >open_actions=std::vector< QAction * >())
 

Private Slots

void on_action (QObject *action)
 

Private Attributes

std::shared_ptr< sigrok::Context > context_
 
QSignalMapper mapper_
 

Detailed Description

Definition at line 37 of file exportmenu.hpp.

Constructor & Destructor Documentation

pv::widgets::ExportMenu::ExportMenu ( QWidget *  parent,
std::shared_ptr< sigrok::Context >  context,
std::vector< QAction * >  open_actions = std::vector<QAction *>() 
)

Definition at line 42 of file exportmenu.cpp.

Here is the call graph for this function:

Member Function Documentation

void pv::widgets::ExportMenu::format_selected ( std::shared_ptr< sigrok::OutputFormat >  format)
signal

Definition at line 134 of file moc_exportmenu.cpp.

Here is the caller graph for this function:

void pv::widgets::ExportMenu::on_action ( QObject action)
privateslot

Definition at line 82 of file exportmenu.cpp.

Here is the caller graph for this function:

Member Data Documentation

std::shared_ptr<sigrok::Context> pv::widgets::ExportMenu::context_
private

Definition at line 52 of file exportmenu.hpp.

QSignalMapper pv::widgets::ExportMenu::mapper_
private

Definition at line 53 of file exportmenu.hpp.


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