equal
deleted
inserted
replaced
1 /****************************************************************************** |
1 /****************************************************************************** |
2 * |
2 * |
3 * |
3 * |
4 * |
4 * |
5 * Copyright (C) 1997-2008 by Dimitri van Heesch. |
5 * Copyright (C) 1997-2010 by Dimitri van Heesch. |
6 * |
6 * |
7 * Permission to use, copy, modify, and distribute this software and its |
7 * Permission to use, copy, modify, and distribute this software and its |
8 * documentation under the terms of the GNU General Public License is hereby |
8 * documentation under the terms of the GNU General Public License is hereby |
9 * granted. No representations are made about the suitability of this software |
9 * granted. No representations are made about the suitability of this software |
10 * for any purpose. It is provided "as is" without express or implied warranty. |
10 * for any purpose. It is provided "as is" without express or implied warranty. |
484 virtual QCString trLoading() = 0; |
484 virtual QCString trLoading() = 0; |
485 virtual QCString trGlobalNamespace() = 0; |
485 virtual QCString trGlobalNamespace() = 0; |
486 virtual QCString trSearching() = 0; |
486 virtual QCString trSearching() = 0; |
487 virtual QCString trNoMatches() = 0; |
487 virtual QCString trNoMatches() = 0; |
488 |
488 |
|
489 ////////////////////////////////////////////////////////////////////////// |
|
490 // new since 1.6.3 |
|
491 ////////////////////////////////////////////////////////////////////////// |
|
492 |
|
493 virtual QCString trDirDependency(const char *name) = 0; |
|
494 virtual QCString trFileIn(const char *name) = 0; |
|
495 virtual QCString trIncludesFileIn(const char *name) = 0; |
|
496 virtual QCString trDateTime(int year,int month,int day,int dayOfWeek, |
|
497 int hour,int minutes,int seconds, |
|
498 bool includeTime) = 0; |
|
499 |
|
500 |
489 }; |
501 }; |
490 |
502 |
491 #endif |
503 #endif |