ardour
Classes | Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
ExportFormatDialog Class Reference

#include <export_format_dialog.h>

Inheritance diagram for ExportFormatDialog:
ArdourDialog PBD::ScopedConnectionList ARDOUR::SessionHandlePtr

Classes

struct  CompatibilityCols
 
struct  DitherTypeCols
 
struct  FormatCols
 
struct  QualityCols
 
struct  SampleFormatCols
 
struct  SampleRateCols
 
struct  SRCQualityCols
 

Public Member Functions

 ExportFormatDialog (FormatPtr format, bool new_dialog=false)
 
 ~ExportFormatDialog ()
 
void set_session (ARDOUR::Session *s)
 
- Public Member Functions inherited from ArdourDialog
 ArdourDialog (std::string title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, std::string title, bool modal=false, bool use_separator=false)
 
 ~ArdourDialog ()
 
bool on_focus_in_event (GdkEventFocus *)
 
bool on_focus_out_event (GdkEventFocus *)
 
bool on_delete_event (GdkEventAny *)
 
void on_unmap ()
 
void on_show ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
- Public Member Functions inherited from PBD::ScopedConnectionList
 ScopedConnectionList ()
 
virtual ~ScopedConnectionList ()
 
void add_connection (const UnscopedConnection &c)
 
void drop_connections ()
 

Private Types

typedef
ARDOUR::WeakExportFormatCompatibilityPtr 
WeakCompatPtr
 
typedef ARDOUR::WeakExportFormatPtr WeakFormatPtr
 
typedef
ARDOUR::ExportFormatManager::WeakQualityPtr 
WeakQualityPtr
 
typedef
ARDOUR::ExportFormatManager::WeakSampleRatePtr 
WeakSampleRatePtr
 
typedef
ARDOUR::ExportFormatManager::WeakSampleFormatPtr 
WeakSampleFormatPtr
 
typedef
ARDOUR::ExportFormatManager::WeakDitherTypePtr 
WeakDitherTypePtr
 
typedef boost::shared_ptr
< ARDOUR::ExportFormatSpecification
FormatPtr
 

Private Member Functions

void end_dialog ()
 
void revert ()
 
void load_state (FormatPtr spec)
 
void init_format_table ()
 
void init_encoding_option_widgets ()
 
void update_compatibility_selection (std::string const &path)
 
void update_quality_selection ()
 
void update_format_selection ()
 
void update_sample_rate_selection ()
 
void update_sample_format_selection ()
 
void update_dither_type_selection ()
 
template<typename ColsT >
void update_selection (Glib::RefPtr< Gtk::ListStore > &list, Gtk::TreeView &view, ColsT &cols)
 
void change_compatibility_selection (bool select, WeakCompatPtr compat)
 
void change_quality_selection (bool select, WeakQualityPtr quality)
 
void change_format_selection (bool select, WeakFormatPtr format)
 
void change_sample_rate_selection (bool select, WeakSampleRatePtr rate)
 
void change_sample_format_selection (bool select, WeakSampleFormatPtr format)
 
void change_dither_type_selection (bool select, WeakDitherTypePtr type)
 
template<typename T , typename ColsT >
void change_selection (bool select, boost::weak_ptr< T > w_ptr, Glib::RefPtr< Gtk::ListStore > &list, Gtk::TreeView &view, ColsT &cols)
 
void change_quality_compatibility (bool compatibility, WeakQualityPtr quality)
 
void change_format_compatibility (bool compatibility, WeakFormatPtr format)
 
void change_sample_rate_compatibility (bool compatibility, WeakSampleRatePtr rate)
 
void change_sample_format_compatibility (bool compatibility, WeakSampleFormatPtr format)
 
void change_dither_type_compatibility (bool compatibility, WeakDitherTypePtr type)
 
template<typename T , typename ColsT >
void change_compatibility (bool compatibility, boost::weak_ptr< T > w_ptr, Glib::RefPtr< Gtk::ListStore > &list, ColsT &cols, std::string const &c_incompatible="red", std::string const &c_compatible="white")
 
void update_description ()
 
