#include <softwareversion.h>
Inherits StanzaExtension.
Inheritance diagram for SoftwareVersion:

Public Member Functions | |
| SoftwareVersion (const std::string &name, const std::string &version, const std::string &os) | |
| SoftwareVersion (const Tag *tag=0) | |
| virtual | ~SoftwareVersion () |
| const std::string & | name () const |
| const std::string & | version () const |
| const std::string & | os () const |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *tag) const |
| virtual Tag * | tag () const |
| virtual StanzaExtension * | clone () const |
Definition at line 34 of file softwareversion.h.
|
||||||||||||||||
|
Constructs a new object with the given resource string.
Definition at line 21 of file softwareversion.cpp. |
|
|
Constructs a new object from the given Tag.
Definition at line 28 of file softwareversion.cpp. |
|
|
Virtual Destructor. Definition at line 47 of file softwareversion.cpp. |
|
|
Returns an identical copy of the current StanzaExtension.
Implements StanzaExtension. Definition at line 88 of file softwareversion.h. |
|
|
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. Definition at line 51 of file softwareversion.cpp. |
|
|
Returns the application's name.
Definition at line 61 of file softwareversion.h. |
|
|
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like: StanzaExtension* FooExtension::newInstance( const Tag* tag ) const { return new FooExtension( tag ); }
Implements StanzaExtension. Definition at line 79 of file softwareversion.h. |
|
|
Returns the application's Operating System.
Definition at line 73 of file softwareversion.h. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 57 of file softwareversion.cpp. |
|
|
Returns the application's version.
Definition at line 67 of file softwareversion.h. |
1.4.1