Qt Virtual Chart Table (QVCT)
CLandmarkOverlayListView Class Reference

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

#include <overlays/landmark/CLandmarkOverlayListView.hpp>

Inheritance diagram for CLandmarkOverlayListView:

Public Member Functions

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

Private Slots

void slotAdd ()
 [UI:Slot] Slot to add a new container More...
 
void slotLoad ()
 [UI:Slot] Slot to load overlay's content from file 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

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

Detailed Description

[UI] Landmark overlay's list view

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

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

Definition at line 37 of file CLandmarkOverlayListView.hpp.

Constructor & Destructor Documentation

◆ CLandmarkOverlayListView()

CLandmarkOverlayListView::CLandmarkOverlayListView ( QWidget *  _pqParent = 0)

Definition at line 37 of file CLandmarkOverlayListView.cpp.

◆ ~CLandmarkOverlayListView()

virtual CLandmarkOverlayListView::~CLandmarkOverlayListView ( )
inlinevirtual

Definition at line 68 of file CLandmarkOverlayListView.hpp.

Member Function Documentation

◆ constructLayout()

void CLandmarkOverlayListView::constructLayout ( )
private

Constructs the layout of the user-interface.

Definition at line 43 of file CLandmarkOverlayListView.cpp.

◆ slotAdd

void CLandmarkOverlayListView::slotAdd ( )
privateslot

[UI:Slot] Slot to add a new container

Definition at line 110 of file CLandmarkOverlayListView.cpp.

◆ slotLoad

void CLandmarkOverlayListView::slotLoad ( )
privateslot

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

Definition at line 121 of file CLandmarkOverlayListView.cpp.

◆ slotUp

void CLandmarkOverlayListView::slotUp ( )
privateslot

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

Definition at line 135 of file CLandmarkOverlayListView.cpp.

◆ slotDown

void CLandmarkOverlayListView::slotDown ( )
privateslot

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

Definition at line 162 of file CLandmarkOverlayListView.cpp.

◆ slotActions

void CLandmarkOverlayListView::slotActions ( )
privateslot

[UI:Slot] Slot to show additional actions

Definition at line 189 of file CLandmarkOverlayListView.cpp.

Member Data Documentation

◆ poLandmarkOverlay

CLandmarkOverlay* CLandmarkOverlayListView::poLandmarkOverlay
private

Landmark overlay.

Definition at line 48 of file CLandmarkOverlayListView.hpp.

◆ pqPushButtonAdd

QPushButton* CLandmarkOverlayListView::pqPushButtonAdd
private

[UI:Button] Add

Definition at line 51 of file CLandmarkOverlayListView.hpp.

◆ pqPushButtonLoad

QPushButton* CLandmarkOverlayListView::pqPushButtonLoad
private

[UI:Button] Load

Definition at line 53 of file CLandmarkOverlayListView.hpp.

◆ pqPushButtonUp

QPushButton* CLandmarkOverlayListView::pqPushButtonUp
private

[UI:Button] Up

Definition at line 55 of file CLandmarkOverlayListView.hpp.

◆ pqPushButtonDown

QPushButton* CLandmarkOverlayListView::pqPushButtonDown
private

[UI:Button] Down

Definition at line 57 of file CLandmarkOverlayListView.hpp.

◆ pqPushButtonActions

QPushButton* CLandmarkOverlayListView::pqPushButtonActions
private

[UI:Button] Actions

Definition at line 59 of file CLandmarkOverlayListView.hpp.


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