void update_name ()
 
void update_trim_start_selection ()
 
void update_trim_end_selection ()
 
void update_normalize_selection ()
 
void update_silence_start_selection ()
 
void update_silence_end_selection ()
 
void update_clock (AudioClock &clock, ARDOUR::AnyTime const &time)
 
void update_time (ARDOUR::AnyTime &time, AudioClock const &clock)
 
void update_src_quality_selection ()
 
void update_tagging_selection ()
 
void change_encoding_options (ARDOUR::ExportFormatPtr ptr)
 
void empty_encoding_option_table ()
 
void remove_widget (Gtk::Widget &to_remove, Gtk::Container *remove_from)
 
void show_linear_enconding_options (boost::shared_ptr< ARDOUR::ExportFormatLinear > ptr)
 
void show_ogg_enconding_options (boost::shared_ptr< ARDOUR::ExportFormatOggVorbis > ptr)
 
void show_flac_enconding_options (boost::shared_ptr< ARDOUR::ExportFormatFLAC > ptr)
 
void show_bwf_enconding_options (boost::shared_ptr< ARDOUR::ExportFormatBWF > ptr)
 
void fill_sample_format_lists (boost::shared_ptr< ARDOUR::HasSampleFormat > ptr)
 
void prohibit_compatibility_selection ()
 
void update_with_toc ()
 
void update_with_cue ()
 
void update_with_mp4chaps ()
 
void update_command ()
 

Private Attributes

FormatPtr format
 
ARDOUR::ExportFormatManager manager
 
XMLNodeoriginal_state
 
ARDOUR::AnyTime silence_start
 
ARDOUR::AnyTime silence_end
 
uint32_t applying_changes_from_engine
 
Gtk::HBox name_hbox
 
Gtk::Label name_label
 
Gtk::Entry name_entry
 
Gtk::Label name_generated_part
 
Gtk::HBox normalize_hbox
 
Gtk::CheckButton normalize_checkbox
 
Gtk::SpinButton normalize_spinbutton
 
Gtk::Adjustment normalize_adjustment
 
Gtk::Label normalize_db_label
 
Gtk::Table silence_table
 
Gtk::CheckButton trim_start_checkbox
 
Gtk::CheckButton silence_start_checkbox
 
AudioClock silence_start_clock
 
Gtk::CheckButton trim_end_checkbox
 
Gtk::CheckButton silence_end_checkbox
 
AudioClock silence_end_clock
 
Gtk::Label command_label
 
Gtk::Entry command_entry
 
CompatibilityCols compatibility_cols
 
Glib::RefPtr< Gtk::ListStore > compatibility_list
 
sigc::connection compatibility_select_connection
 
QualityCols quality_cols
 
Glib::RefPtr< Gtk::ListStore > quality_list
 
FormatCols format_cols
 
Glib::RefPtr< Gtk::ListStore > format_list
 
SampleRateCols sample_rate_cols
 
Glib::RefPtr< Gtk::ListStore > sample_rate_list
 
Gtk::Table format_table
 
Gtk::Label compatibility_label
 
Gtk::Label quality_label
 
Gtk::Label format_label
 
Gtk::Label sample_rate_label
 
Gtk::TreeView compatibility_view
 
Gtk::TreeView quality_view
 
Gtk::TreeView format_view
 
Gtk::TreeView sample_rate_view
 
SRCQualityCols src_quality_cols
 
Glib::RefPtr< Gtk::ListStore > src_quality_list
 
Gtk::Label src_quality_label
 
Gtk::ComboBox src_quality_combo
 
Gtk::VBox encoding_options_vbox
 
Gtk::Label encoding_options_label
 
Gtk::Table encoding_options_table
 
Gtk::Button * revert_button
 
Gtk::Button * close_button
 
SampleFormatCols sample_format_cols
 
Glib::RefPtr< Gtk::ListStore > sample_format_list
 
DitherTypeCols dither_type_cols
 
Glib::RefPtr< Gtk::ListStore > dither_type_list
 
Gtk::Label sample_format_label
 
Gtk::Label dither_label
 
