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


Ignore:
Timestamp:
01/09/13 19:17:44 (11 years ago)
Author:
Marek Kurdej
Message:

Documentation: file info.
Fixed: problem with includes in PacpusPluginInterface.h.

File:
1 edited

Legend:

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

    r66 r67  
    1616#define DEF_PACPUS_DBTPLYENGINE_H
    1717
    18 #include <QSemaphore>
    19 
    2018#include <Pacpus/kernel/ComponentBase.h>
    2119#include <Pacpus/kernel/ComponentFactory.h>
     
    2422#include <Pacpus/DbitePlayer/DbtPlyUserInterface.h>
    2523
     24#include <QSemaphore>
     25#include <QThread>
     26
    2627namespace pacpus {
    2728
     
    2930class DbtPlyEngineState;
    3031
     32/// @todo Documentation
    3133enum PlayMode
    3234{
    33     PlayModeLastData = 1,   // replay_mode="1"
    34     PlayModeAllData = 2     // replay_mode="2"
     35    PlayModeLastData = 1,   ///< replay_mode="1"
     36    PlayModeAllData = 2     ///< replay_mode="2"
    3537};
    3638
     
    6163    }
    6264
    63     /// @returns true if the player is playing
     65    /// @returns @b true if the player is playing, @b false otherwise
    6466    bool isPlaying();
    6567    /// Accessor to playmode
     
    6971    }
    7072
     73    /// @todo Documentation
    7174    const DbtPlyEngineState * getState();
     75    /// @todo Documentation
    7276    void setState(DbtPlyEngineState * newState);
    7377
Note: See TracChangeset for help on using the changeset viewer.