globjects  1.0.0.ae1b474792ef
Strict OpenGL objects wrapper.
globjects::StateSetting Class Reference

#include <globjects/include/globjects/StateSetting.h>

Public Member Functions

 StateSetting (AbstractFunctionCall *functionCall)
 
template<typename... Arguments>
 StateSetting (void(*function)(Arguments...), Arguments...arguments)
 
virtual ~StateSetting ()
 
void apply ()
 
StateSettingTypetype ()
 
const StateSettingTypetype () const
 

Protected Attributes

AbstractFunctionCallm_functionCall
 
StateSettingType m_type
 

Constructor & Destructor Documentation

globjects::StateSetting::StateSetting ( AbstractFunctionCall functionCall)
template<typename... Arguments>
globjects::StateSetting::StateSetting ( void(*)(Arguments...)  function,
Arguments...  arguments 
)
virtual globjects::StateSetting::~StateSetting ( )
virtual

Member Function Documentation

void globjects::StateSetting::apply ( )
StateSettingType& globjects::StateSetting::type ( )
const StateSettingType& globjects::StateSetting::type ( ) const

Member Data Documentation

AbstractFunctionCall* globjects::StateSetting::m_functionCall
protected
StateSettingType globjects::StateSetting::m_type
protected

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