kmail

#include <snippetconfig.h>

Public Member Functions

bool useToolTips ()
 
int getInputMethod ()
 
TQString getDelimiter ()
 
TQRect getSingleRect ()
 
TQRect getMultiRect ()
 
int getAutoOpenGroups ()
 
void setToolTips (bool b)
 
void setInputMethod (int i)
 
void setDelimiter (TQString s)
 
void setSingleRect (TQRect r)
 
void setMultiRect (TQRect r)
 
void setAutoOpenGroups (int autoopen)
 

Protected Attributes

bool bToolTip
 
int iInputMethod
 
TQString strDelimiter
 
TQRect rSingle
 
TQRect rMulti
 
int iMultiBasicHeight
 
int iMultiCount
 
int iAutoOpenGroups
 

Detailed Description

This class stores the values that can be configured via the KDevelop settings dialog.

Author
Robert Gruber

Definition at line 26 of file snippetconfig.h.

Constructor & Destructor Documentation

◆ SnippetConfig()

SnippetConfig::SnippetConfig ( )

Definition at line 16 of file snippetconfig.cpp.

◆ ~SnippetConfig()

SnippetConfig::~SnippetConfig ( )

Definition at line 21 of file snippetconfig.cpp.

Member Function Documentation

◆ getAutoOpenGroups()

int SnippetConfig::getAutoOpenGroups ( )
inline

Definition at line 37 of file snippetconfig.h.

◆ getDelimiter()

TQString SnippetConfig::getDelimiter ( )
inline

Definition at line 34 of file snippetconfig.h.

◆ getInputMethod()

int SnippetConfig::getInputMethod ( )
inline

Definition at line 33 of file snippetconfig.h.

◆ getMultiRect()

TQRect SnippetConfig::getMultiRect ( )
inline

Definition at line 36 of file snippetconfig.h.

◆ getSingleRect()

TQRect SnippetConfig::getSingleRect ( )
inline

Definition at line 35 of file snippetconfig.h.

◆ setAutoOpenGroups()

void SnippetConfig::setAutoOpenGroups ( int  autoopen)
inline

Definition at line 48 of file snippetconfig.h.

◆ setDelimiter()

void SnippetConfig::setDelimiter ( TQString  s)
inline

Definition at line 41 of file snippetconfig.h.

◆ setInputMethod()

void SnippetConfig::setInputMethod ( int  i)
inline

Definition at line 40 of file snippetconfig.h.

◆ setMultiRect()

void SnippetConfig::setMultiRect ( TQRect  r)
inline

Definition at line 45 of file snippetconfig.h.

◆ setSingleRect()

void SnippetConfig::setSingleRect ( TQRect  r)
inline

Definition at line 42 of file snippetconfig.h.

◆ setToolTips()

void SnippetConfig::setToolTips ( bool  b)
inline

Definition at line 39 of file snippetconfig.h.

◆ useToolTips()

bool SnippetConfig::useToolTips ( )
inline

Definition at line 32 of file snippetconfig.h.

Member Data Documentation

◆ bToolTip

bool SnippetConfig::bToolTip
protected

Definition at line 51 of file snippetconfig.h.

◆ iAutoOpenGroups

int SnippetConfig::iAutoOpenGroups
protected

Definition at line 58 of file snippetconfig.h.

◆ iInputMethod

int SnippetConfig::iInputMethod
protected

Definition at line 52 of file snippetconfig.h.

◆ iMultiBasicHeight

int SnippetConfig::iMultiBasicHeight
protected

Definition at line 56 of file snippetconfig.h.

◆ iMultiCount

int SnippetConfig::iMultiCount
protected

Definition at line 57 of file snippetconfig.h.

◆ rMulti

TQRect SnippetConfig::rMulti
protected

Definition at line 55 of file snippetconfig.h.

◆ rSingle

TQRect SnippetConfig::rSingle
protected

Definition at line 54 of file snippetconfig.h.

◆ strDelimiter

TQString SnippetConfig::strDelimiter
protected

Definition at line 53 of file snippetconfig.h.


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