MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrFilterMenu.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #ifndef lgrFilterMenu_H_
10 #define lgrFilterMenu_H_
11 
12 #include <lgrGui/lgrMenu.h>
13 #include <QObject>
14 
15 namespace MAKLogger
16 {
17  class DtLgrPacketFilter;
18  class DtLgrGuiModel;
19 
22  {
23  Q_OBJECT
24  public:
25 
26  DtLgrFilterMenu(DtLgrGuiModel* model,QWidget* parent);
27  virtual ~DtLgrFilterMenu();
28 
29  virtual void connectToEventHandler(QObject* lgrSlots);
30 
31  public slots:
32  void filtersChanged(int count);
33  void modifyFilter();
34 
35  protected:
36 
37  void clearFilters();
38  void addFilter(const DtLgrPacketFilter* filter);
39 
41  };
42 }
43 
44 #endif

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)