digiKam
tableview_shared.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of digiKam project
4  * https://www.digikam.org
5  *
6  * Date : 2013-02-14
7  * Description : Table view shared object
8  *
9  * Copyright (C) 2017-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10  * Copyright (C) 2013 by Michael G. Hansen <mike at mghansen dot de>
11  *
12  * This program is free software; you can redistribute it
13  * and/or modify it under the terms of the GNU General
14  * Public License as published by the Free Software Foundation;
15  * either version 2, or (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * ============================================================ */
23 
24 #ifndef DIGIKAM_TABLE_VIEW_SHARED_H
25 #define DIGIKAM_TABLE_VIEW_SHARED_H
26 
27 class QItemSelectionModel;
28 
29 namespace Digikam
30 {
31 
32 class ItemFilterModel;
33 class ItemModel;
34 class TableView;
35 class TableViewColumnFactory;
36 class TableViewCurrentToSortedSyncer;
37 class TableViewItemDelegate;
38 class TableViewModel;
39 class TableViewSelectionModelSyncer;
40 class TableViewTreeView;
41 class ThumbnailLoadThread;
42 
44 {
45 public:
46 
47  explicit TableViewShared();
49 
50 public:
51 
54  QItemSelectionModel* imageFilterSelectionModel;
56 
60  QItemSelectionModel* tableViewSelectionModel;
61 
65 
66  bool isActive;
67 };
68 
69 } // namespace Digikam
70 
71 #endif // DIGIKAM_TABLE_VIEW_SHARED_H
Definition: itemfiltermodel.h:125
Definition: itemmodel.h:53
Definition: tableview_columnfactory.h:306
Definition: tableview_treeview_delegate.h:49
Definition: tableview_model.h:54
Definition: tableview_selection_model_syncer.h:38
Definition: tableview_shared.h:44
ItemModel * imageModel
Definition: tableview_shared.h:52
TableView * tableView
Definition: tableview_shared.h:57
QItemSelectionModel * imageFilterSelectionModel
Definition: tableview_shared.h:54
QItemSelectionModel * tableViewSelectionModel
Definition: tableview_shared.h:60
~TableViewShared()
Definition: tableview_shared.cpp:45
ThumbnailLoadThread * thumbnailLoadThread
Definition: tableview_shared.h:55
bool isActive
Definition: tableview_shared.h:66
ItemFilterModel * imageFilterModel
Definition: tableview_shared.h:53
TableViewColumnFactory * columnFactory
Definition: tableview_shared.h:63
TableViewTreeView * treeView
Definition: tableview_shared.h:58
TableViewShared()
Definition: tableview_shared.cpp:29
TableViewSelectionModelSyncer * tableViewSelectionModelSyncer
Definition: tableview_shared.h:62
TableViewItemDelegate * itemDelegate
Definition: tableview_shared.h:64
TableViewModel * tableViewModel
Definition: tableview_shared.h:59
Definition: tableview_treeview.h:59
Definition: tableview.h:56
Definition: thumbnailloadthread.h:46
Definition: datefolderview.cpp:43