KDevelop API Documentation

SnippetConfig Class Reference

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

#include <snippetconfig.h>

Collaboration diagram for SnippetConfig:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Protected Attributes

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

Detailed Description

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

Author:
Robert Gruber

Definition at line 21 of file snippetconfig.h.


Constructor & Destructor Documentation

SnippetConfig::SnippetConfig  ) 
 

Definition at line 11 of file snippetconfig.cpp.

SnippetConfig::~SnippetConfig  ) 
 

Definition at line 16 of file snippetconfig.cpp.


Member Function Documentation

QString SnippetConfig::getDelimiter  )  [inline]
 

Definition at line 29 of file snippetconfig.h.

Referenced by SnippetWidget::showMultiVarDialog(), SnippetWidget::slotListDblClicked(), and SnippetWidget::writeConfig().

int SnippetConfig::getInputMethod  )  [inline]
 

Definition at line 28 of file snippetconfig.h.

Referenced by SnippetWidget::parseText(), and SnippetWidget::writeConfig().

QRect SnippetConfig::getMultiRect  )  [inline]
 

Definition at line 31 of file snippetconfig.h.

Referenced by SnippetWidget::parseText(), and SnippetWidget::writeConfig().

QRect SnippetConfig::getSingleRect  )  [inline]
 

Definition at line 30 of file snippetconfig.h.

Referenced by SnippetWidget::parseText(), and SnippetWidget::writeConfig().

void SnippetConfig::setDelimiter QString  s  )  [inline]
 

Definition at line 35 of file snippetconfig.h.

Referenced by SnippetWidget::initConfig(), and SnippetSettings::slotOKClicked().

void SnippetConfig::setInputMethod int  i  )  [inline]
 

Definition at line 34 of file snippetconfig.h.

Referenced by SnippetWidget::initConfig(), and SnippetSettings::slotOKClicked().

void SnippetConfig::setMultiRect QRect  r  )  [inline]
 

Definition at line 39 of file snippetconfig.h.

Referenced by SnippetWidget::initConfig(), and SnippetWidget::parseText().

void SnippetConfig::setSingleRect QRect  r  )  [inline]
 

Definition at line 36 of file snippetconfig.h.

Referenced by SnippetWidget::initConfig(), and SnippetWidget::parseText().

void SnippetConfig::setToolTips bool  b  )  [inline]
 

Definition at line 33 of file snippetconfig.h.

Referenced by SnippetWidget::initConfig(), and SnippetSettings::slotOKClicked().

bool SnippetConfig::useToolTips  )  [inline]
 

Definition at line 27 of file snippetconfig.h.

Referenced by SnippetWidget::maybeTip(), and SnippetWidget::writeConfig().


Member Data Documentation

bool SnippetConfig::bToolTip [protected]
 

Definition at line 44 of file snippetconfig.h.

int SnippetConfig::iInputMethod [protected]
 

Definition at line 45 of file snippetconfig.h.

int SnippetConfig::iMultiBasicHeight [protected]
 

Definition at line 49 of file snippetconfig.h.

int SnippetConfig::iMultiCount [protected]
 

Definition at line 50 of file snippetconfig.h.

QRect SnippetConfig::rMulti [protected]
 

Definition at line 48 of file snippetconfig.h.

QRect SnippetConfig::rSingle [protected]
 

Definition at line 47 of file snippetconfig.h.

QString SnippetConfig::strDelimiter [protected]
 

Definition at line 46 of file snippetconfig.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:29:59 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003