• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop Generic Shell
 

KDevelop Generic Shell

Signals | Public Member Functions | Static Public Member Functions | List of all members
Core Class Reference

#include <core.h>

Inherits KDevCore.

Signals

void activeProcessChanged (KDevPlugin *which, bool runs)
 

Public Member Functions

virtual void running (KDevPlugin *which, bool runs)
 
virtual void fillContextMenu (TQPopupMenu *popup, const Context *context)
 
virtual void openProject (const TQString &projectFileName)
 
void doEmitProjectOpened ()
 
void doEmitProjectClosed ()
 
void doEmitLanguageChanged ()
 
void doEmitCoreInitialized ()
 
void doEmitProjectConfigWidget (KDialogBase *base)
 
void doEmitConfigWidget (KDialogBase *base)
 
void doEmitStopButtonPressed (KDevPlugin *which=0)
 
bool queryClose ()
 

Static Public Member Functions

static Core * getInstance ()
 
static void setupShourtcutTips (KXMLGUIClient *client=0)
 

Detailed Description

Core implementation.

Definition at line 20 of file core.h.

Member Function Documentation

◆ setupShourtcutTips()

void Core::setupShourtcutTips ( KXMLGUIClient *  client = 0)
static

Setup shourtcut tips.

For every TDEAction with a shortcut, appends the shortcut string, in parenthesis, to the actions's tooltip. If tooltip already has any text in parens, it's removed and shortcut is added instead.

Parameters
clientPointer to KXMLGUIClient object, which contain an collection of actions (TDEActionCollection). If the parameter is null, function is applied to the all available KXMLGUIClient objects.

Definition at line 32 of file core.cpp.


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

KDevelop Generic Shell

Skip menu "KDevelop Generic Shell"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

KDevelop Generic Shell

Skip menu "KDevelop Generic Shell"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop Generic Shell by doxygen 1.8.13
This website is maintained by Timothy Pearson.