some fixes in the documentation
This commit is contained in:
parent
58db1608a9
commit
bc3000ecb6
|
@ -46,16 +46,16 @@
|
|||
* \Return The group owning the DrawingStyle of which key is \e key.
|
||||
*/
|
||||
|
||||
/*! \function const QColor& DisplayStyle::getColor(const Name& key) const;
|
||||
* \Return The QColor associated to the DrawingStyle \e key.
|
||||
/*! \function const QColor& DisplayStyle::getColor(const Name& key, int darkening) const;
|
||||
* \Return The QColor associated to the DrawingStyle \e key darkened by a factor \e darkening.
|
||||
*/
|
||||
|
||||
/*! \function const QPen& DisplayStyle::getColor(const Name& key) const;
|
||||
* \Return The QPen associated to the DrawingStyle \e key.
|
||||
/*! \function const QPen& DisplayStyle::getColor(const Name& key, int darkening) const;
|
||||
* \Return The QPen associated to the DrawingStyle \e key darkened by a factor \e darkening.
|
||||
*/
|
||||
|
||||
/*! \function const QBrush& DisplayStyle::getBrush(const Name& key) const;
|
||||
* \Return The QBrush associated to the DrawingStyle \e key.
|
||||
/*! \function const QBrush& DisplayStyle::getBrush(const Name& key, int darkening) const;
|
||||
* \Return The QBrush associated to the DrawingStyle \e key darkened by a factor \e darkening.
|
||||
*/
|
||||
|
||||
/*! \function const string& DisplayStyle::getPattern(const Name& key) const;
|
||||
|
|
|
@ -87,16 +87,16 @@
|
|||
* \Return The group owning the DrawingStyle of which key is \e key.
|
||||
*/
|
||||
|
||||
/*! \function const QColor& Graphics::getColor(const Name& key);
|
||||
* \Return The QColor associated to the DrawingStyle \e key.
|
||||
/*! \function const QColor& Graphics::getColor(const Name& key, int darkening=100);
|
||||
* \Return The QColor associated to the DrawingStyle \e key darkened by a factor \e darkening.
|
||||
*/
|
||||
|
||||
/*! \function const QPen& Graphics::getPen(const Name& key);
|
||||
* \Return The QPen associated to the DrawingStyle \e key.
|
||||
/*! \function const QPen& Graphics::getPen(const Name& key, int darkening=100);
|
||||
* \Return The QPen associated to the DrawingStyle \e key darkened by a factor \e darkening.
|
||||
*/
|
||||
|
||||
/*! \function const QBrush& Graphics::getBrush(const Name& key);
|
||||
* \Return The QBrush associated to the DrawingStyle \e key.
|
||||
/*! \function const QBrush& Graphics::getBrush(const Name& key, int darkening=100);
|
||||
* \Return The QBrush associated to the DrawingStyle \e key by a factor \e darkening.
|
||||
*/
|
||||
|
||||
/*! \function const string& Graphics::getPattern(const Name& key);
|
||||
|
|
Loading…
Reference in New Issue