• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

rocs/App

Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Settings Class Reference

#include <settings.h>

Inheritance diagram for Settings:
Inheritance graph
[legend]

Public Member Functions

 ~Settings ()
 

Static Public Member Functions

static int dataEdgeDisplay ()
 
static int dataNodeDisplay ()
 
static bool executionModeDebugVisible ()
 
static bool executionModeOneStepVisible ()
 
static bool fastGraphics ()
 
static int hScriptSplitterSizeLeft ()
 
static int hScriptSplitterSizeRight ()
 
static int hSplitterSizeLeft ()
 
static int hSplitterSizeRight ()
 
static QStringList includePath ()
 
static QString lastOpenedDirectory ()
 
static Settings * self ()
 
static void setDataEdgeDisplay (int v)
 
static void setDataNodeDisplay (int v)
 
static void setExecutionModeDebugVisible (bool v)
 
static void setExecutionModeOneStepVisible (bool v)
 
static void setFastGraphics (bool v)
 
static void setHScriptSplitterSizeLeft (int v)
 
static void setHScriptSplitterSizeRight (int v)
 
static void setHSplitterSizeLeft (int v)
 
static void setHSplitterSizeRight (int v)
 
static void setIncludePath (const QStringList &v)
 
static void setLastOpenedDirectory (const QString &v)
 
static void setShowButtonText (bool v)
 
static void setVersion (const QString &v)
 
static void setVSplitterSizeBottom (int v)
 
static void setVSplitterSizeTop (int v)
 
static bool showButtonText ()
 
static QString version ()
 
static int vSplitterSizeBottom ()
 
static int vSplitterSizeTop ()
 

Protected Member Functions

 Settings ()
 

Protected Attributes

int mDataEdgeDisplay
 
int mDataNodeDisplay
 
bool mExecutionModeDebugVisible
 
bool mExecutionModeOneStepVisible
 
bool mFastGraphics
 
int mHScriptSplitterSizeLeft
 
int mHScriptSplitterSizeRight
 
int mHSplitterSizeLeft
 
int mHSplitterSizeRight
 
QStringList mIncludePath
 
QString mLastOpenedDirectory
 
bool mShowButtonText
 
QString mVersion
 
int mVSplitterSizeBottom
 
int mVSplitterSizeTop
 

Detailed Description

Definition at line 9 of file settings.h.

Constructor & Destructor Documentation

Settings::~Settings ( )

Definition at line 101 of file settings.cpp.

Settings::Settings ( )
protected

Definition at line 27 of file settings.cpp.

Member Function Documentation

static int Settings::dataEdgeDisplay ( )
inlinestatic

Get Position where name and value of an edge shall be shown.

Definition at line 258 of file settings.h.

static int Settings::dataNodeDisplay ( )
inlinestatic

Get Position where name and value of a node shall be shown.

Definition at line 239 of file settings.h.

static bool Settings::executionModeDebugVisible ( )
inlinestatic

Get Specifies whether execution button for debug execution shall be shown.

Definition at line 277 of file settings.h.

static bool Settings::executionModeOneStepVisible ( )
inlinestatic

Get Specifies whether execution button for stepped execution shall be shown.

Definition at line 296 of file settings.h.

static bool Settings::fastGraphics ( )
inlinestatic

Get fastGraphics.

Definition at line 68 of file settings.h.

static int Settings::hScriptSplitterSizeLeft ( )
inlinestatic

Get hScriptSplitterSizeLeft.

Definition at line 163 of file settings.h.

static int Settings::hScriptSplitterSizeRight ( )
inlinestatic

Get hScriptSplitterSizeRight.

Definition at line 182 of file settings.h.

static int Settings::hSplitterSizeLeft ( )
inlinestatic

Get hSplitterSizeLeft.

Definition at line 125 of file settings.h.

static int Settings::hSplitterSizeRight ( )
inlinestatic

Get hSplitterSizeRight.

Definition at line 144 of file settings.h.

static QStringList Settings::includePath ( )
inlinestatic

Get Path where include manager seek for includes.

Definition at line 220 of file settings.h.

static QString Settings::lastOpenedDirectory ( )
inlinestatic

Get lastOpenedDirectory.

Definition at line 201 of file settings.h.

Settings * Settings::self ( )
static

Definition at line 17 of file settings.cpp.

static void Settings::setDataEdgeDisplay ( int  v)
inlinestatic

