mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Fix some doxygen issues
This commit is contained in:
parent
5dd57cf003
commit
f5725531c2
@ -176,9 +176,14 @@ void SingleLineProperties::drawNeutral(QPainter *painter,
|
||||
}
|
||||
|
||||
/**
|
||||
Draw the PEN (Protective Earth Neutral) symbol using \a painter at position \a
|
||||
center, using a size hint of \a size.
|
||||
@param direction Indicate the direction of the underlying conductor segment
|
||||
@brief SingleLineProperties::drawPen
|
||||
Draw the PEN (Protective Earth Neutral) symbol using
|
||||
\a painter at position \a center, using a size hint of \a size.
|
||||
@param painter
|
||||
@param direction :
|
||||
Indicate the direction of the underlying conductor segment
|
||||
@param center
|
||||
@param size
|
||||
*/
|
||||
void SingleLineProperties::drawPen(QPainter *painter,
|
||||
QET::ConductorSegmentType direction,
|
||||
|
@ -35,9 +35,9 @@
|
||||
/**
|
||||
@brief NewDiagramPage::NewDiagramPage
|
||||
Default constructor
|
||||
@param project, If project, edit the propertie of Project
|
||||
else edit the properties by default of QElectroTech
|
||||
@param parent, parent widget
|
||||
@param project : QETProject
|
||||
@param parent : QWidget
|
||||
@param ppd : ProjectPropertiesDialog
|
||||
*/
|
||||
NewDiagramPage::NewDiagramPage(QETProject *project,
|
||||
QWidget *parent,
|
||||
|
@ -32,6 +32,7 @@ class QETProject;
|
||||
class TitleBlockProperties;
|
||||
|
||||
/**
|
||||
@brief The NewDiagramPage class
|
||||
This configuration page enables users to define the properties of new
|
||||
diagrams to come.
|
||||
*/
|
||||
@ -72,6 +73,7 @@ public slots:
|
||||
};
|
||||
|
||||
/**
|
||||
@brief The ExportConfigPage class
|
||||
This configuration page enables users to set default export options.
|
||||
*/
|
||||
class ExportConfigPage : public ConfigPage {
|
||||
@ -95,6 +97,7 @@ class ExportConfigPage : public ConfigPage {
|
||||
};
|
||||
|
||||
/**
|
||||
@brief The PrintConfigPage class
|
||||
This configuration page enables users to set default printing options.
|
||||
*/
|
||||
class PrintConfigPage : public ConfigPage {
|
||||
|
@ -242,12 +242,16 @@ bool QET::attributeIsAReal(const QDomElement &e,
|
||||
}
|
||||
|
||||
/**
|
||||
@brief QET::ElementsAndConductorsSentence
|
||||
Permet de composer rapidement la proposition "x elements et y conducteurs"
|
||||
ou encore "x elements, y conducteurs et z champs de texte".
|
||||
@param elements_count nombre d'elements
|
||||
@param conductors_count nombre de conducteurs
|
||||
@param texts_count nombre de champs de texte
|
||||
@param images_count nombre d'images
|
||||
@param shapes_count
|
||||
@param element_text_count
|
||||
@param tables_count
|
||||
@return la proposition decrivant le nombre d'elements, de conducteurs et de
|
||||
textes
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user