GlyphMarkDialog.h File Reference

A dialog used to build a glyph mark element. More...

#include "../Config.h"
#include <QDialog>
#include <memory>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  te::qt::widgets::GlyphMarkDialog
 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...
 

Namespaces

 te
 URI C++ Library.
 
 te::qt
 Namespace for the Qt module of TerraLib.
 
 te::qt::widgets
 Namespace for the Qt Widgets module of TerraLib.
 
 te::se
 Namespace for the Symbology Encoding module of TerraLib.
 
 Ui
 

Detailed Description

A dialog used to build a glyph mark element.

Definition in file GlyphMarkDialog.h.