|
enum | LayoutMode { InvalidLayout
, FullLine
, TwoLines
, Compact
} |
|
enum | Mode {
InvalidMode
, UnconfirmedEditMode
, ConfirmedMode
, ConfirmedEditMode
,
IgnoredMode
} |
|
enum | TagEntryWidgetMode { InvalidTagEntryWidgetMode
, AddTagsComboBoxMode
, AddTagsLineEditMode
} |
|
enum | VisualStyle { InvalidVisualStyle
, StyledFrame
, TranslucentDarkRound
, TranslucentThemedFrameless
} |
|
|
void | setCurrentFace (const FaceTagsIface &face) |
|
void | setCurrentTag (int tagId) |
| Sets the suggested (UnconfirmedEditMode) or assigned (ConfirmedMode) tag to be displayed.
|
|
void | setCurrentTag (TAlbum *album) |
|
void | setParentTag (TAlbum *album) |
| Set a parent tag for suggesting a parent tag for a new tag, and a default action.
|
|
void | setUserData (const ItemInfo &info, const QVariant &faceIdentifier=QVariant()) |
| The identifying information emitted with the signals.
|
|
|
void | assigned (const TaggingAction &action, const ItemInfo &info, const QVariant &faceIdentifier) |
| A name has been assigned to the associated face.
|
|
void | ignored (const ItemInfo &info, const QVariant &faceIdentifier) |
|
void | ignoredClicked (const ItemInfo &info, const QVariant &faceIdentifier) |
| In IgnoredMode, this signal is emitted when the user clicked on the label.
|
|
void | labelClicked (const ItemInfo &info, const QVariant &faceIdentifier) |
| In ConfirmedMode, this signal is emitted when the user clicked on the label.
|
|
void | rejected (const ItemInfo &info, const QVariant &faceIdentifier) |
| The suggestion has been rejected and the face will be moved to Unknown.
|
|
void | selected (const TaggingAction &action, const ItemInfo &info, const QVariant &faceIdentifier) |
| An action has been selected.
|
|
|
| AssignNameWidget (QWidget *const parent=nullptr) |
| Please take care: you must set all four modes before usage!
|
|
AddTagsComboBox * | comboBox () const |
| The combo box or line edit in use, if any.
|
|
QVariant | faceIdentifier () const |
|
ItemInfo | info () const |
|
LayoutMode | layoutMode () const |
|
AddTagsLineEdit * | lineEdit () const |
|
Mode | mode () const |
|
void | setAlbumModels (TagModel *const model, TagPropertiesFilterModel *const filteredModel, CheckableAlbumFilterModel *const filterModel) |
| Set the tag model to use for completion.
|
|
void | setDefaultModel () |
|
void | setLayoutMode (LayoutMode mode) |
|
void | setMode (Mode mode) |
|
void | setTagEntryWidgetMode (TagEntryWidgetMode mode) |
|
void | setVisualStyle (VisualStyle style) |
|
TagEntryWidgetMode | tagEntryWidgetMode () const |
|
VisualStyle | visualStyle () const |
|