Changeset 53 in pacpusframework for trunk/include/Pacpus/kernel
- Timestamp:
- Jan 9, 2013, 9:39:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/XmlConfigFile.h
r31 r53 32 32 33 33 public: 34 /// @todo Documentation 34 35 static XmlConfigFile * create(); 36 /// @todo Documentation 35 37 static void destroy(); 38 /// @todo Documentation 36 39 QDomElement getComponent(QString name); 40 /// @returns a list of all names of components declared in the XML tree 37 41 QStringList getAllComponents(); 42 /// @todo Documentation 38 43 QStringList getAllPlugins(); 44 /// @todo Documentation 39 45 int loadFile(QString fileName); 40 46 41 // not used 47 /// @todo Documentation 48 /// not used 42 49 void saveFile(QString fileName); 43 // not used 50 /// @todo Documentation 51 /// not used 44 52 void addComponent(QDomElement component); 45 // not used 53 /// @todo Documentation 54 /// not used 46 55 void delComponent(QDomElement component); 47 56
Note:
See TracChangeset
for help on using the changeset viewer.