Gtk2_ExceptionDump
[ class tree: Gtk2_ExceptionDump ] [ index: Gtk2_ExceptionDump ] [ all elements ]

Element index for package Gtk2_ExceptionDump

[ b ] [ c ] [ d ] [ e ] [ g ] [ h ] [ i ] [ o ] [ s ] [ _ ]

_

__construct
in file StackModel.php, method Gtk2_ExceptionDump_StackModel::__construct()
    Creates the stack trace tree model.
__construct
in file Stack.php, method Gtk2_ExceptionDump_Stack::__construct()
    Creates the stack trace list.
__construct
in file InfoBox.php, method Gtk2_ExceptionDump_InfoBox::__construct()
    Creates a new InfoBox and sets the exception.
__construct
in file ExceptionDump.php, method Gtk2_ExceptionDump::__construct()
    Creates a new ExceptionDump window.
top

b

build
in file Stack.php, method Gtk2_ExceptionDump_Stack::build()
    Sets up the columns and DnD thingies.
build
in file InfoBox.php, method Gtk2_ExceptionDump_InfoBox::build()
    Sets up the child widgets.
buildActionButtonBox
in file ExceptionDump.php, method Gtk2_ExceptionDump::buildActionButtonBox()
    Returns the box with the Copy button.
buildContinuationButtonBox
in file ExceptionDump.php, method Gtk2_ExceptionDump::buildContinuationButtonBox()
    Returns the box with the Execute/Continue buttons.
buildDialog
in file ExceptionDump.php, method Gtk2_ExceptionDump::buildDialog()
    Creates the dialog widgets.
buildError
in file ExceptionDump.php, method Gtk2_ExceptionDump::buildError()
    Creates the error message that the object isn't an Exception or a PEAR_Error.
top

c

clickedTree
in file Stack.php, method Gtk2_ExceptionDump_Stack::clickedTree()
    The tree has been double-clicked. This causes Gtk2_VarDump to be opened with the selected stack trace entry.
top

d

display
in file ExceptionDump.php, method Gtk2_ExceptionDump::display()
    Creates a new ExceptionDump window, displays it and starts its own main loop.
top

e

$exception
in file ExceptionDump.php, variable Gtk2_ExceptionDump::$exception
    The exception that is shown.
ExceptionDump.php
procedural page ExceptionDump.php
top

g

getExceptionAsString
in file ExceptionDump.php, method Gtk2_ExceptionDump::getExceptionAsString()
    Generates a string representation of the exception.
Gtk2_ExceptionDump
in file ExceptionDump.php, class Gtk2_ExceptionDump
    Displays an Exception in a GtkWindow.
Gtk2_ExceptionDump_InfoBox
in file InfoBox.php, class Gtk2_ExceptionDump_InfoBox
    Information box with icon and the exception message.
Gtk2_ExceptionDump_Stack
in file Stack.php, class Gtk2_ExceptionDump_Stack
    Stack trace list for an exception.
Gtk2_ExceptionDump_StackModel
in file StackModel.php, class Gtk2_ExceptionDump_StackModel
    Stack trace list model.
top

h

handlePhpError
in file ExceptionDump.php, method Gtk2_ExceptionDump::handlePhpError()
    Use Gtk2_ExceptionDump to display a PHP error.
top

i

InfoBox.php
procedural page InfoBox.php
top

o

onContinue
in file ExceptionDump.php, method Gtk2_ExceptionDump::onContinue()
    Closes the window, quits the main loop and continues normal script execution.
onCopy
in file ExceptionDump.php, method Gtk2_ExceptionDump::onCopy()
    Copies the exception/error as string to the clipboard.
onDragBegin
in file Stack.php, method Gtk2_ExceptionDump_Stack::onDragBegin()
    When a drag begins, we want to set DnD icon to reflect the contents of the row being dragged.
onGetDragData
in file Stack.php, method Gtk2_ExceptionDump_Stack::onGetDragData()
    Returns the data at the end of a DnD operation that shall go into the target application.
onQuit
in file ExceptionDump.php, method Gtk2_ExceptionDump::onQuit()
    Quits the php script with exit status 253.
top

s

Stack.php
procedural page Stack.php
StackModel.php
procedural page StackModel.php
setException
in file InfoBox.php, method Gtk2_ExceptionDump_InfoBox::setException()
    Sets and displays the exception.
setException
in file Stack.php, method Gtk2_ExceptionDump_Stack::setException()
    Sets and displays the exception.
setException
in file StackModel.php, method Gtk2_ExceptionDump_StackModel::setException()
    Sets and displays the exception.
setException
in file ExceptionDump.php, method Gtk2_ExceptionDump::setException()
    Set the exception object.
setMessage
in file InfoBox.php, method Gtk2_ExceptionDump_InfoBox::setMessage()
    Explicitely sets a message to display, not an exception.
setTitle
in file ExceptionDump.php, method Gtk2_ExceptionDump::setTitle()
    Sets the title of the window.
setupAllHandlers
in file ExceptionDump.php, method Gtk2_ExceptionDump::setupAllHandlers()
    Sets up that all errors/exceptions are handled with Gtk2_ExceptionDump.
setupExceptionHandler
in file ExceptionDump.php, method Gtk2_ExceptionDump::setupExceptionHandler()
    Sets up the PHP exception handler to call Gtk2_ExceptionDump::display() if an exception occurs.
setupPearErrorHandler
in file ExceptionDump.php, method Gtk2_ExceptionDump::setupPearErrorHandler()
    Sets up the PEAR Exception handler to call Gtk2_ExceptionDump::display() if an PEAR_Error occurs.
setupPhpErrorHandler
in file ExceptionDump.php, method Gtk2_ExceptionDump::setupPhpErrorHandler()
    Sets the php error handler to use Gtk2_ExceptionDump.
top

Documentation generated on Mon, 11 Mar 2019 15:55:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.