Ilwis-Objects
1.0
GIS and Remote Sensing framework for data access and processing
Main Page
Classes
Files
File List
All
Classes
Functions
Enumerations
Pages
oshelper.h
1
#ifndef OSHELPER_H
2
#define OSHELPER_H
3
4
namespace
Ilwis {
5
class
KERNELSHARED_EXPORT
OSHelper
6
{
7
public
:
8
OSHelper
();
9
10
static
QString neutralizeFileName(
const
QString& somelocation) ;
11
static
bool
isAbsolute(
const
QString& fragment);
12
static
bool
isFileName(
const
QString& filename);
13
};
14
}
15
16
#endif // OSHELPER_H
Generated on Fri Mar 28 2014 13:51:04 for Ilwis-Objects by
1.8.3.1