Kexi API Documentation (2.0 alpha)

KexiDB::AlterTableHandler::ActionBase::DebugOptions Class Reference

#include <alter.h>

List of all members.


Detailed Description

Controls debug options for actions. Used in debugString() and debug().

Definition at line 172 of file alter.h.

Public Member Functions

 DebugOptions ()

Public Attributes

bool showUID: 1
 true if UID should be added to the action debug string (the default)
bool showFieldDebug: 1
 true if the field associated with the action (if exists) should be appended to the debug string (default is false)


Constructor & Destructor Documentation

KexiDB::AlterTableHandler::ActionBase::DebugOptions::DebugOptions  )  [inline]
 

Definition at line 175 of file alter.h.


Member Data Documentation

bool KexiDB::AlterTableHandler::ActionBase::DebugOptions::showFieldDebug
 

true if the field associated with the action (if exists) should be appended to the debug string (default is false)

Definition at line 182 of file alter.h.

Referenced by debugAction().

bool KexiDB::AlterTableHandler::ActionBase::DebugOptions::showUID
 

true if UID should be added to the action debug string (the default)

Definition at line 178 of file alter.h.

Referenced by debugAction().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:37 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003