Skip to content

Latest commit

 

History

History
533 lines (258 loc) · 5.86 KB

ofxThreadedImageLoader.markdown

File metadata and controls

533 lines (258 loc) · 5.86 KB

#class ofxThreadedImageLoader

##Description

##Methods

ofxThreadedImageLoader()

_description: _

###void loadFromDisk(*image, file)

_description: _

###void loadFromURL(*image, url)

_description: _

###void start()

_description: _

###void update(&a)

_description: _

###void threadedFunction()

_description: _

###void urlResponse(&response)

_description: _

###entry_iterator getEntryFromAsyncQueue(name)

_description: _

###bool shouldLoadImages()

_description: _

###ofImageLoaderEntry getNextImageToLoad()

_description: _

###ofImageLoaderEntry getNextImageToUpdate()

_description: _

##Variables

###ofImageLoaderEntry images_async_loading

_description: _

###ofImageLoaderEntry images_to_load

_description: _

###ofImageLoaderEntry images_to_update

_description: _

###int num_loading

_description: _