Qt Virtual Chart Table (QVCT)
CRouteOverlayActionsView.hpp
Go to the documentation of this file.
1 // INDENTING (emacs/vi): -*- mode:c++; tab-width:2; c-basic-offset:2; intent-tabs-mode:nil; -*- ex: set tabstop=2 expandtab:
2 
3 /*
4  * Qt Virtual Chart Table (QVCT)
5  * Copyright (C) 2012 Cedric Dufour <http://cedric.dufour.name>
6  * Author: Cedric Dufour <http://cedric.dufour.name>
7  *
8  * The Qt Virtual Chart Table (QVCT) is free software:
9  * you can redistribute it and/or modify it under the terms of the GNU General
10  * Public License as published by the Free Software Foundation, Version 3.
11  *
12  * The Qt Virtual Chart Table (QVCT) is distributed in the hope
13  * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
14  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15  *
16  * See the GNU General Public License for more details.
17  */
18 
19 #ifndef QVCT_CROUTEOVERLAYACTIONSVIEW_HPP
20 #define QVCT_CROUTEOVERLAYACTIONSVIEW_HPP
21 
22 // QT
23 #include <QPushButton>
24 
25 // QVCT
27 
28 
30 
36 {
37  Q_OBJECT
38 
39 
40  //------------------------------------------------------------------------------
41  // FIELDS
42  //------------------------------------------------------------------------------
43 
44 private:
52  QPushButton* pqPushButtonDelete;
53 
54 
55  //------------------------------------------------------------------------------
56  // CONSTRUCTORS / DESTRUCTOR
57  //------------------------------------------------------------------------------
58 
59 public:
62 
63 private:
65  void constructLayout();
66 
67 
68  //------------------------------------------------------------------------------
69  // METHODS
70  //------------------------------------------------------------------------------
71 
72  // SLOTS
73 private slots:
75  void slotOrderInvert();
77  void slotOrderAscending();
79  void slotOrderDescending();
81  void slotDelete();
82 
83 };
84 
85 #endif // QVCT_CROUTEOVERLAYACTIONSVIEW_HPP
[UI] Generic overlay (additional) actions view
[UI] Route overlay's actions view
QPushButton * pqPushButtonOrderInvert
[UI:Button] Order invert
void slotDelete()
[UI:Slot] Slot to delete overlay's selected content
void constructLayout()
Constructs the layout of the user-interface.
QPushButton * pqPushButtonOrderDescending
[UI:Button] Order descending
void slotOrderInvert()
[UI:Slot] Slot to invert content order
QPushButton * pqPushButtonDelete
[UI:Button] Delete
QPushButton * pqPushButtonOrderAscending
[UI:Button] Order ascending
void slotOrderDescending()
[UI:Slot] Slot to order content in descending direction
void slotOrderAscending()
[UI:Slot] Slot to order content in ascending direction