MIRA
|
A dialog for adding, removing and editing codecs. More...
#include <fw/TapeRecorderWidget.h>
Public Slots | |
void | addRemove () |
Public Member Functions | |
CodecDialog (QWidget *parent=NULL) | |
~CodecDialog () | |
void | setCodecs (std::list< BinarySerializerCodecPtr > &codecs) |
std::list< BinarySerializerCodecPtr > | getCodecs () |
Protected Member Functions | |
void | addCodec (BinarySerializerCodecPtr codec) |
Protected Attributes | |
std::map< std::string, std::pair< BinarySerializerCodecPtr, boost::shared_ptr< PropertyNode > > > | mCodecs |
PropertyEditor * | mEditor |
QDialogButtonBox * | mButtonBox |
A dialog for adding, removing and editing codecs.
CodecDialog | ( | QWidget * | parent = NULL | ) |
~CodecDialog | ( | ) |
void setCodecs | ( | std::list< BinarySerializerCodecPtr > & | codecs | ) |
std::list<BinarySerializerCodecPtr> getCodecs | ( | ) |
|
slot |
|
protected |
|
protected |
|
protected |
|
protected |