openshot-audio  0.1.6
Public Member Functions | List of all members
juce::CodeEditorComponent::State Struct Reference

#include <juce_gui_extra.h>

Public Member Functions

 State (const CodeEditorComponent &)
 
 State (const String &stringifiedVersion)
 
 State (const State &) noexcept
 
void restoreState (CodeEditorComponent &) const
 
String toString () const
 

Detailed Description

Can be used to save and restore the editor's caret position, selection state, etc.

Constructor & Destructor Documentation

CodeEditorComponent::State::State ( const CodeEditorComponent editor)

Creates an object containing the state of the given editor.

CodeEditorComponent::State::State ( const String stringifiedVersion)

Creates a state object from a string that was previously created with toString().

CodeEditorComponent::State::State ( const State other)
noexcept

Member Function Documentation

void CodeEditorComponent::State::restoreState ( CodeEditorComponent editor) const

Updates the given editor with this saved state.

String CodeEditorComponent::State::toString ( ) const

Returns a stringified version of this state that can be used to recreate it later.


The documentation for this struct was generated from the following files: