Gst::QueryTypeDefinition Class Reference

A query type definition is used to get details of a Gst::Query by Gst::Query::get_details(). More...

#include <query.h>

List of all members.

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.


Detailed Description

A query type definition is used to get details of a Gst::Query by Gst::Query::get_details().

Constructor& Destructor Documentation

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.

Parameters:
castitem The GstQueryTypeDefinition to copy contents from.


Member Data Documentation

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.


The documentation for this class was generated from the following file:

Generated on Thu Jan 15 09:33:13 2009 for gstreamermm by  doxygen 1.5.7.1