Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The Template class enables the construction of complex QContentFilterModels with fixed entries and multiple lists. More...
The Template class enables the construction of complex QContentFilterModels with fixed entries and multiple lists.
A basic content filter model consists of just a flat list of content filters of a common type. A content filter model template adds options to extend these lists to include fixed labels, and multiple lists based on different criteria.
Templates also allows list items to link to child templates to create hierachial filter models where the contents of each child list is filtered by the parent filter item.
See also QContentFilterModel.
Constructs a new empty Template.
Constructs a new Template for a list of filters with the FilterType type and specialization scope.
By default no template options will be set.
Any filters with an argument that matches one in the checked list will be checked by default.
Constructs a new Template for a list of filters for selecting from the property property.
By default no template options will be set.
The properties listed in the checked list will be checked by default.
Constructs a new Template for a list of filters with the FilterType type and specialization scope.
Each filter in the list will parent a sub list defined by the Template target.
By default no template options will be set.
Any filters with an argument that matches one in the checked list will be checked by default.
Constructs a new Template for a list of filters for selecting from the property property.
Each filter in the list will parent a sub list defined by the Template target.
By default no template options will be set.
The properties listed in the checked list will be checked by default.
Creates a copy of other.
Destroys a Template.
Adds a label with the text title to the template, if checked is true the label will be checked by default.
This is an overloaded member function, provided for convenience.
Adds a label with the text title to the template, if checked is true the label will be checked by default.
The label will parent a sub list defined by the Template target.
This is an overloaded member function, provided for convenience.
Adds a label with the text title which selects the QContentFilter filter to the template, if checked is true the label will be checked by default.
This is an overloaded member function, provided for convenience.
Adds a label with the text title which selects the QContentFilter filter to the template, if checked is true the label will be checked by default.
The label will parent a sub list defined by the Template target.
Adds a list of filters of type type within the given scope to the template.
Any filters with an argument that matches one in the checked list will be checked by default.
This is an overloaded member function, provided for convenience.
Adds a list of filters of type type within the given scope to the template.
Each filter in the list will parent a sub list defined by the Template target.
Any filters with an argument that matches one in the checked list will be checked by default.
This is an overloaded member function, provided for convenience.
Adds a list of filters of type type within the given scope and filtered by filter to the template.
Any filters with an argument that matches one in the checked list will be checked by default.
This is an overloaded member function, provided for convenience.
Adds a list of filters of type type within the given scope and filtered by filter to the template.
Each filter in the list will parent a sub list defined by the Template target.
Any filters with an argument that matches one in the checked list will be checked by default.
This is an overloaded member function, provided for convenience.
Adds a list of filters based on the property property to the template.
The properties listed in the checked list will be checked by default.
This is an overloaded member function, provided for convenience.
Adds a list of filters based on the property property to the template.
Each filter in the list will parent a sub list defined by the Template target.
The properties listed in the checked list will be checked by default.
This is an overloaded member function, provided for convenience.
Adds a list of filters filtered by filter and based on the property property to the template.
The properties listed in the checked list will be checked by default.
This is an overloaded member function, provided for convenience.
Adds a list of filters filtered by filter and based on the property property to the template.
Each filter in the list will parent a sub list defined by the Template target.
The properties listed in the checked list will be checked by default.
Returns the filter applied to all items in the template.
See also setFilter().
Returns true if the template is valid.
Returns the template options.
See also setOptions().
Sets the filter applied to all items in the template.
See also filter().
Sets the template options.
See also options().
Assigns other a Template.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |