JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
juce::CodeEditorComponent::Pimpl Class Reference
Inheritance diagram for juce::CodeEditorComponent::Pimpl:
juce::Timer juce::AsyncUpdater juce::ScrollBar::Listener juce::CodeDocument::Listener

Public Member Functions

 Pimpl (CodeEditorComponent &ed)
 
- Public Member Functions inherited from juce::Timer
virtual ~Timer ()
 Destructor.
 
void startTimer (int intervalInMilliseconds) noexcept
 Starts the timer and sets the length of interval required.
 
void startTimerHz (int timerFrequencyHz) noexcept
 Starts the timer with an interval specified in Hertz.
 
void stopTimer () noexcept
 Stops the timer.
 
bool isTimerRunning () const noexcept
 Returns true if the timer is currently running.
 
int getTimerInterval () const noexcept
 Returns the timer's interval.
 
- Public Member Functions inherited from juce::AsyncUpdater
 AsyncUpdater ()
 Creates an AsyncUpdater object.
 
virtual ~AsyncUpdater ()
 Destructor.
 
void triggerAsyncUpdate ()
 Causes the callback to be triggered at a later time.
 
void cancelPendingUpdate () noexcept
 This will stop any pending updates from happening.
 
void handleUpdateNowIfNeeded ()
 If an update has been triggered and is pending, this will invoke it synchronously.
 
bool isUpdatePending () const noexcept
 Returns true if there's an update callback in the pipeline.
 
- Public Member Functions inherited from juce::ScrollBar::Listener
virtual ~Listener ()=default
 Destructor.
 

Additional Inherited Members

- Static Public Member Functions inherited from juce::Timer
static void JUCE_CALLTYPE callAfterDelay (int milliseconds, std::function< void()> functionToCall)
 Invokes a lambda after a given number of milliseconds.
 
static void JUCE_CALLTYPE callPendingTimersSynchronously ()
 For internal use only: invokes any timers that need callbacks.
 
- Protected Member Functions inherited from juce::Timer
 Timer () noexcept
 Creates a Timer.
 
 Timer (const Timer &) noexcept
 Creates a copy of another timer.
 

Detailed Description

Definition at line 351 of file juce_CodeEditorComponent.cpp.

Constructor & Destructor Documentation

◆ Pimpl()

juce::CodeEditorComponent::Pimpl::Pimpl ( CodeEditorComponent ed)

Definition at line 357 of file juce_CodeEditorComponent.cpp.


The documentation for this class was generated from the following file: