BibleTime
|
#include <btbookshelftreemodel.h>
Public Member Functions | |
Grouping (bool empty=false) | |
Grouping (BtConfigCore const &config, QString const &key) | |
Grouping (Group group) | |
Grouping (Grouping const ©)=default | |
bool | loadFrom (BtConfigCore const &config, QString const &key) |
Grouping & | operator= (Grouping const ©)=default |
void | saveTo (BtConfigCore &config, QString const &key) const |
Definition at line 66 of file btbookshelftreemodel.h.
|
inlineexplicit |
Definition at line 73 of file btbookshelftreemodel.h.
References BtBookshelfTreeModel::GROUP_CATEGORY, and BtBookshelfTreeModel::GROUP_LANGUAGE.
|
inlineexplicit |
Definition at line 80 of file btbookshelftreemodel.h.
|
inline |
Definition at line 82 of file btbookshelftreemodel.h.
References BtBookshelfTreeModel::GROUP_CATEGORY, BtBookshelfTreeModel::GROUP_LANGUAGE, and loadFrom().
|
default |
bool BtBookshelfTreeModel::Grouping::loadFrom | ( | BtConfigCore const & | config, |
QString const & | key | ||
) |
Definition at line 35 of file btbookshelftreemodel.cpp.
References BT_ASSERT, and BtConfigCore::qVariantValue().
Referenced by Grouping().
void BtBookshelfTreeModel::Grouping::saveTo | ( | BtConfigCore & | config, |
QString const & | key | ||
) | const |
Definition at line 47 of file btbookshelftreemodel.cpp.
References BT_ASSERT, and BtConfigCore::setValue().
Referenced by BtSearchModuleChooserDialog::BtSearchModuleChooserDialog(), BtOpenWorkActionMenu::postBuildMenu(), and BtBookshelfWorksPage::slotGroupingOrderChanged().