#include <ErrorLogComponent.hpp>
Inheritance diagram for juce::ErrorLogComponent:

Describe your class and how it works here! [/Comments]
Public Member Functions | |
| ErrorLogComponent (HTML::Parser *parser, const String &communicationError) | |
| virtual int | getNumRows () |
| virtual void | listBoxItemClicked (int row, const MouseEvent &e) |
| void | paint (Graphics &g) |
| virtual void | paintListBoxItem (int rowNumber, Graphics &g, int width, int height, bool rowIsSelected) |
| void | resized () |
| ~ErrorLogComponent () | |
Protected Attributes | |
| HTML::Parser * | parser |
| The parser pointer. | |
| juce::ErrorLogComponent::ErrorLogComponent | ( | HTML::Parser * | parser, | |
| const String & | communicationError | |||
| ) |
| juce::ErrorLogComponent::~ErrorLogComponent | ( | ) |
| virtual int juce::HTMLErrorModel::getNumRows | ( | ) | [inline, virtual, inherited] |
| void juce::ErrorLogComponent::listBoxItemClicked | ( | int | row, | |
| const MouseEvent & | e | |||
| ) | [virtual] |
| void juce::ErrorLogComponent::paint | ( | Graphics & | g | ) |
| virtual void juce::HTMLErrorModel::paintListBoxItem | ( | int | rowNumber, | |
| Graphics & | g, | |||
| int | width, | |||
| int | height, | |||
| bool | rowIsSelected | |||
| ) | [inline, virtual, inherited] |
| void juce::ErrorLogComponent::resized | ( | ) |
HTML::Parser* juce::HTMLErrorModel::parser [protected, inherited] |
The parser pointer.
