BasicStrokeDialog.h File Reference

A dialog used to build a basic stroke element. More...

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

Go to the source code of this file.

Classes

class  te::qt::widgets::BasicStrokeDialog
 A dialog used to build a basic stroke element. If you want to use this dialog, you can use commands like: te::se::Stroke* s = te::qt::widgets::BasicStrokeDialog::getStroke(0, parent, "Title"); te::se::Stroke* s = te::qt::widgets::BasicStrokeDialog::getStroke(initialStroke, parent, "Title"); ... delete s; 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 basic stroke element.

Definition in file BasicStrokeDialog.h.