• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kutils
 

kutils

Classes | Macros
KControl module classes

Classes

class  KCModuleContainer
 
class  KCModuleInfo
 
class  KCModuleLoader
 
class  KCModuleProxy
 
class  KCModuleProxyIface
 
class  KCModuleProxyRootDispatcher
 
class  KCMultiDialog
 

Macros

#define KCMODULECONTAINER(modules, factoryName)
 

Detailed Description

Thwse classes provide the KControl module API.

Macro Definition Documentation

#define KCMODULECONTAINER (   modules,
  factoryName 
)
Value:
extern "C" \
{ \
KCModule *create_## factoryName(TQWidget *parent, const char *name) \
{ \
return new KCModuleContainer( parent, name, TQString( modules ) ); \
} \
\
bool test_## factoryName() \
{ \
TQStringList modList = TQStringList::split( ",", TQString(modules).remove( " " )); \
for ( TQStringList::Iterator it = modList.begin(); it != modList.end(); ++it ) \
if ( KCModuleLoader::testModule( *it ) ) \
return true; \
return false; \
} \
}
KCModuleLoader::testModule
static bool testModule(const TQString &module)
Checks whether an KCModule should be shown by running its test function.
Definition: kcmoduleloader.cpp:230
KCModuleContainer
KCModuleContainer is a convenience class encapsulating several KCModules.
Definition: kcmodulecontainer.h:53

This macro creates an factory declaration which when run creates an KCModule with specified modules.

For example:

1 KCMODULECONTAINER( "kcm_fonts, kcm_keyboard,kcm_fonts", misc_modules)

would create a KCModule with three tabs, each containing one of the specified KCMs. Each use of the macro must be accompanied by a desktop file where the factory name equals the second argument in the macro(in this example, misc_modules).
The module container takes care of testing the contained modules when being shown, as well as when the module itself is asked whether it should be shown.

Parameters
modulesthe modules to put in the container
factoryNamewhat factory name the module should have

Definition at line 188 of file kcmodulecontainer.h.

kutils

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

kutils

Skip menu "kutils"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kutils by doxygen 1.8.11
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |