Qt Virtual Chart Table (QVCT)
CTrackContainerDetailView Class Reference

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

#include <overlays/track/CTrackContainerDetailView.hpp>

Inheritance diagram for CTrackContainerDetailView:
COverlayObjectDetailView

Public Member Functions

 CTrackContainerDetailView (QWidget *_pqParent=0)
 
virtual ~CTrackContainerDetailView ()
 
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...
 

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...
 
COverlayTextpoTextTimeElapsed
 [UI:Label] Elapsed time 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] Track container's detail view

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

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

Definition at line 40 of file CTrackContainerDetailView.hpp.

Constructor & Destructor Documentation

◆ CTrackContainerDetailView()

CTrackContainerDetailView::CTrackContainerDetailView ( QWidget *  _pqParent = 0)

Definition at line 46 of file CTrackContainerDetailView.cpp.

◆ ~CTrackContainerDetailView()

virtual CTrackContainerDetailView::~CTrackContainerDetailView ( )
inlinevirtual

Definition at line 85 of file CTrackContainerDetailView.hpp.

Member Function Documentation

◆ constructLayout()

void CTrackContainerDetailView::constructLayout ( )
private

Constructs the layout of the user-interface.

Definition at line 52 of file CTrackContainerDetailView.cpp.

◆ refreshContent()

void CTrackContainerDetailView::refreshContent ( )
virtual

Refreshes the content of the underlying widget.

Implements COverlayObjectDetailView.

Definition at line 205 of file CTrackContainerDetailView.cpp.

◆ resetContent()

void CTrackContainerDetailView::resetContent ( )
virtual

Resets (clears) the content of the underlying widget.

Implements COverlayObjectDetailView.

Definition at line 223 of file CTrackContainerDetailView.cpp.

◆ enableContent()

void CTrackContainerDetailView::enableContent ( )
privatevirtual

Enables the content (controls) of the underlying widget.

Reimplemented from COverlayObjectDetailView.

Definition at line 235 of file CTrackContainerDetailView.cpp.

◆ disableContent()

void CTrackContainerDetailView::disableContent ( )
privatevirtual

Disables the content (controls) of the underlying widget.

Reimplemented from COverlayObjectDetailView.

Definition at line 247 of file CTrackContainerDetailView.cpp.

◆ slotToggleVisible

void CTrackContainerDetailView::slotToggleVisible ( )
privateslot

[UI:Slot] Slot to modify the visibility status

Definition at line 265 of file CTrackContainerDetailView.cpp.

◆ slotPositionCenter

void CTrackContainerDetailView::slotPositionCenter ( )
privateslot

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

Definition at line 279 of file CTrackContainerDetailView.cpp.

◆ slotEdit

void CTrackContainerDetailView::slotEdit ( )
privateslot

[UI:Slot] Slot to display edit view

Definition at line 305 of file CTrackContainerDetailView.cpp.

◆ slotSave

void CTrackContainerDetailView::slotSave ( )
privateslot

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

Definition at line 312 of file CTrackContainerDetailView.cpp.

◆ slotDelete

void CTrackContainerDetailView::slotDelete ( )
privateslot

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

Definition at line 324 of file CTrackContainerDetailView.cpp.

Member Data Documentation

◆ poTextName

COverlayText* CTrackContainerDetailView::poTextName
private

[UI:Label] Name

Definition at line 50 of file CTrackContainerDetailView.hpp.

◆ poTextContent

COverlayText* CTrackContainerDetailView::poTextContent
private

[UI:Label] Content (items summary)

Definition at line 52 of file CTrackContainerDetailView.hpp.

◆ poTextLengthRL

COverlayText* CTrackContainerDetailView::poTextLengthRL
private

[UI:Label] Length (rhumb-line)

Definition at line 54 of file CTrackContainerDetailView.hpp.

◆ poTextTimeElapsed

COverlayText* CTrackContainerDetailView::poTextTimeElapsed
private

[UI:Label] Elapsed time

Definition at line 56 of file CTrackContainerDetailView.hpp.

◆ poTextType

COverlayText* CTrackContainerDetailView::poTextType
private

[UI:Label] Type

Definition at line 58 of file CTrackContainerDetailView.hpp.

◆ poTextDescription

COverlayText* CTrackContainerDetailView::poTextDescription
private

[UI:Label] Description

Definition at line 60 of file CTrackContainerDetailView.hpp.

◆ poTextComment

COverlayText* CTrackContainerDetailView::poTextComment
private

[UI:Label] Comment

Definition at line 62 of file CTrackContainerDetailView.hpp.

◆ poUrl

COverlayUrl* CTrackContainerDetailView::poUrl
private

[UI:Label] URL

Definition at line 64 of file CTrackContainerDetailView.hpp.

◆ pqPushButtonVisible

QPushButton* CTrackContainerDetailView::pqPushButtonVisible
private

[UI:Button] Visibility status

Definition at line 66 of file CTrackContainerDetailView.hpp.

◆ pqPushButtonCenter

QPushButton* CTrackContainerDetailView::pqPushButtonCenter
private

[UI:Button] Center (on chart)

Definition at line 68 of file CTrackContainerDetailView.hpp.

◆ pqPushButtonEdit

QPushButton* CTrackContainerDetailView::pqPushButtonEdit
private

[UI:Button] Edit

Definition at line 70 of file CTrackContainerDetailView.hpp.

◆ pqPushButtonSave

QPushButton* CTrackContainerDetailView::pqPushButtonSave
private

[UI:Button] Save

Definition at line 72 of file CTrackContainerDetailView.hpp.

◆ pqPushButtonDelete

QPushButton* CTrackContainerDetailView::pqPushButtonDelete
private

[UI:Button] Delete

Definition at line 74 of file CTrackContainerDetailView.hpp.

◆ pqPushButtonAddPoint

QPushButton* CTrackContainerDetailView::pqPushButtonAddPoint
private

[UI:Button] Add new waypoint

Definition at line 76 of file CTrackContainerDetailView.hpp.


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