~joerg-ehrichs/botrace/master

« back to all changes in this revision

Viewing changes to src/core/renderer/bottheme.h

  • Committer: Jörg Ehrichs
  • Date: 2012-07-26 12:12:55 UTC
  • Revision ID: git-v1:290dcc8d6d4d4480ae8283a2fe642c7ee2634d4a
add virtual robot mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
     * @return QImage image from the cache
71
71
    */
72
72
    QImage getBot( Core::RobotType type, int frame = 0 );
 
73
 
 
74
    /**
 
75
     * @brief overloads the getBot() function
 
76
     *
 
77
     * Transforms the @p type to a sprite name for the virtual robot
 
78
     *
 
79
     * @param type of the robot
 
80
     * @param frame frame number
 
81
     * @return QImage image from the cache
 
82
    */
 
83
    QImage getVirtualBot( Core::RobotType type, int frame = 0 );
73
84
};
74
85
 
75
86
}