Show
Ignore:
Timestamp:
07/23/08 12:44:56 (4 months ago)
Author:
hlamer
Message:

Documentation for variables manager

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • v2/branches/dev/monkey/src/variablesmanager/VariablesManager.h

    r1712 r2188  
    22** 
    33**              Created using Monkey Studio v1.8.1.0 
    4 ** Authors    : Filipe AZEVEDO aka Nox P@sNox <pasnox@gmail.com> 
     4** Authors   : Andrei KOPATS aka hlamer <hlamer@tut.by> 
    55** Project   : Monkey Studio IDE 
    66** FileName  : VariablesManager.h 
     
    2727** 
    2828****************************************************************************/ 
     29/*! 
     30        \file VariablesManager.h 
     31        \date 2008-01-14T00:37:18 
     32        \author Andrei KOPATS 
     33        \brief Header for VariablesManager class 
     34*/ 
     35 
    2936#ifndef VARIABLESMANAGER_H 
    3037#define VARIABLESMANAGER_H 
     
    3542#include <QHash> 
    3643 
     44/*! 
     45        \brief Implementation of Variables Manager 
     46        Variables Manager allowing you to replace names of some variables  
     47        in the string with according values. 
     48*/ 
    3749class Q_MONKEY_EXPORT VariablesManager : public QObject, public QSingleton<VariablesManager> 
    3850{