Document the valid int values for TextAnnotation::setInplaceAlignment

remotes/origin/work/aacid/more_expressive_signed_messages
Albert Astals Cid 6 years ago
parent 89280e82d7
commit 511fc7acca
  1. 2
      core/annotations.h

@ -827,11 +827,13 @@ public:
/** /**
* Sets the inplace @p alignment of the text annotation. * Sets the inplace @p alignment of the text annotation.
* 0:left, 1:center, 2:right
*/ */
void setInplaceAlignment(int alignment); void setInplaceAlignment(int alignment);
/** /**
* Returns the inplace alignment of the text annotation. * Returns the inplace alignment of the text annotation.
* 0:left, 1:center, 2:right
*/ */
int inplaceAlignment() const; int inplaceAlignment() const;

Loading…
Cancel
Save