|
QList< TaggingAction > | actions () const |
| Returns the sorted list of suggested tagging actions, based on the above settings.
|
|
ConstraintInterface * | constraintInterface () const |
|
TaggingAction | defaultTaggingAction () const |
| Returns one single action, which is decided to be the presumably best action based on the settings.
|
|
QString | fragment () const |
|
int | indexOfDefaultAction () const |
| Returns the index of the default action in the list returned by generate()
|
|
int | indexOfLastRecentAction () const |
| Returns the index of the last recent action in the list returned by actions()
|
|
NameMatchMode | nameMatchMode () const |
|
int | parentTagId () const |
|
void | reset () |
| reset all settings to the default (no fragment, no actions)
|
|
void | setConstraintInterface (ConstraintInterface *const iface) |
| Allows to filter the scope of suggested tags.
|
|
void | setFragment (const QString &fragment) |
| Set a fragment of a tag name to generate possible tags, as known from completers.
|
|
void | setNameMatchMode (NameMatchMode mode) |
| Set the matching mode for the tag name.
|
|
void | setParentTag (int parentTagId) |
| Set a tag which may by the user be intended to be the parent of a newly created tag.
|
|
QString | suggestedUIString (const TaggingAction &action) const |
| Returns a string to be used in the UI for the given TaggingAction, interpreted in the context of the current settings.
|
|