#include <query.h>
Public Member Functions | |
QueryTypeDefinition () | |
Default constructor. | |
QueryTypeDefinition (GstQueryTypeDefinition* castitem) | |
Constructs a Gst::QueryTypeDefinition from a C GstQueryTypeDefinition type. | |
Public Attributes | |
QueryType | value |
The unique id of the Query type. | |
Glib::ustring | nick |
A short nickname for the query type. | |
Glib::ustring | description |
A longer description of the query type. | |
Glib::QueryQuark | quark |
The quark for the nick. |
Gst::QueryTypeDefinition::QueryTypeDefinition | ( | ) |
Default constructor.
Gst::QueryTypeDefinition::QueryTypeDefinition | ( | GstQueryTypeDefinition * | castitem | ) |
Constructs a Gst::QueryTypeDefinition from a C GstQueryTypeDefinition type.
The castitem is left unaffected; its contents are simply copied.
castitem | The GstQueryTypeDefinition to copy contents from. |
Glib::ustring Gst::QueryTypeDefinition::description |
A longer description of the query type.
Glib::ustring Gst::QueryTypeDefinition::nick |
A short nickname for the query type.
Glib::QueryQuark Gst::QueryTypeDefinition::quark |
The quark for the nick.
The unique id of the Query type.