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

kate

  • Kate
  • PluginManager
Public Member Functions | Friends | List of all members
Kate::PluginManager Class Reference

#include <pluginmanager.h>

Inherits TQObject.

Public Member Functions

 PluginManager (void *pluginManager)
 
class Plugin * plugin (const TQString &name)
 
bool pluginAvailable (const TQString &name)
 
class Plugin * loadPlugin (const TQString &name, bool permanent=true)
 
void unloadPlugin (const TQString &name, bool permanent=true)
 

Friends

class PrivatePluginManager
 

Detailed Description

This interface provides access to the Kate Plugin Manager.

Definition at line 30 of file pluginmanager.h.

Constructor & Destructor Documentation

◆ PluginManager()

Kate::PluginManager::PluginManager ( void *  pluginManager)

Definition at line 46 of file pluginmanager.cpp.

◆ ~PluginManager()

Kate::PluginManager::~PluginManager ( )
virtual

Definition at line 52 of file pluginmanager.cpp.

Member Function Documentation

◆ loadPlugin()

Plugin * Kate::PluginManager::loadPlugin ( const TQString &  name,
bool  permanent = true 
)

tries loading the specified plugin and returns a pointer to the new plugin or 0 if permanent is true (default value) the plugin will be loaded at the next kate startup

This method is not used yet

Definition at line 67 of file pluginmanager.cpp.

◆ plugin()

Plugin * Kate::PluginManager::plugin ( const TQString &  name)

if the plugin with the library name "name" is loaded, a pointer to that plugin is returned

Definition at line 57 of file pluginmanager.cpp.

◆ pluginAvailable()

bool Kate::PluginManager::pluginAvailable ( const TQString &  name)

return true, if plugin is known to kate (either loaded or not loaded)

This method is not used yet

Definition at line 62 of file pluginmanager.cpp.

◆ unloadPlugin()

void Kate::PluginManager::unloadPlugin ( const TQString &  name,
bool  permanent = true 
)

unload the specified plugin.

If the value permanent is true (default value), the plugin will not be loaded on kate's next startup. Even if it had been loaded with permanent=true.

This method is not used yet

Definition at line 72 of file pluginmanager.cpp.

Friends And Related Function Documentation

◆ PrivatePluginManager

friend class PrivatePluginManager
friend

Definition at line 32 of file pluginmanager.h.


The documentation for this class was generated from the following files:
  • pluginmanager.h
  • pluginmanager.cpp

kate

Skip menu "kate"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

kate

Skip menu "kate"
  • kate
  • libkonq
  • twin
  •   lib
Generated for kate by doxygen 1.9.4
This website is maintained by Timothy Pearson.