@ -40,42 +40,42 @@ extern ManagerPrivate *internal;
/**
/**
* Get the current game type .
* Get the current game type .
*/
*/
K DE_EXPORT uint gameType ( ) ;
T DE_EXPORT uint gameType ( ) ;
/**
/**
* Set the current game type .
* Set the current game type .
*/
*/
K DE_EXPORT void setGameType ( uint gameType ) ;
T DE_EXPORT void setGameType ( uint gameType ) ;
/**
/**
* Configure the highscores .
* Configure the highscores .
* @ return true if the configuration has been modified and saved
* @ return true if the configuration has been modified and saved
*/
*/
K DE_EXPORT bool configure ( TQWidget * parent ) ;
T DE_EXPORT bool configure ( TQWidget * parent ) ;
/**
/**
* Show the highscores lists .
* Show the highscores lists .
*/
*/
K DE_EXPORT void show ( TQWidget * parent ) ;
T DE_EXPORT void show ( TQWidget * parent ) ;
/**
/**
* Submit a score . See @ ref Manager for usage example .
* Submit a score . See @ ref Manager for usage example .
*
*
* @ param widget a widget used as parent for error message box .
* @ param widget a widget used as parent for error message box .
*/
*/
K DE_EXPORT void submitScore ( const Score & score , TQWidget * widget ) ;
T DE_EXPORT void submitScore ( const Score & score , TQWidget * widget ) ;
/**
/**
* @ return the last score in the local list of highscores . The worst possible
* @ return the last score in the local list of highscores . The worst possible
* score if there are less items than the maximum number .
* score if there are less items than the maximum number .
*/
*/
K DE_EXPORT Score lastScore ( ) ;
T DE_EXPORT Score lastScore ( ) ;
/**
/**
* @ return the first score in the local list of highscores ( the worst possible
* @ return the first score in the local list of highscores ( the worst possible
* score if there is no entry ) .
* score if there is no entry ) .
*/
*/
K DE_EXPORT Score firstScore ( ) ;
T DE_EXPORT Score firstScore ( ) ;
/**
/**
* This class manages highscores and players entries ( several players can
* This class manages highscores and players entries ( several players can
@ -136,7 +136,7 @@ KDE_EXPORT Score firstScore();
* and the value of the items that you have optionnally added
* and the value of the items that you have optionnally added
* with Score : : setData ( ) ; player name and date are set automatically .
* with Score : : setData ( ) ; player name and date are set automatically .
*/
*/
class K DE_EXPORT Manager
class T DE_EXPORT Manager
{
{
public :
public :
/**
/**