Qt Virtual Chart Table (QVCT)
CRouteContainerDetailView Class Reference

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

#include <overlays/route/CRouteContainerDetailView.hpp>

Inheritance diagram for CRouteContainerDetailView:
COverlayObjectDetailView

Public Member Functions

 CRouteContainerDetailView (QWidget *_pqParent=0)
 
virtual ~CRouteContainerDetailView ()
 
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 container's items position) More...
 
void slotEdit ()
 [UI:Slot] Slot to display edit view More...
 
void slotSave ()
 [UI:Slot] Slot to save this container to file More...
 
void slotDelete ()
 [UI:Slot] Slot to delete (this container) More...
 
void slotAddPoint ()
 [UI:Slot] Slot to add new (route) point 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...
 
COverlayTextpoTextContent
 [UI:Label] Content (items summary) More...
 
COverlayTextpoTextLengthRL
 [UI:Label] Length (rhumb-line) More...
 
COverlayTextpoTextType
 [UI:Label] Type More...
 
COverlayTextpoTextDescription
 [UI:Label] Description More...
 
COverlayTextpoTextComment
 [UI:Label] Comment 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 * pqPushButtonSave
 [UI:Button] Save More...
 
QPushButton * pqPushButtonDelete
 [UI:Button] Delete More...
 
QPushButton * pqPushButtonAddPoint
 [UI:Button] Add new waypoint 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 container's detail view

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

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

Definition at line 40 of file CRouteContainerDetailView.hpp.

Constructor & Destructor Documentation

◆ CRouteContainerDetailView()

CRouteContainerDetailView::CRouteContainerDetailView ( QWidget *  _pqParent = 0)

Definition at line 43 of file CRouteContainerDetailView.cpp.

◆ ~CRouteContainerDetailView()

virtual CRouteContainerDetailView::~CRouteContainerDetailView ( )
inlinevirtual

Definition at line 83 of file CRouteContainerDetailView.hpp.

Member Function Documentation

◆ constructLayout()

void CRouteContainerDetailView::constructLayout ( )
private

Constructs the layout of the user-interface.

Definition at line 49 of file CRouteContainerDetailView.cpp.

◆ refreshContent()

void CRouteContainerDetailView::refreshContent ( )
virtual

Refreshes the content of the underlying widget.

Implements COverlayObjectDetailView.

Definition at line 201 of file CRouteContainerDetailView.cpp.

◆ resetContent()

void CRouteContainerDetailView::resetContent ( )
virtual

Resets (clears) the content of the underlying widget.

Implements COverlayObjectDetailView.

Definition at line 214 of file CRouteContainerDetailView.cpp.

◆ enableContent()

void CRouteContainerDetailView::enableContent ( )
privatevirtual

Enables the content (controls) of the underlying widget.

Reimplemented from COverlayObjectDetailView.

Definition at line 225 of file CRouteContainerDetailView.cpp.

◆ disableContent()

void CRouteContainerDetailView::disableContent ( )
privatevirtual

Disables the content (controls) of the underlying widget.

Reimplemented from COverlayObjectDetailView.

Definition at line 238 of file CRouteContainerDetailView.cpp.

◆ slotToggleVisible

void CRouteContainerDetailView::slotToggleVisible ( )
privateslot

[UI:Slot] Slot to modify the visibility status

Definition at line 257 of file CRouteContainerDetailView.cpp.

◆ slotPositionCenter

void CRouteContainerDetailView::slotPositionCenter ( )
privateslot

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

Definition at line 271 of file CRouteContainerDetailView.cpp.

◆ slotEdit

void CRouteContainerDetailView::slotEdit ( )
privateslot

[UI:Slot] Slot to display edit view

Definition at line 281 of file CRouteContainerDetailView.cpp.

◆ slotSave

void CRouteContainerDetailView::slotSave ( )
privateslot

[UI:Slot] Slot to save this container to file

Definition at line 288 of file CRouteContainerDetailView.cpp.

◆ slotDelete

void CRouteContainerDetailView::slotDelete ( )
privateslot

[UI:Slot] Slot to delete (this container)

Definition at line 300 of file CRouteContainerDetailView.cpp.

◆ slotAddPoint

void CRouteContainerDetailView::slotAddPoint ( )
privateslot

[UI:Slot] Slot to add new (route) point

Definition at line 318 of file CRouteContainerDetailView.cpp.

Member Data Documentation

◆ poTextName

COverlayText* CRouteContainerDetailView::poTextName
private

[UI:Label] Name

Definition at line 50 of file CRouteContainerDetailView.hpp.

◆ poTextContent

COverlayText* CRouteContainerDetailView::poTextContent
private

[UI:Label] Content (items summary)

Definition at line 52 of file CRouteContainerDetailView.hpp.

◆ poTextLengthRL

COverlayText* CRouteContainerDetailView::poTextLengthRL
private

[UI:Label] Length (rhumb-line)

Definition at line 54 of file CRouteContainerDetailView.hpp.

◆ poTextType

COverlayText* CRouteContainerDetailView::poTextType
private

[UI:Label] Type

Definition at line 56 of file CRouteContainerDetailView.hpp.

◆ poTextDescription

COverlayText* CRouteContainerDetailView::poTextDescription
private

[UI:Label] Description

Definition at line 58 of file CRouteContainerDetailView.hpp.

◆ poTextComment

COverlayText* CRouteContainerDetailView::poTextComment
private

[UI:Label] Comment

Definition at line 60 of file CRouteContainerDetailView.hpp.

◆ poUrl

COverlayUrl* CRouteContainerDetailView::poUrl
private

[UI:Label] URL

Definition at line 62 of file CRouteContainerDetailView.hpp.

◆ pqPushButtonVisible

QPushButton* CRouteContainerDetailView::pqPushButtonVisible
private

[UI:Button] Visibility status

Definition at line 64 of file CRouteContainerDetailView.hpp.

◆ pqPushButtonCenter

QPushButton* CRouteContainerDetailView::pqPushButtonCenter
private

[UI:Button] Center (on chart)

Definition at line 66 of file CRouteContainerDetailView.hpp.

◆ pqPushButtonEdit

QPushButton* CRouteContainerDetailView::pqPushButtonEdit
private

[UI:Button] Edit

Definition at line 68 of file CRouteContainerDetailView.hpp.

◆ pqPushButtonSave

QPushButton* CRouteContainerDetailView::pqPushButtonSave
private

[UI:Button] Save

Definition at line 70 of file CRouteContainerDetailView.hpp.

◆ pqPushButtonDelete

QPushButton* CRouteContainerDetailView::pqPushButtonDelete
private

[UI:Button] Delete

Definition at line 72 of file CRouteContainerDetailView.hpp.

◆ pqPushButtonAddPoint

QPushButton* CRouteContainerDetailView::pqPushButtonAddPoint
private

[UI:Button] Add new waypoint

Definition at line 74 of file CRouteContainerDetailView.hpp.


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