DxLibEx
dxle::graph2d::gr_impl::texture2d_handle_manager Class Referenceabstract

interface More...

#include <texture2d_handle_manager.hpp>

Inheritance diagram for dxle::graph2d::gr_impl::texture2d_handle_manager:

Public Member Functions

virtual int get_handle () const =0
 
virtual ~texture2d_handle_manager () DXLE_NOEXCEPT_OR_NOTHROW
 

Protected Member Functions

 texture2d_handle_manager () DXLE_NOEXCEPT_OR_NOTHROW
 
 texture2d_handle_manager (const texture2d_handle_manager &) DXLE_NOEXCEPT_OR_NOTHROW
 
texture2d_handle_manageroperator= (const texture2d_handle_manager &) DXLE_NOEXCEPT_OR_NOTHROW
 

Static Protected Member Functions

static int GetTextureRawHandle (const texture2d &)
 

Detailed Description

interface

Definition at line 27 of file texture2d_handle_manager.hpp.

Constructor & Destructor Documentation

§ ~texture2d_handle_manager()

virtual dxle::graph2d::gr_impl::texture2d_handle_manager::~texture2d_handle_manager ( )
inlinevirtual

Definition at line 31 of file texture2d_handle_manager.hpp.

§ texture2d_handle_manager() [1/2]

dxle::graph2d::gr_impl::texture2d_handle_manager::texture2d_handle_manager ( )
inlineprotected

Definition at line 33 of file texture2d_handle_manager.hpp.

§ texture2d_handle_manager() [2/2]

dxle::graph2d::gr_impl::texture2d_handle_manager::texture2d_handle_manager ( const texture2d_handle_manager )
inlineprotected

Definition at line 34 of file texture2d_handle_manager.hpp.

Member Function Documentation

§ get_handle()

virtual int dxle::graph2d::gr_impl::texture2d_handle_manager::get_handle ( ) const
pure virtual

§ GetTextureRawHandle()

int dxle::graph2d::gr_impl::texture2d_handle_manager::GetTextureRawHandle ( const texture2d texture)
inlinestaticprotected

Definition at line 53 of file texture2d.hpp.

§ operator=()

texture2d_handle_manager& dxle::graph2d::gr_impl::texture2d_handle_manager::operator= ( const texture2d_handle_manager )
inlineprotected

Definition at line 35 of file texture2d_handle_manager.hpp.


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