Contains an implementation of a graphic scale. More...
Go to the source code of this file.
| Classes | |
| class | te::qt::widgets::ScaleWidget | 
| A widget that shows the graphic scale associated with a display.  More... | |
| Namespaces | |
| namespace | te | 
| TerraLib. | |
| namespace | te::qt | 
| Namespace for the Qt module of TerraLib. | |
| namespace | te::qt::widgets | 
| Namespace for the Qt Widgets module of TerraLib. | |
| Functions | |
| void | GetScalesIcons (QMap< int, QIcon > &icons, QStringList &typesNames, const QPaintDevice *device, const QColor &color) | 
| Returns icons and the respective names for the types of rulers that can be used to present the graphic scale.  More... | |
Contains an implementation of a graphic scale.
Definition in file ScaleWidget.h.
| void GetScalesIcons | ( | QMap< int, QIcon > & | icons, | 
| QStringList & | typesNames, | ||
| const QPaintDevice * | device, | ||
| const QColor & | color | ||
| ) | 
Returns icons and the respective names for the types of rulers that can be used to present the graphic scale.
| [out] | icons | Generated icons. | 
| [out] | typesNames | Generated names. | 
| device | The device being used. | |
| color | The color of the ruler. |