comparison kdiff3/src/fileaccess.h @ 69:8febbfb1148c

KDiff3 0.9.89
author joachim99
date Mon, 10 Apr 2006 08:40:51 +0000
parents efe33e938730
children 5bbfe4784324
comparison
equal deleted inserted replaced
68:d7cafcda8c99 69:8febbfb1148c
1 /*************************************************************************** 1 /***************************************************************************
2 * Copyright (C) 2003 by Joachim Eibl * 2 * Copyright (C) 2003-2006 by Joachim Eibl *
3 * joachim.eibl@gmx.de * 3 * joachim.eibl at gmx.de *
4 * * 4 * *
5 * This program is free software; you can redistribute it and/or modify * 5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by * 6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or * 7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. * 8 * (at your option) any later version. *
18 #include <kio/jobclasses.h> 18 #include <kio/jobclasses.h>
19 #include <kurldrag.h> 19 #include <kurldrag.h>
20 #include <list> 20 #include <list>
21 #include <qstring.h> 21 #include <qstring.h>
22 #include <qdatetime.h> 22 #include <qdatetime.h>
23
24 bool wildcardMultiMatch( const QString& wildcard, const QString& testString, bool bCaseSensitive );
23 25
24 class t_DirectoryList; 26 class t_DirectoryList;
25 27
26 class FileAccess 28 class FileAccess
27 { 29 {
210 double m_dRangeMin; 212 double m_dRangeMin;
211 double m_dSubRangeMax; 213 double m_dSubRangeMax;
212 double m_dSubRangeMin; 214 double m_dSubRangeMin;
213 }; 215 };
214 std::list<ProgressLevelData> m_progressStack; 216 std::list<ProgressLevelData> m_progressStack;
217
218 int m_progressDelayTimer;
215 219
216 KProgress* m_pProgressBar; 220 KProgress* m_pProgressBar;
217 KProgress* m_pSubProgressBar; 221 KProgress* m_pSubProgressBar;
218 QLabel* m_pInformation; 222 QLabel* m_pInformation;
219 QLabel* m_pSubInformation; 223 QLabel* m_pSubInformation;