libtdepim

#include <core.h>

Inheritance diagram for Komposer::Core:
Komposer::KomposerIface

Public Slots

virtual void send (int how)
 
virtual void addAttachment (const KURL &url, const TQString &comment)
 
virtual void setBody (const TQString &body)
 
virtual void addAttachment (const TQString &name, const TQCString &cte, const TQByteArray &data, const TQCString &type, const TQCString &subType, const TQCString &paramAttr, const TQString &paramValue, const TQCString &contDisp)
 

Public Member Functions

 Core (TQWidget *parentWidget=0, const char *name=0)
 
- Public Member Functions inherited from Komposer::KomposerIface
 KomposerIface (const char *name)
 

Protected Slots

void slotPluginLoaded (Plugin *)
 
void slotAllPluginsLoaded ()
 
void slotPreferences ()
 
void slotQuit ()
 
void slotClose ()
 
void slotSendNow ()
 
void slotSendLater ()
 
void slotSaveDraft ()
 
void slotInsertFile ()
 
void slotAddrBook ()
 
void slotNewComposer ()
 
void slotAttachFile ()
 

Protected Member Functions

virtual void initWidgets ()
 
void initCore ()
 
void initConnections ()
 
void loadSettings ()
 
void saveSettings ()
 
void createActions ()
 
void addEditor (Komposer::Editor *editor)
 
void addPlugin (Komposer::Plugin *plugin)
 

Detailed Description

This class provides the interface to the Komposer core for the editor.

Definition at line 44 of file core.h.

Constructor & Destructor Documentation

◆ Core()

Core::Core ( TQWidget *  parentWidget = 0,
const char *  name = 0 
)

Definition at line 55 of file core.cpp.

◆ ~Core()

Core::~Core ( )
virtual

Definition at line 75 of file core.cpp.

Member Function Documentation

◆ addAttachment [1/2]

void Core::addAttachment ( const KURL &  url,
const TQString &  comment 
)
virtualslot

Definition at line 332 of file core.cpp.

◆ addAttachment [2/2]

void Core::addAttachment ( const TQString &  name,
const TQCString &  cte,
const TQByteArray &  data,
const TQCString &  type,
const TQCString &  subType,
const TQCString &  paramAttr,
const TQString &  paramValue,
const TQCString &  contDisp 
)
virtualslot

Definition at line 344 of file core.cpp.

◆ addEditor()

void Core::addEditor ( Komposer::Editor *  editor)
protected

Definition at line 83 of file core.cpp.

◆ addPlugin()

void Core::addPlugin ( Komposer::Plugin *  plugin)
protected

Definition at line 98 of file core.cpp.

◆ createActions()

void Core::createActions ( )
protected

Definition at line 246 of file core.cpp.

◆ initConnections()

void Core::initConnections ( )
protected

Definition at line 239 of file core.cpp.

◆ initCore()

void Core::initCore ( )
protected

Definition at line 225 of file core.cpp.

◆ initWidgets()

void Core::initWidgets ( )
protectedvirtual

Definition at line 216 of file core.cpp.

◆ loadSettings()

void Core::loadSettings ( )
protected

Definition at line 185 of file core.cpp.

◆ saveSettings()

void Core::saveSettings ( )
protected

Definition at line 194 of file core.cpp.

◆ send

void Core::send ( int  how)
virtualslot

Definition at line 326 of file core.cpp.

◆ setBody

void Core::setBody ( const TQString &  body)
virtualslot

Definition at line 338 of file core.cpp.

◆ slotAddrBook

void Core::slotAddrBook ( )
protectedslot

Definition at line 308 of file core.cpp.

◆ slotAllPluginsLoaded

void Core::slotAllPluginsLoaded ( )
protectedslot

Definition at line 118 of file core.cpp.

◆ slotAttachFile

void Core::slotAttachFile ( )
protectedslot

Definition at line 320 of file core.cpp.

◆ slotClose

void Core::slotClose ( )
protectedslot

Definition at line 278 of file core.cpp.

◆ slotInsertFile

void Core::slotInsertFile ( )
protectedslot

Definition at line 302 of file core.cpp.

◆ slotNewComposer

void Core::slotNewComposer ( )
protectedslot

Definition at line 314 of file core.cpp.

◆ slotPluginLoaded

void Core::slotPluginLoaded ( Plugin *  plugin)
protectedslot

Definition at line 105 of file core.cpp.

◆ slotPreferences

void Core::slotPreferences ( )
protectedslot

Definition at line 208 of file core.cpp.

◆ slotQuit

void Core::slotQuit ( )
protectedslot

Definition at line 201 of file core.cpp.

◆ slotSaveDraft

void Core::slotSaveDraft ( )
protectedslot

Definition at line 296 of file core.cpp.

◆ slotSendLater

void Core::slotSendLater ( )
protectedslot

Definition at line 290 of file core.cpp.

◆ slotSendNow

void Core::slotSendNow ( )
protectedslot

Definition at line 284 of file core.cpp.


The documentation for this class was generated from the following files: