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

okteta

  • Kasten2
  • StructViewPreferences
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Kasten2::StructViewPreferences Class Reference

#include <structviewpreferences.h>

Inheritance diagram for Kasten2::StructViewPreferences:
Inheritance graph
[legend]

Public Member Functions

 ~StructViewPreferences ()
 
ItemEnum * byteOrderItem ()
 
ItemInt * charDisplayBaseItem ()
 
ItemInt * floatPrecisionItem ()
 
ItemStringList * loadedStructuresItem ()
 
ItemBool * localeAwareDecimalFormattingItem ()
 
ItemBool * localeAwareFloatFormattingItem ()
 
ItemBool * shortTypeNamesItem ()
 
ItemBool * showCharNumericalValueItem ()
 
ItemInt * signedDisplayBaseItem ()
 
ItemInt * unsignedDisplayBaseItem ()
 

Static Public Member Functions

static QSysInfo::Endian byteOrder ()
 
static int charDisplayBase ()
 
static int floatPrecision ()
 
static QStringList loadedStructures ()
 
static bool localeAwareDecimalFormatting ()
 
static bool localeAwareFloatFormatting ()
 
static StructViewPreferences * self ()
 
static void setByteOrder (QSysInfo::Endian v)
 
static void setCharDisplayBase (int v)
 
static void setFloatPrecision (int v)
 
static void setLoadedStructures (const QStringList &v)
 
static void setLocaleAwareDecimalFormatting (bool v)
 
static void setLocaleAwareFloatFormatting (bool v)
 
static void setShortTypeNames (bool v)
 
static void setShowCharNumericalValue (bool v)
 
static void setSignedDisplayBase (int v)
 
static void setUnsignedDisplayBase (int v)
 
static bool shortTypeNames ()
 
static bool showCharNumericalValue ()
 
static int signedDisplayBase ()
 
static int unsignedDisplayBase ()
 

Protected Member Functions

 StructViewPreferences ()
 

Protected Attributes

int mByteOrder
 
int mCharDisplayBase
 
int mFloatPrecision
 
QStringList mLoadedStructures
 
bool mLocaleAwareDecimalFormatting
 
bool mLocaleAwareFloatFormatting
 
bool mShortTypeNames
 
bool mShowCharNumericalValue
 
int mSignedDisplayBase
 
int mUnsignedDisplayBase
 

Detailed Description

Definition at line 13 of file structviewpreferences.h.

Constructor & Destructor Documentation

StructViewPreferences::~StructViewPreferences ( )

Definition at line 101 of file structviewpreferences.cpp.

StructViewPreferences::StructViewPreferences ( )
protected

Definition at line 35 of file structviewpreferences.cpp.

Member Function Documentation

static QSysInfo::Endian Kasten2::StructViewPreferences::byteOrder ( )
inlinestatic

Get Byte order.

Definition at line 262 of file structviewpreferences.h.

ItemEnum* Kasten2::StructViewPreferences::byteOrderItem ( )
inline

Get Item object corresponding to ByteOrder()

Definition at line 270 of file structviewpreferences.h.

static int Kasten2::StructViewPreferences::charDisplayBase ( )
inlinestatic

Get CharDisplayBase.

Definition at line 88 of file structviewpreferences.h.

ItemInt* Kasten2::StructViewPreferences::charDisplayBaseItem ( )
inline

Get Item object corresponding to CharDisplayBase()

Definition at line 96 of file structviewpreferences.h.

static int Kasten2::StructViewPreferences::floatPrecision ( )
inlinestatic

Get FloatPrecision.

Definition at line 235 of file structviewpreferences.h.

ItemInt* Kasten2::StructViewPreferences::floatPrecisionItem ( )
inline

Get Item object corresponding to FloatPrecision()

Definition at line 243 of file structviewpreferences.h.

static QStringList Kasten2::StructViewPreferences::loadedStructures ( )
inlinestatic

Get LoadedStructures.

Definition at line 289 of file structviewpreferences.h.

ItemStringList* Kasten2::StructViewPreferences::loadedStructuresItem ( )
inline

Get Item object corresponding to LoadedStructures()

Definition at line 297 of file structviewpreferences.h.

static bool Kasten2::StructViewPreferences::localeAwareDecimalFormatting ( )
inlinestatic

Get LocaleAwareDecimalFormatting.

Definition at line 196 of file structviewpreferences.h.

ItemBool* Kasten2::StructViewPreferences::localeAwareDecimalFormattingItem ( )
inline

Get Item object corresponding to LocaleAwareDecimalFormatting()

Definition at line 204 of file structviewpreferences.h.

static bool Kasten2::StructViewPreferences::localeAwareFloatFormatting ( )
inlinestatic

Get LocaleAwareFloatFormatting.

Definition at line 142 of file structviewpreferences.h.

ItemBool* Kasten2::StructViewPreferences::localeAwareFloatFormattingItem ( )
inline

Get Item object corresponding to LocaleAwareFloatFormatting()

Definition at line 150 of file structviewpreferences.h.

StructViewPreferences * StructViewPreferences::self ( )
static

