mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix some doxygen issues
This commit is contained in:
@@ -70,7 +70,7 @@ void ElementPictureFactory::getPictures(const ElementsLocation &location, QPictu
|
||||
/**
|
||||
@brief ElementPictureFactory::pixmap
|
||||
@param location
|
||||
@return the pixmap of the element at @location
|
||||
@return the pixmap of the element at location
|
||||
Note pixmap can be null
|
||||
*/
|
||||
QPixmap ElementPictureFactory::pixmap(const ElementsLocation &location)
|
||||
@@ -115,7 +115,7 @@ QPixmap ElementPictureFactory::pixmap(const ElementsLocation &location)
|
||||
/**
|
||||
@brief ElementPictureFactory::getPrimitives
|
||||
@param location
|
||||
@return The primtive used to draw the element at @location
|
||||
@return The primtive used to draw the element at location
|
||||
*/
|
||||
ElementPictureFactory::primitives ElementPictureFactory::getPrimitives(const ElementsLocation &location)
|
||||
{
|
||||
@@ -137,8 +137,10 @@ ElementPictureFactory::~ElementPictureFactory() {
|
||||
@param location
|
||||
@param picture
|
||||
@param low_picture
|
||||
if @picture and/or @low_picture are not null this function draw on it and don't store it.
|
||||
if null, this function create a QPicture for normal and low zoom, draw on it and store it in m_pictures_H and m_low_pictures_H
|
||||
if picture and/or low_picture are not null
|
||||
this function draw on it and don't store it.
|
||||
if null, this function create a QPicture for normal and low zoom,
|
||||
draw on it and store it in m_pictures_H and m_low_pictures_H
|
||||
@return
|
||||
*/
|
||||
bool ElementPictureFactory::build(const ElementsLocation &location, QPicture *picture, QPicture *low_picture)
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
/**
|
||||
@brief AddTableDialog::AddTableDialog
|
||||
@param content_widget : the widget to display in the "content" tab.
|
||||
This dialog take ownership of @content_widget.
|
||||
This dialog take ownership of content_widget.
|
||||
@param parent : parent widget.
|
||||
*/
|
||||
AddTableDialog::AddTableDialog(QWidget *content_widget, QWidget *parent) :
|
||||
|
||||
Reference in New Issue
Block a user