Gtk::CheckButton with_cue
 
Gtk::CheckButton with_toc
 
Gtk::CheckButton with_mp4chaps
 
Gtk::VBox cue_toc_vbox
 
Gtk::TreeView sample_format_view
 
Gtk::TreeView dither_type_view
 
Gtk::CheckButton tag_checkbox
 

Additional Inherited Members

- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Definition at line 41 of file export_format_dialog.h.

Member Typedef Documentation

Definition at line 51 of file export_format_dialog.h.

Definition at line 44 of file export_format_dialog.h.

Definition at line 49 of file export_format_dialog.h.

Definition at line 45 of file export_format_dialog.h.

Definition at line 46 of file export_format_dialog.h.

Definition at line 48 of file export_format_dialog.h.

Definition at line 47 of file export_format_dialog.h.

Constructor & Destructor Documentation

ExportFormatDialog::ExportFormatDialog ( FormatPtr  format,
bool  new_dialog = false 
)
explicit

Definition at line 30 of file export_format_dialog.cc.

ExportFormatDialog::~ExportFormatDialog ( )

Definition at line 206 of file export_format_dialog.cc.

Member Function Documentation

template<typename T , typename ColsT >
void ExportFormatDialog::change_compatibility ( bool  compatibility,
boost::weak_ptr< T >  w_ptr,
Glib::RefPtr< Gtk::ListStore > &  list,
ColsT &  cols,
std::string const &  c_incompatible = "red",
std::string const &  c_compatible = "white" 
)
private

Definition at line 707 of file export_format_dialog.cc.

void ExportFormatDialog::change_compatibility_selection ( bool  select,
WeakCompatPtr  compat 
)
private

Definition at line 585 of file export_format_dialog.cc.

void ExportFormatDialog::change_dither_type_compatibility ( bool  compatibility,
WeakDitherTypePtr  type 
)
private

Definition at line 700 of file export_format_dialog.cc.

void ExportFormatDialog::change_dither_type_selection ( bool  select,
WeakDitherTypePtr  type 
)
private

Definition at line 639 of file export_format_dialog.cc.

void ExportFormatDialog::change_encoding_options ( ARDOUR::ExportFormatPtr  ptr)
private

Definition at line 865 of file export_format_dialog.cc.

void ExportFormatDialog::change_format_compatibility ( bool  compatibility,
WeakFormatPtr  format 
)
private

Definition at line 682 of file export_format_dialog.cc.

void ExportFormatDialog::change_format_selection ( bool  select,
WeakFormatPtr  format 
)
private

Definition at line 608 of file export_format_dialog.cc.

void ExportFormatDialog::change_quality_compatibility ( bool  compatibility,
WeakQualityPtr  quality 
)
private

Definition at line 676 of file export_format_dialog.cc.

void ExportFormatDialog::change_quality_selection ( bool  select,
WeakQualityPtr  quality 
)
private

Definition at line 602 of file export_format_dialog.cc.

void ExportFormatDialog::change_sample_format_compatibility ( bool  compatibility,
WeakSampleFormatPtr  format 
)
private

Definition at line 694 of file export_format_dialog.cc.

void ExportFormatDialog::change_sample_format_selection ( bool  select,
WeakSampleFormatPtr  format 
)
private

Definition at line 633 of file export_format_dialog.cc.

void ExportFormatDialog::change_sample_rate_compatibility ( bool  compatibility,
WeakSampleRatePtr  rate 
)
private

Definition at line 688 of file export_format_dialog.cc.

void ExportFormatDialog::change_sample_rate_selection ( bool  select,
WeakSampleRatePtr  rate 
)
private

Definition at line 620 of file export_format_dialog.cc.

template<typename T , typename ColsT >
void ExportFormatDialog::change_selection ( bool  select,
boost::weak_ptr< T >  w_ptr,
Glib::RefPtr< Gtk::ListStore > &  list,
Gtk::TreeView &  view,
ColsT &  cols 
)
private

Definition at line 646 of file export_format_dialog.cc.

void ExportFormatDialog::empty_encoding_option_table ( )
private

