#include <HistogramStyle.h>
Definition at line 49 of file HistogramStyle.h.
te::qt::widgets::HistogramStyle::HistogramStyle |
( |
| ) |
|
Constructor.
- Parameters
-
fill | The histogram bar's fill |
stroke | The histogram bar's stroke |
te::qt::widgets::HistogramStyle::~HistogramStyle |
( |
| ) |
|
void te::qt::widgets::HistogramStyle::adjustSymbol |
( |
| ) |
|
|
private |
Returns a pointer to the histogram bar's fill.
- Returns
- A Fill type pointer to the histogram bar's fill.
- Note
- The caller will not take ownership of the returned pointer.
Returns a pointer to the histogram bar's stroke.
- Returns
- A Fill type pointer to the histogram bar's stroke.
- Note
- The caller will not take ownership of the returned pointer.
void te::qt::widgets::HistogramStyle::setFill |
( |
te::se::Fill * |
newFill | ) |
|
It sets the histogram bar's fill.
- Parameters
-
- Note
- It will take ownership of the given pointer
void te::qt::widgets::HistogramStyle::setStroke |
( |
te::se::Stroke * |
newStroke | ) |
|
It sets the histogram bar's stroke.
- Parameters
-
- Note
- It will take ownership of the given pointer
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/qt/widgets/charts/HistogramStyle.h