globjects
2.0.0.690708773bba
Strict OpenGL objects wrapper.
|
#include <globjects/include/globjects/base/CompositeStringSource.h>
Public Member Functions | |
CompositeStringSource () | |
CompositeStringSource (const std::vector< AbstractStringSource * > &sources) | |
virtual | ~CompositeStringSource () |
void | appendSource (AbstractStringSource *source) |
virtual std::string | string () const override |
virtual std::vector< std::string > | strings () const override |
virtual void | flattenInto (std::vector< const AbstractStringSource * > &vector) const override |
virtual std::string | shortInfo () const override |
Public Member Functions inherited from globjects::AbstractStringSource | |
std::vector< const AbstractStringSource * > | flatten () const |
Public Member Functions inherited from globjects::Changeable | |
Changeable () | |
virtual | ~Changeable () |
void | changed () const |
void | registerListener (ChangeListener *listener) |
void | deregisterListener (ChangeListener *listener) |
Protected Member Functions | |
virtual void | notifyChanged (const Changeable *changeable) override |
void | update () const |
Protected Member Functions inherited from globjects::ChangeListener | |
void | addSubject (Changeable *subject) |
virtual void | removeSubject (Changeable *subject) |
virtual | ~ChangeListener () |
Protected Attributes | |
std::vector< AbstractStringSource * > | m_sources |
bool | m_dirty |
std::vector< std::string > | m_strings |
Protected Attributes inherited from globjects::Changeable | |
std::set< ChangeListener * > | m_listeners |
Protected Attributes inherited from globjects::ChangeListener | |
std::set< Changeable * > | m_subjects |
Additional Inherited Members | |
Static Public Member Functions inherited from globjects::Instantiator< CompositeStringSource > | |
static std::unique_ptr< CompositeStringSource > | create (Args &&...args) |
static std::unique_ptr< CompositeStringSource > | fromId (gl::GLuint id, Args &&...args) |
Static Protected Member Functions inherited from globjects::Instantiator< CompositeStringSource > | |
static std::unique_ptr< CompositeStringSource > | create (Args &&...args) |
static std::unique_ptr< CompositeStringSource > | fromId (gl::GLuint id, Args &&...args) |
globjects::CompositeStringSource::CompositeStringSource | ( | ) |
globjects::CompositeStringSource::CompositeStringSource | ( | const std::vector< AbstractStringSource * > & | sources | ) |
|
virtual |
void globjects::CompositeStringSource::appendSource | ( | AbstractStringSource * | source | ) |
|
overridevirtual |
Implements globjects::AbstractStringSource.
|
overridevirtual |
Reimplemented from globjects::AbstractStringSource.
|
overridevirtual |
Reimplemented from globjects::AbstractStringSource.
|
overridevirtual |
Reimplemented from globjects::AbstractStringSource.
|
overrideprotectedvirtual |
Reimplemented from globjects::ChangeListener.
|
protected |
|
protected |
|
mutableprotected |
|
mutableprotected |