| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
Stores visual margins for labels (left, right, top and bottom) More...
#include <qgslabelfeature.h>
Public Member Functions | |
| VisualMargin () | |
| Default constructor, all margins are set to 0.0.  More... | |
| VisualMargin (double top, double right, double bottom, double left) | |
| Constructor allowing margins to be specified.  More... | |
| VisualMargin & | operator*= (double value) | 
Public Attributes | |
| double | bottom | 
| Bottom margin.  More... | |
| double | left | 
| Left margin.  More... | |
| double | right | 
| Right margin.  More... | |
| double | top | 
| Top margin.  More... | |
Stores visual margins for labels (left, right, top and bottom)
Definition at line 40 of file qgslabelfeature.h.
      
  | 
  inline | 
Default constructor, all margins are set to 0.0.
Definition at line 44 of file qgslabelfeature.h.
      
  | 
  inline | 
Constructor allowing margins to be specified.
| top | top margin | 
| right | right margin | 
| bottom | bottom margin | 
| left | left margin | 
Definition at line 57 of file qgslabelfeature.h.
      
  | 
  inline | 
Definition at line 73 of file qgslabelfeature.h.
| double QgsLabelFeature::VisualMargin::bottom | 
Bottom margin.
Definition at line 71 of file qgslabelfeature.h.
| double QgsLabelFeature::VisualMargin::left | 
Left margin.
Definition at line 65 of file qgslabelfeature.h.
| double QgsLabelFeature::VisualMargin::right | 
Right margin.
Definition at line 67 of file qgslabelfeature.h.
| double QgsLabelFeature::VisualMargin::top | 
Top margin.
Definition at line 69 of file qgslabelfeature.h.
 1.8.13