Definition at line 25 of file structviewpreferences.cpp.

static void Kasten2::StructViewPreferences::setByteOrder ( QSysInfo::Endian  v)
inlinestatic

Set Byte order.

Definition at line 252 of file structviewpreferences.h.

static void Kasten2::StructViewPreferences::setCharDisplayBase ( int  v)
inlinestatic

Set CharDisplayBase.

Definition at line 78 of file structviewpreferences.h.

static void Kasten2::StructViewPreferences::setFloatPrecision ( int  v)
inlinestatic

Set FloatPrecision.

Definition at line 213 of file structviewpreferences.h.

static void Kasten2::StructViewPreferences::setLoadedStructures ( const QStringList &  v)
inlinestatic

Set LoadedStructures.

Definition at line 279 of file structviewpreferences.h.

static void Kasten2::StructViewPreferences::setLocaleAwareDecimalFormatting ( bool  v)
inlinestatic

Set LocaleAwareDecimalFormatting.

Definition at line 186 of file structviewpreferences.h.

static void Kasten2::StructViewPreferences::setLocaleAwareFloatFormatting ( bool  v)
inlinestatic

Set LocaleAwareFloatFormatting.

Definition at line 132 of file structviewpreferences.h.

static void Kasten2::StructViewPreferences::setShortTypeNames ( bool  v)
inlinestatic

Set ShortTypeNames.

Definition at line 159 of file structviewpreferences.h.

static void Kasten2::StructViewPreferences::setShowCharNumericalValue ( bool  v)
inlinestatic

Set ShowCharNumericalValue.

Definition at line 105 of file structviewpreferences.h.

static void Kasten2::StructViewPreferences::setSignedDisplayBase ( int  v)
inlinestatic

Set SignedDisplayBase.

Definition at line 51 of file structviewpreferences.h.

static void Kasten2::StructViewPreferences::setUnsignedDisplayBase ( int  v)
inlinestatic

Set UnsignedDisplayBase.

Definition at line 24 of file structviewpreferences.h.

static bool Kasten2::StructViewPreferences::shortTypeNames ( )
inlinestatic

Get ShortTypeNames.

Definition at line 169 of file structviewpreferences.h.

ItemBool* Kasten2::StructViewPreferences::shortTypeNamesItem ( )
inline

Get Item object corresponding to ShortTypeNames()

Definition at line 177 of file structviewpreferences.h.

static bool Kasten2::StructViewPreferences::showCharNumericalValue ( )
inlinestatic

Get ShowCharNumericalValue.

Definition at line 115 of file structviewpreferences.h.

ItemBool* Kasten2::StructViewPreferences::showCharNumericalValueItem ( )
inline

Get Item object corresponding to ShowCharNumericalValue()

Definition at line 123 of file structviewpreferences.h.

static int Kasten2::StructViewPreferences::signedDisplayBase ( )
inlinestatic

Get SignedDisplayBase.

Definition at line 61 of file structviewpreferences.h.

ItemInt* Kasten2::StructViewPreferences::signedDisplayBaseItem ( )
inline

Get Item object corresponding to SignedDisplayBase()

Definition at line 69 of file structviewpreferences.h.

static int Kasten2::StructViewPreferences::unsignedDisplayBase ( )
inlinestatic

Get UnsignedDisplayBase.

Definition at line 34 of file structviewpreferences.h.

ItemInt* Kasten2::StructViewPreferences::unsignedDisplayBaseItem ( )
inline

Get Item object corresponding to UnsignedDisplayBase()

Definition at line 42 of file structviewpreferences.h.

Member Data Documentation

int Kasten2::StructViewPreferences::mByteOrder
protected

Definition at line 318 of file structviewpreferences.h.

int Kasten2::StructViewPreferences::mCharDisplayBase
protected

Definition at line 310 of file structviewpreferences.h.

int Kasten2::StructViewPreferences::mFloatPrecision
protected

Definition at line 315 of file structviewpreferences.h.

QStringList Kasten2::StructViewPreferences::mLoadedStructures
protected

Definition at line 319 of file structviewpreferences.h.

bool Kasten2::StructViewPreferences::mLocaleAwareDecimalFormatting
protected

Definition at line 314 of file structviewpreferences.h.

bool Kasten2::StructViewPreferences::mLocaleAwareFloatFormatting
protected

Definition at line 312 of file structviewpreferences.h.

bool Kasten2::StructViewPreferences::mShortTypeNames
protected

Definition at line 313 of file structviewpreferences.h.

bool Kasten2::StructViewPreferences::mShowCharNumericalValue
protected

Definition at line 311 of file structviewpreferences.h.

int Kasten2::StructViewPreferences::mSignedDisplayBase
protected

Definition at line 309 of file structviewpreferences.h.

int Kasten2::StructViewPreferences::mUnsignedDisplayBase
protected

Definition at line 308 of file structviewpreferences.h.


The documentation for this class was generated from the following files:
  • structviewpreferences.h
  • structviewpreferences.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

okteta

Skip menu "okteta"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

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