Qt Virtual Chart Table (QVCT)
CRoutePointDetailView Class Reference

[UI] Route item's detail view More...

#include <overlays/route/CRoutePointDetailView.hpp>

Inheritance diagram for CRoutePointDetailView:
COverlayObjectDetailView

Public Member Functions

 CRoutePointDetailView (QWidget *_pqParent=0)
 
virtual ~CRoutePointDetailView ()
 
virtual void refreshContent ()
 Refreshes the content of the underlying widget. More...
 
virtual void resetContent ()
 Resets (clears) the content of the underlying widget. More...
 
- Public Member Functions inherited from COverlayObjectDetailView
void setOverlayObject (COverlayObject *_poOverlayObject)
 Sets the overlay object to be displayed (and refreshes the underlying widget) More...
 
void resetOverlayObject ()
 Resets (clears) the overlay object being displayed (and clears the underlying widget) More...
 

Private Slots

void slotToggleVisible ()
 [UI:Slot] Slot to modify the visibility status More...
 
void slotPositionCenter ()
 [UI:Slot] Slot to center chart (on item's position) More...
 
void slotEdit ()
 [UI:Slot] Slot to display edit view More...
 
void slotMove (bool _bEnable)
 [UI:Slot] Slot to enable/disable move (position change) More...
 
void slotDelete ()
 [UI:Slot] Slot to delete (this item/point) More...
 
void slotAddLandmark ()
 [UI:Slot] Slot to add new landmark More...
 

Private Member Functions

void constructLayout ()
 Constructs the layout of the user-interface. More...
 
virtual void enableContent ()
 Enables the content (controls) of the underlying widget. More...
 
virtual void disableContent ()
 Disables the content (controls) of the underlying widget. More...
 

Private Attributes

COverlayTextpoTextName
 [UI:Label] Name More...
 
COverlayTextpoTextLongitude
 [UI:Label] Longitude More...
 
COverlayTextpoTextLatitude
 [UI:Label] Latitude More...
 
COverlayTextpoTextElevation
 [UI:Label] Elevation More...
 
COverlayTextpoTextType
 [UI:Label] Type More...
 
COverlayTextpoTextDescription
 [UI:Label] Description More...
 
COverlayTextpoTextComment
 [UI:Label] Comment More...
 
QLabel * pqLabelSymbol
 [UI:Label] Symbol More...
 
COverlayUrlpoUrl
 [UI:Label] URL More...
 
QPushButton * pqPushButtonVisible
 [UI:Button] Visibility status More...
 
QPushButton * pqPushButtonCenter
 [UI:Button] Center (on chart) More...
 
QPushButton * pqPushButtonEdit
 [UI:Button] Edit More...
 
QPushButton * pqPushButtonMove
 [UI:Button] Move (change position) More...
 
QPushButton * pqPushButtonDelete
 [UI:Button] Delete More...
 
QPushButton * pqPushButtonAddLandmark
 [UI:Button] Add new landmark More...
 

Additional Inherited Members

- Protected Member Functions inherited from COverlayObjectDetailView
 COverlayObjectDetailView (QWidget *_pqParent=0)
 
virtual ~COverlayObjectDetailView ()
 
- Protected Attributes inherited from COverlayObjectDetailView
COverlayObjectpoOverlayObject
 Overlay object being displayed. More...
 

Detailed Description

[UI] Route item's detail view

This class implements the user-interface that allows to display route items' details.

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

Definition at line 40 of file CRoutePointDetailView.hpp.

Constructor & Destructor Documentation

◆ CRoutePointDetailView()

CRoutePointDetailView::CRoutePointDetailView ( QWidget *  _pqParent = 0)

Definition at line 44 of file CRoutePointDetailView.cpp.

◆ ~CRoutePointDetailView()

virtual CRoutePointDetailView::~CRoutePointDetailView ( )
inlinevirtual

Definition at line 87 of file CRoutePointDetailView.hpp.

Member Function Documentation

◆ constructLayout()

void CRoutePointDetailView::constructLayout ( )
private

Constructs the layout of the user-interface.

Definition at line 50 of file CRoutePointDetailView.cpp.

◆ refreshContent()

void CRoutePointDetailView::refreshContent ( )
virtual

Refreshes the content of the underlying widget.

Implements COverlayObjectDetailView.

Definition at line 217 of file CRoutePointDetailView.cpp.

◆ resetContent()

void CRoutePointDetailView::resetContent ( )
virtual

Resets (clears) the content of the underlying widget.

Implements COverlayObjectDetailView.

Definition at line 260 of file CRoutePointDetailView.cpp.

◆ enableContent()

void CRoutePointDetailView::enableContent ( )
privatevirtual

Enables the content (controls) of the underlying widget.

Reimplemented from COverlayObjectDetailView.

Definition at line 273 of file CRoutePointDetailView.cpp.

◆ disableContent()

void CRoutePointDetailView::disableContent ( )
privatevirtual

Disables the content (controls) of the underlying widget.

Reimplemented from COverlayObjectDetailView.

Definition at line 286 of file CRoutePointDetailView.cpp.

◆ slotToggleVisible

void CRoutePointDetailView::slotToggleVisible ( )
privateslot

[UI:Slot] Slot to modify the visibility status

Definition at line 305 of file CRoutePointDetailView.cpp.

◆ slotPositionCenter

void CRoutePointDetailView::slotPositionCenter ( )
privateslot

[UI:Slot] Slot to center chart (on item's position)

Definition at line 319 of file CRoutePointDetailView.cpp.

◆ slotEdit

void CRoutePointDetailView::slotEdit ( )
privateslot

[UI:Slot] Slot to display edit view

Definition at line 327 of file CRoutePointDetailView.cpp.

◆ slotMove

void CRoutePointDetailView::slotMove ( bool  _bEnable)
privateslot

[UI:Slot] Slot to enable/disable move (position change)

Definition at line 334 of file CRoutePointDetailView.cpp.

◆ slotDelete

void CRoutePointDetailView::slotDelete ( )
privateslot

[UI:Slot] Slot to delete (this item/point)

Definition at line 346 of file CRoutePointDetailView.cpp.

◆ slotAddLandmark

void CRoutePointDetailView::slotAddLandmark ( )
privateslot

[UI:Slot] Slot to add new landmark

Definition at line 365 of file CRoutePointDetailView.cpp.

Member Data Documentation

◆ poTextName

COverlayText* CRoutePointDetailView::poTextName
private

[UI:Label] Name

Definition at line 50 of file CRoutePointDetailView.hpp.

◆ poTextLongitude

COverlayText* CRoutePointDetailView::poTextLongitude
private

[UI:Label] Longitude

Definition at line 52 of file CRoutePointDetailView.hpp.

◆ poTextLatitude

COverlayText* CRoutePointDetailView::poTextLatitude
private

[UI:Label] Latitude

Definition at line 54 of file CRoutePointDetailView.hpp.

◆ poTextElevation

COverlayText* CRoutePointDetailView::poTextElevation
private

[UI:Label] Elevation

Definition at line 56 of file CRoutePointDetailView.hpp.

◆ poTextType

COverlayText* CRoutePointDetailView::poTextType
private

[UI:Label] Type

Definition at line 58 of file CRoutePointDetailView.hpp.

◆ poTextDescription

COverlayText* CRoutePointDetailView::poTextDescription
private

[UI:Label] Description

Definition at line 60 of file CRoutePointDetailView.hpp.

◆ poTextComment

COverlayText* CRoutePointDetailView::poTextComment
private

[UI:Label] Comment

Definition at line 62 of file CRoutePointDetailView.hpp.

◆ pqLabelSymbol

QLabel* CRoutePointDetailView::pqLabelSymbol
private

[UI:Label] Symbol

Definition at line 64 of file CRoutePointDetailView.hpp.

◆ poUrl

COverlayUrl* CRoutePointDetailView::poUrl
private

[UI:Label] URL

Definition at line 66 of file CRoutePointDetailView.hpp.

◆ pqPushButtonVisible

QPushButton* CRoutePointDetailView::pqPushButtonVisible
private

[UI:Button] Visibility status

Definition at line 68 of file CRoutePointDetailView.hpp.

◆ pqPushButtonCenter

QPushButton* CRoutePointDetailView::pqPushButtonCenter
private

[UI:Button] Center (on chart)

Definition at line 70 of file CRoutePointDetailView.hpp.

◆ pqPushButtonEdit

QPushButton* CRoutePointDetailView::pqPushButtonEdit
private

[UI:Button] Edit

Definition at line 72 of file CRoutePointDetailView.hpp.

◆ pqPushButtonMove

QPushButton* CRoutePointDetailView::pqPushButtonMove
private

[UI:Button] Move (change position)

Definition at line 74 of file CRoutePointDetailView.hpp.

◆ pqPushButtonDelete

QPushButton* CRoutePointDetailView::pqPushButtonDelete
private

[UI:Button] Delete

Definition at line 76 of file CRoutePointDetailView.hpp.

◆ pqPushButtonAddLandmark

QPushButton* CRoutePointDetailView::pqPushButtonAddLandmark
private

[UI:Button] Add new landmark

Definition at line 78 of file CRoutePointDetailView.hpp.


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