A dialog used to build a graphic element. More...
#include "../Config.h"#include <QtGui/QDialog>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | te::qt::widgets::GraphicDialog | 
A dialog used to build a graphic element. If you want to use this dialog, you can use commands like:  te::se::Graphic* g = te::qt::widgets::GraphicDialog::getGraphic(0, parent, "Title"); ... delete g;   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 | |
A dialog used to build a graphic element.
Definition in file GraphicDialog.h.