Sequence and Function pages are now properly filtered on namespace.
This commit is contained in:
parent
7ca671a078
commit
f2808de613
17 changed files with 136 additions and 48 deletions
|
|
@ -3,13 +3,14 @@
|
|||
|
||||
#include <QWidget>
|
||||
#include <memory>
|
||||
#include "TablesTableModel.h"
|
||||
#include "NamespaceFilter.h"
|
||||
#include "plugin_support/PluginContentWidget.h"
|
||||
#include "plugin_support/PluginModule.h"
|
||||
|
||||
class CatalogFunctionsPage;
|
||||
class CatalogSequencesPage;
|
||||
class CatalogTablesPage;
|
||||
class PgDatabaseCatalog;
|
||||
class QTabWidget;
|
||||
|
||||
class CatalogInspector : public PluginContentWidget {
|
||||
|
|
@ -19,7 +20,7 @@ public:
|
|||
~CatalogInspector();
|
||||
|
||||
void setCatalog(std::shared_ptr<PgDatabaseCatalog> cat);
|
||||
void setNamespaceFilter(TablesTableModel::NamespaceFilter filter);
|
||||
void setNamespaceFilter(NamespaceFilter filter);
|
||||
private:
|
||||
QTabWidget *m_tabWidget = nullptr;
|
||||
CatalogTablesPage *m_tablesPage = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue