Changeset 165 in pacpusframework for branches/2.0-beta1/include
- Timestamp:
- Aug 1, 2013, 6:30:31 PM (11 years ago)
- Location:
- branches/2.0-beta1/include/Pacpus/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/include/Pacpus/kernel/PacpusApplication.h
r141 r165 41 41 42 42 virtual bool notify(QObject * receiver, QEvent * ev); 43 44 private: 45 void installSignalHandler(); 43 46 }; 44 47 -
branches/2.0-beta1/include/Pacpus/kernel/XmlConfigFile.h
r146 r165 78 78 79 79 protected: 80 QDomElement getSection(const char * name) const; 81 QDomNodeList getNodesInSection(const char * sectionName, const char * nodeName) const; 82 80 83 QDomNodeList getAllComponents() const; 81 84 QDomNodeList getAllConnections() const; 85 QDomNodeList getAllParameters() const; 82 86 QDomNodeList getAllPlugins(); 83 87
Note:
See TracChangeset
for help on using the changeset viewer.