Definition at line 888 of file export_format_dialog.cc.

void ExportFormatDialog::end_dialog ( )
private

Definition at line 1005 of file export_format_dialog.cc.

void ExportFormatDialog::fill_sample_format_lists ( boost::shared_ptr< ARDOUR::HasSampleFormat ptr)
private

Definition at line 962 of file export_format_dialog.cc.

void ExportFormatDialog::init_encoding_option_widgets ( )
private

Definition at line 501 of file export_format_dialog.cc.

void ExportFormatDialog::init_format_table ( )
private

Definition at line 315 of file export_format_dialog.cc.

void ExportFormatDialog::load_state ( FormatPtr  spec)
private

Definition at line 250 of file export_format_dialog.cc.

void ExportFormatDialog::prohibit_compatibility_selection ( )
private

Definition at line 1011 of file export_format_dialog.cc.

void ExportFormatDialog::remove_widget ( Gtk::Widget &  to_remove,
Gtk::Container *  remove_from 
)
private

Definition at line 894 of file export_format_dialog.cc.

void ExportFormatDialog::revert ( )
private

Definition at line 212 of file export_format_dialog.cc.

void ExportFormatDialog::set_session ( ARDOUR::Session s)
virtual

Reimplemented from ARDOUR::SessionHandlePtr.

Definition at line 223 of file export_format_dialog.cc.

void ExportFormatDialog::show_bwf_enconding_options ( boost::shared_ptr< ARDOUR::ExportFormatBWF ptr)
private

Definition at line 946 of file export_format_dialog.cc.

void ExportFormatDialog::show_flac_enconding_options ( boost::shared_ptr< ARDOUR::ExportFormatFLAC ptr)
private

Definition at line 929 of file export_format_dialog.cc.

void ExportFormatDialog::show_linear_enconding_options ( boost::shared_ptr< ARDOUR::ExportFormatLinear ptr)
private

Definition at line 900 of file export_format_dialog.cc.

void ExportFormatDialog::show_ogg_enconding_options ( boost::shared_ptr< ARDOUR::ExportFormatOggVorbis ptr)
private

Definition at line 918 of file export_format_dialog.cc.

void ExportFormatDialog::update_clock ( AudioClock clock,
ARDOUR::AnyTime const &  time 
)
private

Definition at line 796 of file export_format_dialog.cc.

void ExportFormatDialog::update_command ( )
private

Definition at line 740 of file export_format_dialog.cc.

void ExportFormatDialog::update_compatibility_selection ( std::string const &  path)
private

Definition at line 525 of file export_format_dialog.cc.

void ExportFormatDialog::update_description ( )
private

Definition at line 746 of file export_format_dialog.cc.

void ExportFormatDialog::update_dither_type_selection ( )
private

Definition at line 562 of file export_format_dialog.cc.

void ExportFormatDialog::update_format_selection ( )
private

Definition at line 544 of file export_format_dialog.cc.

void ExportFormatDialog::update_name ( )
private

Definition at line 753 of file export_format_dialog.cc.

void ExportFormatDialog::update_normalize_selection ( )
private

Definition at line 771 of file export_format_dialog.cc.

void ExportFormatDialog::update_quality_selection ( )
private

Definition at line 538 of file export_format_dialog.cc.

void ExportFormatDialog::update_sample_format_selection ( )
private

Definition at line 556 of file export_format_dialog.cc.

void ExportFormatDialog::update_sample_rate_selection ( )
private

Definition at line 550 of file export_format_dialog.cc.

template<typename ColsT >
void ExportFormatDialog::update_selection ( Glib::RefPtr< Gtk::ListStore > &  list,
Gtk::TreeView &  view,
ColsT &  cols 
)
private

Definition at line 569 of file export_format_dialog.cc.

void ExportFormatDialog::update_silence_end_selection ( )
private

Definition at line 787 of file export_format_dialog.cc.

void ExportFormatDialog::update_silence_start_selection ( )
private

Definition at line 778 of file export_format_dialog.cc.

void ExportFormatDialog::update_src_quality_selection ( )
private

