| gstreamermm 0.10.10 | 
A class to store the details of a Gst::Query retrieved by Gst::Query::get_details(). More...

| Public Member Functions | |
| QueryTypeDefinition () | |
| Default constructor. | |
| QueryTypeDefinition (const 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. | |
A class to store the details of a Gst::Query retrieved by Gst::Query::get_details().
| Gst::QueryTypeDefinition::QueryTypeDefinition | ( | ) | 
Default constructor.
| Gst::QueryTypeDefinition::QueryTypeDefinition | ( | const GstQueryTypeDefinition * | castitem | ) |  [explicit] | 
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. | 
A longer description of the query type.
A short nickname for the query type.
The quark for the nick.
The unique id of the Query type.
 1.7.3
 1.7.3