Changeset 61 in pacpusframework for trunk/include/Pacpus/DbitePlayer/DbtPlyEngine.h


Ignore:
Timestamp:
01/09/13 13:40:39 (11 years ago)
Author:
Marek Kurdej
Message:

Added: some documentation and doc todo comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/DbitePlayer/DbtPlyEngine.h

    r31 r61  
    7171    void reset();
    7272
     73    /// @todo Documentation
    7374    void speedUp();
     75    /// @todo Documentation
    7476    void speedDown();
     77    /// @todo Documentation
    7578    void setLastTNow(road_time_t newTNow)
    7679    {
     
    7982
    8083protected:
    81     // The 3 virtual methods relative to the ComponentBase inheritance
     84    /// @todo Documentation
    8285    virtual void startActivity();
     86    /// @todo Documentation
    8387    virtual void stopActivity();
     88    /// @todo Documentation
    8489    virtual COMPONENT_CONFIGURATION configureComponent(XmlComponentConfig config);
    8590
     
    122127
    123128Q_SIGNALS:
     129    /// @todo Documentation
    124130    void play(road_time_t timeToPlay, road_time_t actualTime, bool direction);
     131    /// @todo Documentation
    125132    void stopfile();
     133    /// @todo Documentation
    126134    void displayStateSig(DbtPlyEngineState * state, float speed);
     135    /// @todo Documentation
    127136    void timeMinMax(road_time_t tMin, road_time_t tMax);
     137    /// @todo Documentation
    128138    void curReplayTime(road_time_t time);
    129139
    130140public Q_SLOTS:
     141    /// @todo Documentation
    131142    void engReceiver();
     143    /// @todo Documentation
    132144    void changeDirection(bool reverse);
     145    /// @todo Documentation
    133146    void tMinMax(road_time_t tMin, road_time_t tMax);
    134147
     148    /// @todo Documentation
    135149    void playEvent();
     150    /// @todo Documentation
    136151    void pauseEvent();
     152    /// @todo Documentation
    137153    void stopEvent();
     154    /// @todo Documentation
    138155    void speedUpEvent();
     156    /// @todo Documentation
    139157    void speedDownEvent();
    140158};
Note: See TracChangeset for help on using the changeset viewer.