A dialog used to build a glyph mark element. If you want to use this dialog, you can use commands like:  te::se::Mark* m = te::qt::widgets::GlyphMarkWidget::getMark(0, parent, "Title"); te::se::Mark* m = te::qt::widgets::GlyphMarkWidget::getMark(initialMark, parent, "Title"); ... delete m;   
 More...
#include <GlyphMarkDialog.h>
  
 Public Member Functions | |
| te::se::Mark * | getMark () const | 
| Gets the configured mark element.  More... | |
Initializer Methods  | |
Methods related to instantiation and destruction.  | |
| GlyphMarkDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructs a glyph mark dialog which is a child of parent, with widget flags set to f.  More... | |
| ~GlyphMarkDialog () | |
| Destructor.  More... | |
Static Public Member Functions | |
| static te::se::Mark * | getMark (const te::se::Mark *initial, QWidget *parent=0, const QString &title="") | 
| Pops up a modal mark dialog with the given window title, lets the user configure the mark, and returns that mark. The mark is initially set to initial. The dialog is a child of parent.  More... | |
Private Attributes | |
| te::qt::widgets::GlyphMarkWidget * | m_glyphMarkWidget | 
| Glyph Mark Widget used to configure the mak element.  More... | |
| std::unique_ptr< Ui::GlyphMarkDialogForm > | m_ui | 
| Dialog form.  More... | |
A dialog used to build a glyph mark element. If you want to use this dialog, you can use commands like:  te::se::Mark* m = te::qt::widgets::GlyphMarkWidget::getMark(0, parent, "Title"); te::se::Mark* m = te::qt::widgets::GlyphMarkWidget::getMark(initialMark, parent, "Title"); ... delete m;  
Definition at line 70 of file GlyphMarkDialog.h.
| te::qt::widgets::GlyphMarkDialog::GlyphMarkDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Constructs a glyph mark dialog which is a child of parent, with widget flags set to f.
| te::qt::widgets::GlyphMarkDialog::~GlyphMarkDialog | ( | ) | 
Destructor.
      
  | 
  static | 
Pops up a modal mark dialog with the given window title, lets the user configure the mark, and returns that mark. The mark is initially set to initial. The dialog is a child of parent.
| initial | A initial mark element that will be used. The dialog form will be update based on mark element parameters. It can be NULL. | 
| parent | Dialog parent. | 
| title | Dialog title. | 
| te::se::Mark* te::qt::widgets::GlyphMarkDialog::getMark | ( | ) | const | 
Gets the configured mark element.
      
  | 
  private | 
Glyph Mark Widget used to configure the mak element.
Definition at line 116 of file GlyphMarkDialog.h.
      
  | 
  private | 
Dialog form.
Definition at line 115 of file GlyphMarkDialog.h.