More methods for LabelModel. Reconciled naming conventions in LabelModelItem.

This commit is contained in:
Jim Evins
2013-11-26 21:16:16 -05:00
parent 060fd6d143
commit 072b527d09
3 changed files with 247 additions and 60 deletions
+11
View File
@@ -128,6 +128,17 @@ namespace glabels
void centerSelectionHoriz();
void centerSelectionVert();
void moveSelection( double dx, double dy );
void setSelectionFontFamily( const QString &fontFamily );
void setSelectionFontSize( double fontSize );
void setSelectionFontWeight( QFont::Weight fontWeight );
void setSelectionFontItalicFlag( bool fontItalicFlag );
void setSelectionTextHAlign( Qt::Alignment textHAlign );
void setSelectionTextVAlign( Qt::Alignment textVAlign );
void setSelectionTextLineSpacing( double textLineSpacing );
void setSelectionTextColorNode( ColorNode textColorNode );
void setSelectionLineWidth( double lineWidth );
void setSelectionLineColorNode( ColorNode lineColorNode );
void setSelectionFillColorNode( ColorNode fillColorNode );
private slots: