- bool open_CriticalDlg ( const char *_title, const char *_message, const char *_but1, const char *_but2 = 0L )
- void kioErrorDialog ( int _errid, const char *_errortext )
- QString kioErrorString ( int _errid, const char *_errortext )
- bool open_PassDlg ( const QString& _head, QString& _user, QString& _pass )
- void pasteClipboard ( const char *_dest_url, bool move = false )
- void pasteData ( const char *_dest_url, QByteArray _data )
- bool isClipboardEmpty ()
- enum RenameDlg_Mode {M_OVERWRITE = 1, M_OVERWRITE_ITSELF = 2, M_SKIP = 4, M_SINGLE = 8, M_MULTI = 16, M_RESUME = 32 }
- enum RenameDlg_Result {R_RESUME = 6, R_RESUME_ALL = 7, R_OVERWRITE = 4, R_OVERWRITE_ALL = 5, R_SKIP = 2, R_AUTO_SKIP = 3, R_RENAME = 1, R_CANCEL = 0 }
- RenameDlg_Result open_RenameDlg ( const char* _src, const char *_dest, RenameDlg_Mode _mode, bool _srcNewer, QString& _new )
- unsigned long getOffset ( QString dest )
- enum SkipDlg_Result {S_SKIP = 1, S_AUTO_SKIP = 2, S_CANCEL = 0 }
- SkipDlg_Result open_SkipDlg ( const char *_dest, bool _multi, QString _error_text="" )
- typedef QDict<KSycocaEntry> KSycocaEntryDict
- enum KSycocaType {KST_KSycocaEntry = 0, KST_KService = 1, KST_KServiceType = 2, KST_KMimeType = 3, KST_KFolderType = 4, KST_KDEDesktopMimeType = 5, KST_KExecMimeType = 6, KST_KCustom = 1000 }
- enum KSycocaFactoryId {KST_KServiceFactory = 1, KST_KServiceTypeFactory = 2 }
- void setParseTree ( void *_ptr1 )
- void* newOR ( void *_ptr1, void *_ptr2 )
- void* newAND ( void *_ptr1, void *_ptr2 )
- void* newCMP ( void *_ptr1, void *_ptr2, int _i )
- void* newIN ( void *_ptr1, void *_ptr2 )
- void* newMATCH ( void *_ptr1, void *_ptr2 )
- void* newCALC ( void *_ptr1, void *_ptr2, int _i )
- void* newBRACKETS ( void *_ptr1 )
- void* newNOT ( void *_ptr1 )
- void* newEXIST ( void *_ptr1 )
- void* newID ( char *_ptr1 )
- void* newSTRING ( char *_ptr1 )
- void* newNUM ( int _i )
- void* newFLOAT ( float _f )
- void* newBOOL ( char _b )
- void* newWITH ( void *_ptr1 )
- void* newMAX ( void *_ptr1 )
- void* newMIN ( void *_ptr1 )
- void* newMAX2 ( const char *_id )
- void* newMIN2 ( const char *_id )
- void* newFIRST ()
- void* newRANDOM ()
- int matchConstraint ( const ParseTreeBase *_tree, const KService*, const KServiceTypeProfile::OfferList& )
- PreferencesReturn matchPreferences ( const ParseTreeBase *_tree, const KService*, const KServiceTypeProfile::OfferList& )
- ParseTreeBase::Ptr parseConstraints ( const QString& _constr )
- ParseTreeBase::Ptr parsePreferences ( const QString& _prefs )
- enum KTypeCode {TC_KService = 1, TC_KServiceType = 2, TC_KMimeType = 3, TC_KFolderType = 4, TC_KDEDesktopMimeType = 5, TC_KExecMimeType = 6, TC_KCustom = 1000 }
- typedef union YYSTYPE
- extern YYSTYPE yylval
#include <kio_interface.h>
An entry is the list of atoms containing all the informations for a file or URL
enum KSycocaType {KST_KSycocaEntry = 0, KST_KService = 1, KST_KServiceType = 2, KST_KMimeType = 3, KST_KFolderType = 4, KST_KDEDesktopMimeType = 5, KST_KExecMimeType = 6, KST_KCustom = 1000 }
|
#include <ksycocatype.h>
A KSycocaType is a code (out of the KSycocaType enum) assigned to each
class type derived from KSycocaEntry .
To use it, call the macro K_SYCOCATYPE( your_typecode, parent_class )
at the top of your class definition.
enum KSycocaFactoryId {KST_KServiceFactory = 1, KST_KServiceTypeFactory = 2 }
|
#include <ksycocatype.h>
A KSycocaFactoryId is a code (out of the KSycocaFactoryId enum)
assigned to each class type derived from KSycocaFactory.
To use it, call the macro K_SYCOCAFACTORY( your_factory_id )
at the top of your class definition.
void setParseTree ( void *_ptr1 )
|
#include <ktraderparse.h>
Functions definition for yacc
#include <ktraderparsetree.h>
Returns: 0 => Does not match
1 => Does match
<0 => Error
#include <ktraderparsetree.h>
Returns: 1 on success or <0 on Error
enum KTypeCode {TC_KService = 1, TC_KServiceType = 2, TC_KMimeType = 3, TC_KFolderType = 4, TC_KDEDesktopMimeType = 5, TC_KExecMimeType = 6, TC_KCustom = 1000 }
|
#include <ktypecode.h>
A TypeCode is a code (out of the KTypeCode enum) assigned to a class type
To use it, call the macro K_TYPECODE( wanted_typecode ) somewhere in the
class definition.
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:31 2000, using kdoc 2.0a33. |