• Skip to content
  • Skip to link menu
KDE 4.6 API Reference
  • KDE API Reference
  • kdelibs
  • KDE Home
  • Contact Us
 

Solid

Classes | Namespaces | Defines | Typedefs

soliddefs_p.h File Reference

#include <QtCore/QObject>
Include dependency graph for soliddefs_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Solid::CleanUpGlobalStatic

Namespaces

namespace  Solid

Defines

#define return_SOLID_CALL(Type, Object, Default, Method)
#define SOLID_CALL(Type, Object, Method)
#define SOLID_GLOBAL_STATIC(TYPE, NAME)   SOLID_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ())
#define SOLID_GLOBAL_STATIC_STRUCT_NAME(NAME)
#define SOLID_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ARGS)

Typedefs

typedef void(* Solid::CleanUpFunction )()

Define Documentation

#define return_SOLID_CALL (   Type,
  Object,
  Default,
  Method 
)
Value:
Type t = qobject_cast<Type>(Object); \
    if (t!=0) \
    { \
         return t->Method; \
    } \
    else \
    { \
         return Default; \
    }

Definition at line 26 of file soliddefs_p.h.

#define SOLID_CALL (   Type,
  Object,
  Method 
)
Value:
Type t = qobject_cast<Type>(Object); \
    if (t!=0) \
    { \
         t->Method; \
    }

Definition at line 39 of file soliddefs_p.h.

#define SOLID_GLOBAL_STATIC (   TYPE,
  NAME 
)    SOLID_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ())

Definition at line 77 of file soliddefs_p.h.

#define SOLID_GLOBAL_STATIC_STRUCT_NAME (   NAME)

Definition at line 74 of file soliddefs_p.h.

#define SOLID_GLOBAL_STATIC_WITH_ARGS (   TYPE,
  NAME,
  ARGS 
)

Definition at line 79 of file soliddefs_p.h.

Solid

Skip menu "Solid"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.7.3
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal