Qt Virtual Chart Table (QVCT)
CDeviceOverlayListView Class Reference

[UI] Device overlay's list view More...

#include <overlays/device/CDeviceOverlayListView.hpp>

Inheritance diagram for CDeviceOverlayListView:

Public Member Functions

 CDeviceOverlayListView (QWidget *_pqParent=0)
 
virtual ~CDeviceOverlayListView ()
 

Private Slots

void slotLoad ()
 [UI:Slot] Slot to load overlay's content from file More...
 
void slotAdd ()
 [UI:Slot] Slot to add a new container More...
 
void slotUp ()
 [UI:Slot] Slot to move overlay's content up More...
 
void slotDown ()
 [UI:Slot] Slot to move overlay's content down More...
 
void slotActions ()
 [UI:Slot] Slot to show additional actions More...
 

Private Member Functions

void constructLayout ()
 Constructs the layout of the user-interface. More...
 

Private Attributes

CDeviceOverlaypoDeviceOverlay
 Device overlay. More...
 
QPushButton * pqPushButtonLoad
 [UI:Button] Load More...
 
QPushButton * pqPushButtonAdd
 [UI:Button] Add More...
 
QPushButton * pqPushButtonUp
 [UI:Button] Up More...
 
QPushButton * pqPushButtonDown
 [UI:Button] Down More...
 
QPushButton * pqPushButtonActions
 [UI:Button] Actions More...
 

Detailed Description

[UI] Device overlay's list view

This class implements the user-interface that allows to store and display the device overlay.

Author
Cedric Dufour http://cedric.dufour.name

Definition at line 37 of file CDeviceOverlayListView.hpp.

Constructor & Destructor Documentation

◆ CDeviceOverlayListView()

CDeviceOverlayListView::CDeviceOverlayListView ( QWidget *  _pqParent = 0)

Definition at line 38 of file CDeviceOverlayListView.cpp.

◆ ~CDeviceOverlayListView()

virtual CDeviceOverlayListView::~CDeviceOverlayListView ( )
inlinevirtual

Definition at line 68 of file CDeviceOverlayListView.hpp.

Member Function Documentation

◆ constructLayout()

void CDeviceOverlayListView::constructLayout ( )
private

Constructs the layout of the user-interface.

Definition at line 44 of file CDeviceOverlayListView.cpp.

◆ slotLoad

void CDeviceOverlayListView::slotLoad ( )
privateslot

[UI:Slot] Slot to load overlay's content from file

Definition at line 111 of file CDeviceOverlayListView.cpp.

◆ slotAdd

void CDeviceOverlayListView::slotAdd ( )
privateslot

[UI:Slot] Slot to add a new container

Definition at line 123 of file CDeviceOverlayListView.cpp.

◆ slotUp

void CDeviceOverlayListView::slotUp ( )
privateslot

[UI:Slot] Slot to move overlay's content up

Definition at line 139 of file CDeviceOverlayListView.cpp.

◆ slotDown

void CDeviceOverlayListView::slotDown ( )
privateslot

[UI:Slot] Slot to move overlay's content down

Definition at line 165 of file CDeviceOverlayListView.cpp.

◆ slotActions

void CDeviceOverlayListView::slotActions ( )
privateslot

[UI:Slot] Slot to show additional actions

Definition at line 191 of file CDeviceOverlayListView.cpp.

Member Data Documentation

◆ poDeviceOverlay

CDeviceOverlay* CDeviceOverlayListView::poDeviceOverlay
private

Device overlay.

Definition at line 48 of file CDeviceOverlayListView.hpp.

◆ pqPushButtonLoad

QPushButton* CDeviceOverlayListView::pqPushButtonLoad
private

[UI:Button] Load

Definition at line 51 of file CDeviceOverlayListView.hpp.

◆ pqPushButtonAdd

QPushButton* CDeviceOverlayListView::pqPushButtonAdd
private

[UI:Button] Add

Definition at line 53 of file CDeviceOverlayListView.hpp.

◆ pqPushButtonUp

QPushButton* CDeviceOverlayListView::pqPushButtonUp
private

[UI:Button] Up

Definition at line 55 of file CDeviceOverlayListView.hpp.

◆ pqPushButtonDown

QPushButton* CDeviceOverlayListView::pqPushButtonDown
private

[UI:Button] Down

Definition at line 57 of file CDeviceOverlayListView.hpp.

◆ pqPushButtonActions

QPushButton* CDeviceOverlayListView::pqPushButtonActions
private

[UI:Button] Actions

Definition at line 59 of file CDeviceOverlayListView.hpp.


The documentation for this class was generated from the following files: