kmail

SnippetConfig Class Reference

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

#include <snippetconfig.h>

List of all members.


Public Member Functions

int getAutoOpenGroups ()
QString getDelimiter ()
int getInputMethod ()
QRect getMultiRect ()
QRect getSingleRect ()
void setAutoOpenGroups (int autoopen)
void setDelimiter (QString s)
void setInputMethod (int i)
void setMultiRect (QRect r)
void setSingleRect (QRect r)
void setToolTips (bool b)
 SnippetConfig ()
bool useToolTips ()
 ~SnippetConfig ()

Protected Attributes

bool bToolTip
int iAutoOpenGroups
int iInputMethod
int iMultiBasicHeight
int iMultiCount
QRect rMulti
QRect rSingle
QString strDelimiter

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 (  ) 

Definition at line 16 of file snippetconfig.cpp.

SnippetConfig::~SnippetConfig (  ) 

Definition at line 21 of file snippetconfig.cpp.


Member Function Documentation

int SnippetConfig::getAutoOpenGroups (  )  [inline]

Definition at line 37 of file snippetconfig.h.

QString SnippetConfig::getDelimiter (  )  [inline]

Definition at line 34 of file snippetconfig.h.

int SnippetConfig::getInputMethod (  )  [inline]

Definition at line 33 of file snippetconfig.h.

QRect SnippetConfig::getMultiRect (  )  [inline]

Definition at line 36 of file snippetconfig.h.

QRect SnippetConfig::getSingleRect (  )  [inline]

Definition at line 35 of file snippetconfig.h.

void SnippetConfig::setAutoOpenGroups ( int  autoopen  )  [inline]

Definition at line 48 of file snippetconfig.h.

void SnippetConfig::setDelimiter ( QString  s  )  [inline]

Definition at line 41 of file snippetconfig.h.

void SnippetConfig::setInputMethod ( int  i  )  [inline]

Definition at line 40 of file snippetconfig.h.

void SnippetConfig::setMultiRect ( QRect  r  )  [inline]

Definition at line 45 of file snippetconfig.h.

void SnippetConfig::setSingleRect ( QRect  r  )  [inline]

Definition at line 42 of file snippetconfig.h.

void SnippetConfig::setToolTips ( bool  b  )  [inline]

Definition at line 39 of file snippetconfig.h.

bool SnippetConfig::useToolTips (  )  [inline]

Definition at line 32 of file snippetconfig.h.


Member Data Documentation

bool SnippetConfig::bToolTip [protected]

Definition at line 51 of file snippetconfig.h.

Definition at line 58 of file snippetconfig.h.

int SnippetConfig::iInputMethod [protected]

Definition at line 52 of file snippetconfig.h.

Definition at line 56 of file snippetconfig.h.

int SnippetConfig::iMultiCount [protected]

Definition at line 57 of file snippetconfig.h.

Definition at line 55 of file snippetconfig.h.

Definition at line 54 of file snippetconfig.h.

Definition at line 53 of file snippetconfig.h.


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