Detailed Description
The QOrganizerItemDetailDefinition class provides the specification for fields in a detail.
The QOrganizerItemDetailDefinition class provides the specification for a detail that can be included in any particular QOrganizerItem. The definition does not include any data, but defines the semantics of the representation and use of data details that are stored in a QOrganizerItem.
Member Function Documentation
QOrganizerItemDetailDefinition::QOrganizerItemDetailDefinition ()
Construct a new, invalid QOrganizerItemDetailDefinition
QOrganizerItemDetailDefinition::QOrganizerItemDetailDefinition ( const QOrganizerItemDetailDefinition & other )
Constructs a new QOrganizerItemDetailDefinition from other
QOrganizerItemDetailDefinition::~QOrganizerItemDetailDefinition ()
Frees the memory used by this QOrganizerItemDetailDefinition
Returns the map of keys to fields which are present in details of this definition
See also setFields().
Inserts the field field into the map of fields which constitute the data of details of this definition for the given field key key. If another field for that key already exists in the definition, it will be overwritten.
bool QOrganizerItemDetailDefinition::isEmpty () const
Returns true if the id and fields of this definition are empty
bool QOrganizerItemDetailDefinition::isUnique () const
Returns the per-organizer item uniqueness of this definition
QString QOrganizerItemDetailDefinition::name () const
Returns the identifier of this detail definition
See also setName().
void QOrganizerItemDetailDefinition::removeField ( const QString & key )
Removes the field associated with the given field key key from the map of fields which constitute the data of details of this definition.
Sets the fields which constitute the data of details of this this definition to fields
See also fields().
void QOrganizerItemDetailDefinition::setName ( const QString & definitionName )
Sets the unique identifier of this detail type to definitionName.
See also name().
void QOrganizerItemDetailDefinition::setUnique ( bool unique )
Sets whether an organizer item can have more than one detail of this type. If unique is true, only one detail of this type can be added. Otherwise, any number can be added.
See also isUnique().
bool QOrganizerItemDetailDefinition::operator!= ( const QOrganizerItemDetailDefinition & other ) const
Returns true if this detail definition has different allowable field types or uniqueness to the other definition
QOrganizerItemDetailDefinition & QOrganizerItemDetailDefinition::operator= ( const QOrganizerItemDetailDefinition & other )
Assigns this QOrganizerItemDetailDefinition to other
bool QOrganizerItemDetailDefinition::operator== ( const QOrganizerItemDetailDefinition & other ) const
Returns true if the definition has the same type, uniqueness and allowable value datatypes as other