Definition at line 851 of file export_format_dialog.cc.

void ExportFormatDialog::update_tagging_selection ( )
private

Definition at line 859 of file export_format_dialog.cc.

void ExportFormatDialog::update_time ( ARDOUR::AnyTime time,
AudioClock const &  clock 
)
private

Definition at line 822 of file export_format_dialog.cc.

void ExportFormatDialog::update_trim_end_selection ( )
private

Definition at line 765 of file export_format_dialog.cc.

void ExportFormatDialog::update_trim_start_selection ( )
private

Definition at line 759 of file export_format_dialog.cc.

void ExportFormatDialog::update_with_cue ( )
private

Definition at line 722 of file export_format_dialog.cc.

void ExportFormatDialog::update_with_mp4chaps ( )
private

Definition at line 734 of file export_format_dialog.cc.

void ExportFormatDialog::update_with_toc ( )
private

Definition at line 728 of file export_format_dialog.cc.

Member Data Documentation

uint32_t ExportFormatDialog::applying_changes_from_engine
private

Definition at line 119 of file export_format_dialog.h.

Gtk::Button* ExportFormatDialog::close_button
private

Definition at line 279 of file export_format_dialog.h.

Gtk::Entry ExportFormatDialog::command_entry
private

Definition at line 185 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::command_label
private

Definition at line 184 of file export_format_dialog.h.

CompatibilityCols ExportFormatDialog::compatibility_cols
private

Definition at line 198 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::compatibility_label
private

Definition at line 243 of file export_format_dialog.h.

Glib::RefPtr<Gtk::ListStore> ExportFormatDialog::compatibility_list
private

Definition at line 199 of file export_format_dialog.h.

sigc::connection ExportFormatDialog::compatibility_select_connection
private

Definition at line 203 of file export_format_dialog.h.

Gtk::TreeView ExportFormatDialog::compatibility_view
private

Definition at line 248 of file export_format_dialog.h.

Gtk::VBox ExportFormatDialog::cue_toc_vbox
private

Definition at line 316 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::dither_label
private

Definition at line 310 of file export_format_dialog.h.

DitherTypeCols ExportFormatDialog::dither_type_cols
private

Definition at line 306 of file export_format_dialog.h.

Glib::RefPtr<Gtk::ListStore> ExportFormatDialog::dither_type_list
private

Definition at line 307 of file export_format_dialog.h.

Gtk::TreeView ExportFormatDialog::dither_type_view
private

Definition at line 324 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::encoding_options_label
private

Definition at line 272 of file export_format_dialog.h.

Gtk::Table ExportFormatDialog::encoding_options_table
private

Definition at line 274 of file export_format_dialog.h.

Gtk::VBox ExportFormatDialog::encoding_options_vbox
private

Definition at line 271 of file export_format_dialog.h.

FormatPtr ExportFormatDialog::format
private

Definition at line 63 of file export_format_dialog.h.

FormatCols ExportFormatDialog::format_cols
private

Definition at line 226 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::format_label
private

Definition at line 245 of file export_format_dialog.h.

Glib::RefPtr<Gtk::ListStore> ExportFormatDialog::format_list
private

Definition at line 227 of file export_format_dialog.h.

Gtk::Table ExportFormatDialog::format_table
private

Definition at line 241 of file export_format_dialog.h.

Gtk::TreeView ExportFormatDialog::format_view
private

Definition at line 250 of file export_format_dialog.h.

ARDOUR::ExportFormatManager ExportFormatDialog::manager
private

Definition at line 64 of file export_format_dialog.h.

Gtk::Entry ExportFormatDialog::name_entry
private

Definition at line 159 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::name_generated_part
private

Definition at line 160 of file export_format_dialog.h.

Gtk::HBox ExportFormatDialog::name_hbox
private

Definition at line 156 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::name_label
private

Definition at line 158 of file export_format_dialog.h.

Gtk::Adjustment ExportFormatDialog::normalize_adjustment
private

Definition at line 167 of file export_format_dialog.h.

Gtk::CheckButton ExportFormatDialog::normalize_checkbox
private

Definition at line 165 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::normalize_db_label
private

Definition at line 168 of file export_format_dialog.h.

Gtk::HBox ExportFormatDialog::normalize_hbox
private

Definition at line 164 of file export_format_dialog.h.

Gtk::SpinButton ExportFormatDialog::normalize_spinbutton
private

Definition at line 166 of file export_format_dialog.h.

XMLNode& ExportFormatDialog::original_state
private

Definition at line 66 of file export_format_dialog.h.

QualityCols ExportFormatDialog::quality_cols
private

Definition at line 214 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::quality_label
private

Definition at line 244 of file export_format_dialog.h.

Glib::RefPtr<Gtk::ListStore> ExportFormatDialog::quality_list
private

Definition at line 215 of file export_format_dialog.h.

Gtk::TreeView ExportFormatDialog::quality_view
private

Definition at line 249 of file export_format_dialog.h.

Gtk::Button* ExportFormatDialog::revert_button
private

Definition at line 278 of file export_format_dialog.h.

SampleFormatCols ExportFormatDialog::sample_format_cols
private

Definition at line 294 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::sample_format_label
private

Definition at line 309 of file export_format_dialog.h.

Glib::RefPtr<Gtk::ListStore> ExportFormatDialog::sample_format_list
private

Definition at line 295 of file export_format_dialog.h.

Gtk::TreeView ExportFormatDialog::sample_format_view
private

Definition at line 323 of file export_format_dialog.h.

SampleRateCols ExportFormatDialog::sample_rate_cols
private

Definition at line 238 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::sample_rate_label
private

Definition at line 246 of file export_format_dialog.h.

Glib::RefPtr<Gtk::ListStore> ExportFormatDialog::sample_rate_list
private

Definition at line 239 of file export_format_dialog.h.

Gtk::TreeView ExportFormatDialog::sample_rate_view
private

Definition at line 251 of file export_format_dialog.h.

ARDOUR::AnyTime ExportFormatDialog::silence_end
private

Definition at line 69 of file export_format_dialog.h.

Gtk::CheckButton ExportFormatDialog::silence_end_checkbox
private

Definition at line 179 of file export_format_dialog.h.

AudioClock ExportFormatDialog::silence_end_clock
private

Definition at line 180 of file export_format_dialog.h.

ARDOUR::AnyTime ExportFormatDialog::silence_start
private

Definition at line 68 of file export_format_dialog.h.

Gtk::CheckButton ExportFormatDialog::silence_start_checkbox
private

Definition at line 175 of file export_format_dialog.h.

AudioClock ExportFormatDialog::silence_start_clock
private

Definition at line 176 of file export_format_dialog.h.

Gtk::Table ExportFormatDialog::silence_table
private

Definition at line 172 of file export_format_dialog.h.

SRCQualityCols ExportFormatDialog::src_quality_cols
private

Definition at line 263 of file export_format_dialog.h.

Gtk::ComboBox ExportFormatDialog::src_quality_combo
private

Definition at line 267 of file export_format_dialog.h.

Gtk::Label ExportFormatDialog::src_quality_label
private

Definition at line 266 of file export_format_dialog.h.

Glib::RefPtr<Gtk::ListStore> ExportFormatDialog::src_quality_list
private

Definition at line 264 of file export_format_dialog.h.

Gtk::CheckButton ExportFormatDialog::tag_checkbox
private

Definition at line 328 of file export_format_dialog.h.

Gtk::CheckButton ExportFormatDialog::trim_end_checkbox
private

Definition at line 178 of file export_format_dialog.h.

Gtk::CheckButton ExportFormatDialog::trim_start_checkbox
private

Definition at line 174 of file export_format_dialog.h.

Gtk::CheckButton ExportFormatDialog::with_cue
private

Definition at line 312 of file export_format_dialog.h.

Gtk::CheckButton ExportFormatDialog::with_mp4chaps
private

Definition at line 314 of file export_format_dialog.h.

Gtk::CheckButton ExportFormatDialog::with_toc
private

Definition at line 313 of file export_format_dialog.h.


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