globjects
2.0.0.690708773bba
Strict OpenGL objects wrapper.
|
Superclass for all types of static and dynamic strings, e.g. for the use as Shader code. More...
#include <globjects/include/globjects/base/AbstractStringSource.h>
Public Member Functions | |
virtual std::string | string () const =0 |
virtual std::vector< std::string > | strings () const |
std::vector< const AbstractStringSource * > | flatten () const |
virtual void | flattenInto (std::vector< const AbstractStringSource * > &vector) const |
virtual std::string | shortInfo () const |
Public Member Functions inherited from globjects::Changeable | |
Changeable () | |
virtual | ~Changeable () |
void | changed () const |
void | registerListener (ChangeListener *listener) |
void | deregisterListener (ChangeListener *listener) |
Additional Inherited Members | |
Protected Attributes inherited from globjects::Changeable | |
std::set< ChangeListener * > | m_listeners |
Superclass for all types of static and dynamic strings, e.g. for the use as Shader code.
The current string can be queried using string().
|
pure virtual |
Implemented in globjects::File, globjects::CompositeStringSource, globjects::StaticStringSource, and globjects::StringTemplate.
|
virtual |
Reimplemented in globjects::CompositeStringSource.
std::vector<const AbstractStringSource*> globjects::AbstractStringSource::flatten | ( | ) | const |
|
virtual |
Reimplemented in globjects::CompositeStringSource.
|
virtual |
Reimplemented in globjects::CompositeStringSource, globjects::File, and globjects::StaticStringSource.