| 
    OpenShot Library | libopenshot
    0.4.0
    
   | 
 
Exception for an out of bounds key-frame point. More...
#include <Exceptions.h>
Public Member Functions | |
| OutOfBoundsPoint (std::string message, int point_requested, int max_points) | |
| Constructor.  More... | |
| std::string | py_message () const override | 
| virtual | ~OutOfBoundsPoint () noexcept | 
  Public Member Functions inherited from openshot::ExceptionBase | |
| ExceptionBase (std::string message) | |
| virtual const char * | what () const noexcept | 
| virtual | ~ExceptionBase () noexcept | 
Public Attributes | |
| int | MaxPoints | 
| int | PointRequested | 
Additional Inherited Members | |
  Protected Attributes inherited from openshot::ExceptionBase | |
| std::string | m_message | 
Exception for an out of bounds key-frame point.
Definition at line 324 of file Exceptions.h.
      
  | 
  inline | 
Constructor.
| message | A message to accompany the exception | 
| point_requested | The out-of-bounds point requested | 
| max_points | The maximum available point value | 
Definition at line 336 of file Exceptions.h.
      
  | 
  inlinevirtualnoexcept | 
Definition at line 338 of file Exceptions.h.
      
  | 
  inlineoverridevirtual | 
Reimplemented from openshot::ExceptionBase.
Definition at line 339 of file Exceptions.h.
| int openshot::OutOfBoundsPoint::MaxPoints | 
Definition at line 328 of file Exceptions.h.
Referenced by py_message().
| int openshot::OutOfBoundsPoint::PointRequested | 
Definition at line 327 of file Exceptions.h.
Referenced by py_message().
 1.8.17