Set Position where name and value of an edge shall be shown.

Definition at line 248 of file settings.h.

static void Settings::setDataNodeDisplay ( int  v)
inlinestatic

Set Position where name and value of a node shall be shown.

Definition at line 229 of file settings.h.

static void Settings::setExecutionModeDebugVisible ( bool  v)
inlinestatic

Set Specifies whether execution button for debug execution shall be shown.

Definition at line 267 of file settings.h.

static void Settings::setExecutionModeOneStepVisible ( bool  v)
inlinestatic

Set Specifies whether execution button for stepped execution shall be shown.

Definition at line 286 of file settings.h.

static void Settings::setFastGraphics ( bool  v)
inlinestatic

Set fastGraphics.

Definition at line 58 of file settings.h.

static void Settings::setHScriptSplitterSizeLeft ( int  v)
inlinestatic

Set hScriptSplitterSizeLeft.

Definition at line 153 of file settings.h.

static void Settings::setHScriptSplitterSizeRight ( int  v)
inlinestatic

Set hScriptSplitterSizeRight.

Definition at line 172 of file settings.h.

static void Settings::setHSplitterSizeLeft ( int  v)
inlinestatic

Set hSplitterSizeLeft.

Definition at line 115 of file settings.h.

static void Settings::setHSplitterSizeRight ( int  v)
inlinestatic

Set hSplitterSizeRight.

Definition at line 134 of file settings.h.

static void Settings::setIncludePath ( const QStringList &  v)
inlinestatic

Set Path where include manager seek for includes.

Definition at line 210 of file settings.h.

static void Settings::setLastOpenedDirectory ( const QString &  v)
inlinestatic

Set lastOpenedDirectory.

Definition at line 191 of file settings.h.

static void Settings::setShowButtonText ( bool  v)
inlinestatic

Set Show text beside icon.

Definition at line 20 of file settings.h.

static void Settings::setVersion ( const QString &  v)
inlinestatic

Set version.

Definition at line 39 of file settings.h.

static void Settings::setVSplitterSizeBottom ( int  v)
inlinestatic

Set vSplitterSizeBottom.

Definition at line 96 of file settings.h.

static void Settings::setVSplitterSizeTop ( int  v)
inlinestatic

Set vSplitterSizeTop.

Definition at line 77 of file settings.h.

static bool Settings::showButtonText ( )
inlinestatic

Get Show text beside icon.

Definition at line 30 of file settings.h.

static QString Settings::version ( )
inlinestatic

Get version.

Definition at line 49 of file settings.h.

static int Settings::vSplitterSizeBottom ( )
inlinestatic

Get vSplitterSizeBottom.

Definition at line 106 of file settings.h.

static int Settings::vSplitterSizeTop ( )
inlinestatic

Get vSplitterSizeTop.

Definition at line 87 of file settings.h.

Member Data Documentation

int Settings::mDataEdgeDisplay
protected

Definition at line 329 of file settings.h.

int Settings::mDataNodeDisplay
protected

Definition at line 328 of file settings.h.

bool Settings::mExecutionModeDebugVisible
protected

Definition at line 332 of file settings.h.

bool Settings::mExecutionModeOneStepVisible
protected

Definition at line 333 of file settings.h.

bool Settings::mFastGraphics
protected

Definition at line 313 of file settings.h.

int Settings::mHScriptSplitterSizeLeft
protected

Definition at line 320 of file settings.h.

int Settings::mHScriptSplitterSizeRight
protected

Definition at line 321 of file settings.h.

int Settings::mHSplitterSizeLeft
protected

Definition at line 318 of file settings.h.

int Settings::mHSplitterSizeRight
protected

Definition at line 319 of file settings.h.

QStringList Settings::mIncludePath
protected

Definition at line 325 of file settings.h.

QString Settings::mLastOpenedDirectory
protected

Definition at line 322 of file settings.h.

bool Settings::mShowButtonText
protected

Definition at line 307 of file settings.h.

QString Settings::mVersion
protected

Definition at line 310 of file settings.h.

int Settings::mVSplitterSizeBottom
protected

Definition at line 317 of file settings.h.

int Settings::mVSplitterSizeTop
protected

Definition at line 316 of file settings.h.


The documentation for this class was generated from the following files:
  • settings.h
  • settings.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

rocs/App

Skip menu "rocs/App"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal