
Public Slots | |
| void | update (input_item_t *) |
| Update all the MetaData and art on an "item-changed" event. | |
| void | clear () |
Signals | |
| void | uriSet (const QString &) |
| void | editing () |
Public Member Functions | |
| MetaPanel (QWidget *, struct intf_thread_t *) | |
| First Panel - Meta Info All the usual MetaData are displayed and can be changed. | |
| void | saveMeta () |
| Save the MetaData, triggered by parent->save Button. | |
| bool | isInEditMode () |
| void | setEditMode (bool) |
| MetaPanel::MetaPanel | ( | QWidget * | parent, | |
| struct intf_thread_t * | _p_intf | |||
| ) |
First Panel - Meta Info All the usual MetaData are displayed and can be changed.
References ADD_META, ADD_META_2, CONNECT, gen_builder::line, N_, QVLCFrame::p_intf, qfu, qtr, VLC_META_ALBUM, VLC_META_ARTIST, VLC_META_COPYRIGHT, VLC_META_DATE, VLC_META_GENRE, VLC_META_LANGUAGE, VLC_META_NOW_PLAYING, VLC_META_PUBLISHER, VLC_META_TITLE, and VLC_META_TRACK_NUMBER.
| void MetaPanel::saveMeta | ( | ) |
Save the MetaData, triggered by parent->save Button.
References input_item_SetAlbum(), input_item_SetArtist(), input_item_SetCopyright(), input_item_SetDate(), input_item_SetDescription(), input_item_SetGenre(), input_item_SetPublisher(), input_item_SetTitle(), input_item_SetTrackNum, input_item_WriteMeta(), QVLCFrame::p_intf, pl_Get, qtu, and VLC_OBJECT.
| bool MetaPanel::isInEditMode | ( | ) |
| void MetaPanel::update | ( | input_item_t * | p_item | ) | [slot] |
Update all the MetaData and art on an "item-changed" event.
References clear(), EMPTY_STR, input_item_GetArtURL, input_item_GetTitleFbName(), input_item_GetURI(), input_item_GetURL(), make_path(), qfu, CoverArtLabel::showArtUpdate(), UPDATE_META, and uriSet().
| void MetaPanel::clear | ( | ) | [slot] |
| void MetaPanel::editing | ( | ) | [signal] |
Referenced by setEditMode().
1.5.6