Ejemplo n.º 1
0
 irr::core::stringw processing()
 {
     return irr::core::stringw(_("Processing")) + loadingDots();
 }
Ejemplo n.º 2
0
/** Returns the string given with loadingDots appended. A simple
 *  convenience function to type less in calls.
 *  \parameter s The string to which the loading dots are appended.
 */
irr::core::stringw loadingDots(const wchar_t *s)
{
    return irr::core::stringw(s) + loadingDots();
}   // loadingDots
Ejemplo n.º 3
0
 irr::core::stringw fetchingFriends()
 {
     return irr::core::stringw(_("Fetching friends")) + loadingDots();
 }
Ejemplo n.º 4
0
 irr::core::stringw fetchingAchievements()
 {
     return irr::core::stringw(_("Fetching achievements")) + loadingDots();
 }
Ejemplo n.º 5
0
 irr::core::stringw creatingServer()
 {
     return irr::core::stringw(_("Creating server")) + loadingDots();
 }
Ejemplo n.º 6
0
 irr::core::stringw fetchingServers()
 {
     return irr::core::stringw(_("Fetching servers")) + loadingDots();
 }
Ejemplo n.º 7
0
 irr::core::stringw joiningServer()
 {
     return irr::core::stringw(_("Joining server")) + loadingDots();
 }
Ejemplo n.º 8
0
 // ------------------------------------------------------------------------
 irr::core::stringw searching()
 {
     return irr::core::stringw(_("Searching")) + loadingDots();
 }
Ejemplo n.º 9
0
 // ------------------------------------------------------------------------
 irr::core::stringw validatingInfo()
 {
     return irr::core::stringw(_("Validating info")) + loadingDots();
 }
Ejemplo n.º 10
0
 irr::core::stringw signingOut()
 {
     return irr::core::stringw(_("Signing out")) + loadingDots();
 }
Ejemplo n.º 11
0
 irr::core::stringw signingIn()
 {
     return irr::core::stringw(_("Signing in")) + loadingDots();
 }