// C++ interface header file.
//
// Generated by SIP 3.7 (build 102) on Fri Jul 25 00:26:04 2003
//
// Copyright (c) 2003
// 	Riverbank Computing Limited <info@riverbankcomputing.co.uk>
// 
// This file is part of PyQt.
// 
// This copy of PyQt is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2, or (at your option) any later
// version.
// 
// PyQt is supplied in the hope that it will be useful, but WITHOUT ANY
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
// FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
// details.
// 
// You should have received a copy of the GNU General Public License along with
// PyQt; see the file LICENSE.  If not, write to the Free Software Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

#ifndef _qtQUrlInfo_h
#define	_qtQUrlInfo_h

#line 38 "sip/qurlinfo.sip"
#include <qurlinfo.h>
#line 30 "sipqtQUrlInfo.h"

#include "sipqtQUrlOperator.h"
#include "sipqtQString.h"
#include "sipqtQDateTime.h"
#include "sipqtQUrl.h"


extern SIP_IMPORT sipLazyAttrDef sipClassAttrTab_QUrlInfo;

extern SIP_IMPORT const void *sipCast_QUrlInfo Py_PROTO((const void *,PyObject *));
extern SIP_IMPORT PyObject *sipNew_QUrlInfo Py_PROTO((PyObject *,PyObject *));


class SIP_IMPORT sipQUrlInfo : public QUrlInfo
{
public:
	sipQUrlInfo();
	sipQUrlInfo(const QUrlOperator&,const QString&);
	sipQUrlInfo(const QUrlInfo&);
	sipQUrlInfo(const QString&,int,const QString&,const QString&,unsigned,const QDateTime&,const QDateTime&,bool,bool,bool,bool,bool,bool);
	sipQUrlInfo(const QUrl&,int,const QString&,const QString&,unsigned,const QDateTime&,const QDateTime&,bool,bool,bool,bool,bool,bool);
	~sipQUrlInfo();
	void setLastModified(const QDateTime&);
	static void sipVH_setLastModified(const sipMethodCache *,sipThisType *,const QDateTime&);
	void setPermissions(int);
	static void sipVH_setPermissions(const sipMethodCache *,sipThisType *,int);
	void setReadable(bool);
	static void sipVH_setReadable(const sipMethodCache *,sipThisType *,bool);
	void setWritable(bool);
	static void sipVH_setWritable(const sipMethodCache *,sipThisType *,bool);
	void setSize(unsigned);
	static void sipVH_setSize(const sipMethodCache *,sipThisType *,unsigned);
	void setGroup(const QString&);
	static void sipVH_setGroup(const sipMethodCache *,sipThisType *,const QString&);
	void setOwner(const QString&);
	static void sipVH_setOwner(const sipMethodCache *,sipThisType *,const QString&);
	void setSymLink(bool);
	static void sipVH_setSymLink(const sipMethodCache *,sipThisType *,bool);
	void setFile(bool);
	static void sipVH_setFile(const sipMethodCache *,sipThisType *,bool);
	void setDir(bool);
	static void sipVH_setDir(const sipMethodCache *,sipThisType *,bool);
	void setName(const QString&);
	static void sipVH_setName(const sipMethodCache *,sipThisType *,const QString&);

	sipThisType *sipPyThis;

private:
	sipQUrlInfo(const sipQUrlInfo &);
	sipQUrlInfo &operator = (const sipQUrlInfo &);

	sipMethodCache sipPyMethods[11];
};

extern SIP_IMPORT QUrlInfo *sipForceConvertTo_QUrlInfo Py_PROTO((PyObject *,int *));

#endif
