Changeset 53 in pacpusframework for trunk/include/Pacpus/kernel/XmlConfigFile.h


Ignore:
Timestamp:
01/09/13 09:39:48 (11 years ago)
Author:
Marek Kurdej
Message:

Added: doc todo comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/XmlConfigFile.h

    r31 r53  
    3232
    3333public:
     34    /// @todo Documentation
    3435    static XmlConfigFile * create();
     36    /// @todo Documentation
    3537    static void destroy();
     38    /// @todo Documentation
    3639    QDomElement getComponent(QString name);
     40    /// @returns a list of all names of components declared in the XML tree
    3741    QStringList getAllComponents();
     42    /// @todo Documentation
    3843    QStringList getAllPlugins();
     44    /// @todo Documentation
    3945    int loadFile(QString fileName);
    4046
    41     // not used
     47    /// @todo Documentation
     48    /// not used
    4249    void saveFile(QString fileName);
    43     // not used
     50    /// @todo Documentation
     51    /// not used
    4452    void addComponent(QDomElement component);
    45     // not used
     53    /// @todo Documentation
     54    /// not used
    4655    void delComponent(QDomElement component);
    4756
Note: See TracChangeset for help on using the changeset viewer.