mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-01-19 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDLibraryModel::isCut() and 'RDLibraryModel::cutRow() methods. * Refactored 'RDCutDialog' to use the model-based API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -49,6 +49,8 @@ class RDCartFilter : public RDWidget
|
||||
bool dragEnabled() const;
|
||||
RDCart::Type showCartType() const;
|
||||
void setShowCartType(RDCart::Type type);
|
||||
bool showTrackCarts() const;
|
||||
void setShowTrackCarts(bool state);
|
||||
bool limitSearch() const;
|
||||
void setLimitSearch(bool state);
|
||||
bool userIsAdmin() const;
|
||||
@@ -110,6 +112,7 @@ class RDCartFilter : public RDWidget
|
||||
QCheckBox *d_showmatches_box;
|
||||
QLabel *d_showmacro_label;
|
||||
RDCart::Type d_show_cart_type;
|
||||
bool d_show_track_carts;
|
||||
QString d_default_group;
|
||||
bool d_user_is_admin;
|
||||
QString d_service;
|
||||
|
Reference in New Issue
Block a user