Audacity 3.2.0
Classes | Macros | Typedefs
ImageRoll.h File Reference
#include <vector>
#include <wx/defs.h>
#include "wxPanelWrapper.h"
Include dependency graph for ImageRoll.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ImageRoll
 An ImageRoll is an image that can be expanded to an arbitrary size; it is made up of both fixed pieces and repeating pieces. More...
 

Macros

#define wxRasterOperationMode   int
 

Typedefs

using ImageArray = std::vector< wxImage >
 

Macro Definition Documentation

◆ wxRasterOperationMode

#define wxRasterOperationMode   int

Definition at line 21 of file ImageRoll.h.

Typedef Documentation

◆ ImageArray

using ImageArray = std::vector<wxImage>

Definition at line 25 of file ImageRoll.h.