You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
209 lines
5.5 KiB
209 lines
5.5 KiB
13 years ago
|
//
|
||
|
// Copyright 2003 Jim Bublitz <jbublitz@nwinternet.com>
|
||
|
// Earlier copyrights 1998 - 2002 Jim Bublitz and/or Phil Thompson
|
||
|
// may also apply
|
||
|
|
||
|
|
||
|
// Generated by preSip
|
||
12 years ago
|
// module tdefile version KDE_3_1_1
|
||
13 years ago
|
|
||
|
|
||
|
// This software 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 of
|
||
|
// the License, or (at your option) any later version.
|
||
|
//
|
||
|
// This software is distributed 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 this library; see the file COPYING.
|
||
|
// If not, write to the Free Software Foundation, Inc.,
|
||
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||
|
|
||
|
|
||
|
class KPropertiesDialog : KDialogBase
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <kpropsdlg.h>
|
||
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
|
static bool canDisplay (KFileItemList);
|
||
13 years ago
|
KPropertiesDialog (KFileItem*, TQWidget*/TransferThis/ = 0, const char* = 0, bool = 0, bool = 1);
|
||
|
KPropertiesDialog (KFileItemList, TQWidget*/TransferThis/ = 0, const char* = 0, bool = 0, bool = 1);
|
||
|
KPropertiesDialog (const KURL&, mode_t = -1, TQWidget*/TransferThis/ = 0, const char* = 0, bool = 0, bool = 1);
|
||
|
KPropertiesDialog (const KURL&, const KURL&, const TQString&, TQWidget*/TransferThis/ = 0, const char* = 0, bool = 0, bool = 1);
|
||
|
KPropertiesDialog (const TQString&, TQWidget*/TransferThis/ = 0, const char* = 0, bool = 0);
|
||
13 years ago
|
void insertPlugin (KPropsDlgPlugin*);
|
||
|
const KURL& kurl () const;
|
||
|
KFileItem* item ();
|
||
|
KFileItemList items () const;
|
||
|
KDialogBase* dialog ();
|
||
|
const KURL& currentDir () const;
|
||
13 years ago
|
const TQString& defaultName () const;
|
||
13 years ago
|
void updateUrl (const KURL&);
|
||
13 years ago
|
void rename (const TQString&);
|
||
13 years ago
|
void abortApplying ();
|
||
|
|
||
|
public slots:
|
||
|
virtual void slotOk ();
|
||
|
virtual void slotCancel ();
|
||
|
|
||
|
signals:
|
||
|
void propertiesClosed ();
|
||
|
void applied ();
|
||
|
void canceled ();
|
||
|
|
||
|
}; // class KPropertiesDialog
|
||
|
|
||
|
|
||
13 years ago
|
class KPropsDlgPlugin : TQObject
|
||
13 years ago
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <kpropsdlg.h>
|
||
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
|
KPropsDlgPlugin (KPropertiesDialog*);
|
||
|
virtual void applyChanges ();
|
||
|
static bool isDesktopFile (KFileItem*);
|
||
|
void setDirty (bool);
|
||
|
bool isDirty () const;
|
||
|
|
||
|
public slots:
|
||
|
void setDirty ();
|
||
|
|
||
|
signals:
|
||
|
void changed ();
|
||
|
|
||
|
protected:
|
||
|
|
||
|
}; // class KPropsDlgPlugin
|
||
|
|
||
|
|
||
|
class KFilePropsPlugin : KPropsDlgPlugin
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <kpropsdlg.h>
|
||
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
|
KFilePropsPlugin (KPropertiesDialog*);
|
||
|
virtual void applyChanges ();
|
||
|
static bool supports (KFileItemList);
|
||
|
void postApplyChanges ();
|
||
|
|
||
|
protected slots:
|
||
12 years ago
|
void slotCopyFinished (TDEIO::Job*);
|
||
|
void slotFileRenamed (TDEIO::Job*, const KURL&, const KURL&);
|
||
|
void slotDirSizeFinished (TDEIO::Job*);
|
||
13 years ago
|
void slotFoundMountPoint (const TQString&, ulong, ulong, ulong);
|
||
13 years ago
|
void slotSizeStop ();
|
||
|
void slotSizeDetermine ();
|
||
|
|
||
|
}; // class KFilePropsPlugin
|
||
|
|
||
|
|
||
|
class KFilePermissionsPropsPlugin : KPropsDlgPlugin
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <kpropsdlg.h>
|
||
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
|
KFilePermissionsPropsPlugin (KPropertiesDialog*);
|
||
|
virtual void applyChanges ();
|
||
|
static bool supports (KFileItemList);
|
||
|
|
||
|
}; // class KFilePermissionsPropsPlugin
|
||
|
|
||
|
|
||
|
class KExecPropsPlugin : KPropsDlgPlugin
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <kpropsdlg.h>
|
||
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
|
KExecPropsPlugin (KPropertiesDialog*);
|
||
|
virtual void applyChanges ();
|
||
|
static bool supports (KFileItemList);
|
||
|
|
||
|
public slots:
|
||
|
void slotBrowseExec ();
|
||
|
|
||
|
}; // class KExecPropsPlugin
|
||
|
|
||
|
|
||
|
class KURLPropsPlugin : KPropsDlgPlugin
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <kpropsdlg.h>
|
||
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
|
KURLPropsPlugin (KPropertiesDialog*);
|
||
|
virtual void applyChanges ();
|
||
|
static bool supports (KFileItemList);
|
||
|
|
||
|
}; // class KURLPropsPlugin
|
||
|
|
||
|
|
||
12 years ago
|
class TDEApplicationPropsPlugin : KPropsDlgPlugin
|
||
13 years ago
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <kpropsdlg.h>
|
||
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
12 years ago
|
TDEApplicationPropsPlugin (KPropertiesDialog*);
|
||
13 years ago
|
virtual void applyChanges ();
|
||
|
static bool supports (KFileItemList);
|
||
|
|
||
|
public slots:
|
||
|
void slotDelExtension ();
|
||
|
void slotAddExtension ();
|
||
|
|
||
12 years ago
|
}; // class TDEApplicationPropsPlugin
|
||
13 years ago
|
|
||
|
|
||
|
class KBindingPropsPlugin : KPropsDlgPlugin
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <kpropsdlg.h>
|
||
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
|
KBindingPropsPlugin (KPropertiesDialog*);
|
||
|
virtual void applyChanges ();
|
||
|
static bool supports (KFileItemList);
|
||
|
|
||
|
}; // class KBindingPropsPlugin
|
||
|
|
||
|
|
||
|
class KDevicePropsPlugin : KPropsDlgPlugin
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <kpropsdlg.h>
|
||
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
|
KDevicePropsPlugin (KPropertiesDialog*);
|
||
|
virtual void applyChanges ();
|
||
|
static bool supports (KFileItemList);
|
||
|
|
||
|
}; // class KDevicePropsPlugin
|
||
|
|