#include <ErrorLogComponent.hpp>
Inheritance diagram for juce::HTMLErrorModel:
Public Member Functions | |
virtual int | getNumRows () |
HTMLErrorModel (HTML::Parser *_parser) | |
virtual void | paintListBoxItem (int rowNumber, Graphics &g, int width, int height, bool rowIsSelected) |
Protected Attributes | |
HTML::Parser * | parser |
The parser pointer. |
juce::HTMLErrorModel::HTMLErrorModel | ( | HTML::Parser * | _parser | ) | [inline] |
virtual int juce::HTMLErrorModel::getNumRows | ( | ) | [inline, virtual] |
virtual void juce::HTMLErrorModel::paintListBoxItem | ( | int | rowNumber, | |
Graphics & | g, | |||
int | width, | |||
int | height, | |||
bool | rowIsSelected | |||
) | [inline, virtual] |
HTML::Parser* juce::HTMLErrorModel::parser [protected] |
The parser pointer.