#include <BrowserBar.hpp>
Public Member Functions | |
BrowserBar (ApplicationCommandManager *commandManager, const String &homeURL) | |
Default constructor. | |
virtual void | comboBoxChanged (ComboBox *comboBoxThatHasChanged) |
Called when a Label's text has changed. | |
void | resized () |
Called back when resized, simply transfer the call the real toolbar. | |
void | setUpdater (URLChangeUpdate *_urlUpdater) |
Add a listener to the list. | |
~BrowserBar () | |
Destructor. | |
Public Attributes | |
BrowserItemFactory | factory |
Classes | |
class | BrowserItemFactory |
juce::BrowserBar::BrowserBar | ( | ApplicationCommandManager * | commandManager, | |
const String & | homeURL | |||
) | [inline] |
Default constructor.
juce::BrowserBar::~BrowserBar | ( | ) | [inline] |
Destructor.
virtual void juce::BrowserBar::comboBoxChanged | ( | ComboBox * | comboBoxThatHasChanged | ) | [inline, virtual] |
Called when a Label's text has changed.
void juce::BrowserBar::resized | ( | ) | [inline] |
Called back when resized, simply transfer the call the real toolbar.
void juce::BrowserBar::setUpdater | ( | URLChangeUpdate * | _urlUpdater | ) | [inline] |
Add a listener to the list.