Home
last modified time | relevance | path

Searched refs:TextFormatProperty (Results 1 – 5 of 5) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/gui/ooo/
H A Dformatproperty.cpp105 TextFormatProperty::TextFormatProperty() in TextFormatProperty() function in TextFormatProperty
112 TextFormatProperty::TextFormatProperty( const StyleInformation *information ) in TextFormatProperty() function in TextFormatProperty
119 void TextFormatProperty::apply( QTextCharFormat *format ) const in apply()
159 void TextFormatProperty::setFontSize( int size ) in setFontSize()
165 void TextFormatProperty::setFontName( const QString &name ) in setFontName()
170 void TextFormatProperty::setFontWeight( int weight ) in setFontWeight()
175 void TextFormatProperty::setFontStyle( int style ) in setFontStyle()
180 void TextFormatProperty::setTextPosition( int position ) in setTextPosition()
185 void TextFormatProperty::setColor( const QColor &color ) in setColor()
190 void TextFormatProperty::setBackgroundColor( const QColor &color ) in setBackgroundColor()
[all …]
H A Dformatproperty.h95 class TextFormatProperty
98 TextFormatProperty();
99 TextFormatProperty( const StyleInformation *information );
245 void setTextFormat( const TextFormatProperty &format );
254 TextFormatProperty m_TextFormat;
H A Dstyleparser.h49 TextFormatProperty parseTextProperty( QDomElement& );
H A Dstyleparser.cpp275 const TextFormatProperty textProperty = parseTextProperty( element ); in parseStyleProperty()
351 TextFormatProperty StyleParser::parseTextProperty( QDomElement &parent ) in parseTextProperty()
353 TextFormatProperty property; in parseTextProperty()
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/liteeditor/
H A Dliteeditorwidgetbase.h42 enum TextFormatProperty { enum