RawImage.hpp
Handle the fundamental loading of an image (without Widget tracking)
This file is part of Empirical, https://github.com/devosoft/Empirical Copyright (C) 2015-2018 Michigan State University MIT Software license; see doc/LICENSE.md
Defines
-
INCLUDE_EMP_WEB_RAW_IMAGE_HPP_GUARD
-
class RawImage
- #include <RawImage.hpp>
Fundamental information about a single image.
Public Functions
-
inline ~RawImage()
-
inline int GetID() const
-
inline bool HasLoaded() const
-
inline bool HasError() const
Private Static Functions
-
static inline internal::ImageManager &GetManager()
-
inline ~RawImage()