#include <ScatterStyle.h>
Definition at line 49 of file ScatterStyle.h.
te::qt::widgets::ScatterStyle::ScatterStyle |
( |
| ) |
|
Constructor.
- Parameters
-
graphic | The scatter's point graphic. |
te::qt::widgets::ScatterStyle::~ScatterStyle |
( |
| ) |
|
Returns a copy of the pointer to the scatter point's fill.
- Returns
- A Fill type pointer to the scatter point's fill.
- Note
- The caller will take ownership of the returned pointer.
-
Will return a null pointer if the scatter's point does not have a Fill (f.e. if it's using an external graphic)
Returns a pointer to the scatter's graphic.
- Returns
- A graphic type pointer to the scatter's point style.
- Note
- The caller will not take ownership of the returned pointer.
Returns a copy of the pointer to the scatter's Mark.
- Returns
- A Mark type pointer to the scatter's point style.
- Note
- The caller will not take ownership of the returned pointer.
Returns a copy of thepointer to the scatter point's stroke.
- Returns
- A Fill type pointer to the scatter point's stroke.
- Note
- The caller will take ownership of the returned pointer.
-
Will return a null pointer if the scatter's point does not have a stroke (f.e. if it's using an external graphic)
QwtSymbol* te::qt::widgets::ScatterStyle::getSymbol |
( |
| ) |
|
Returns a pointer to a QwtSymbol representing the current scatter's point style.
- Returns
- A QwtSymbol type pointer based on the current point's style.
- Note
- The caller will take ownership of the returned pointer.
void te::qt::widgets::ScatterStyle::setFill |
( |
te::se::Fill * |
newFill | ) |
|
It sets the scatter point's fill.
- Parameters
-
- Note
- It will take ownership of the given pointer
-
The given pointer will not be used if the scatter's point is not currently represented by a Mark. The given pointer will simply be deleted.
void te::qt::widgets::ScatterStyle::setGraphic |
( |
te::se::Graphic * |
newGraphic | ) |
|
It sets the he scatter's graphic.
- Parameters
-
newGraphic | The new graphic. |
- Note
- It will take ownership of the given pointer
void te::qt::widgets::ScatterStyle::setMark |
( |
te::se::Mark * |
newMark | ) |
|
It sets the he scatter's mark.
- Parameters
-
- Note
- It will take ownership of the given pointer
void te::qt::widgets::ScatterStyle::setStroke |
( |
te::se::Stroke * |
newStroke | ) |
|
It sets the scatter point's stroke.
- Parameters
-
- Note
- It will take ownership of the given pointer
-
The given pointer will not be used if the scatter's point is not currently represented by a Mark. The given pointer will simply be deleted.
The graphic used to edit the symbol's style.
Definition at line 157 of file ScatterStyle.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/qt/widgets/charts/ScatterStyle.h