Changeset 61 in pacpusframework for trunk/include/Pacpus/DbitePlayer/DbtPlyTrigger.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/DbtPlyTrigger.h

    r31 r61  
    3535
    3636public:
     37    /// @todo Documentation
    3738    DbtPlyTrigger(QString name);
     39    /// @todo Documentation
    3840    virtual ~DbtPlyTrigger();
    3941
     42    /// @todo Documentation
    4043    virtual ComponentBase::COMPONENT_CONFIGURATION configureComponent(XmlComponentConfig config);
    4144
     45    /// @todo Documentation
    4246    virtual void run();
    4347
    4448Q_SIGNALS:
     49    /// @todo Documentation
    4550    void triggerSig();
    4651
    4752protected:
     53    /// @todo Documentation
    4854    virtual void startActivity();
     55    /// @todo Documentation
    4956    virtual void stopActivity();
    5057
Note: See TracChangeset for help on using the changeset viewer.