 boost | |
 gnash | Anonymous namespace for callbacks, local functions, event handlers etc |
  abc | ABC-only resources for parsing and execution |
   abc_function | ABC-defined Function |
   Trait | Class describing a static property |
   AbcBlock | The ActionScript bytecode of a single ABC tag in a SWF |
   as_class | The implementation of a 'Class' type in ActionScript 3 |
   BoundAccessor | |
   BoundValue | |
   Class | A class to represent AS3 Classes |
   Method | |
   MultiName | An MultiName represents a single ABC multiname |
   Namespace | Represent an ActionScript Namespace |
   Machine | The virtual machine for executing ABC (ActionScript Bytecode) |
  amf | Functions and classes for handling AMF |
   AMFException | Exception for handling malformed buffers |
   Writer | A class to compose AMF buffers |
   Reader | Deserialize an AMF buffer to as_values |
  clocktime | |
  fontlib | Library management |
  geometry | |
   Point2d | 2D Point class |
   Range2d | 2d Range template class |
   SnappingRanges2d | |
    AddTo | |
    ContainsPoint | |
    ContainsRange | |
    ExpandToIfSnap | Merge two ranges based on snaptest |
    GrowBy | |
    IntersectsRange | |
    Scale | |
  gui | Named constructors |
   FBGlue | |
   FBAggGlue | |
   FBgles1Glue | |
   FBgles2Glue | |
   FBOvgGlue | |
   FBGui | |
   GtkOvgGlue | |
  image | Image handling functions and classes |
   GnashImage | Base class for different types of bitmaps |
   ImageRGB | 24-bit RGB bitmap |
   ImageRGBA | 32-bit RGBA bitmap |
   Input | The base class for reading image data |
   Output | |
   JpegInput | Class for reading JPEG image data |
   JpegOutput | |
   ARGB | Adapt a pixel_iterator to use 32-bit values in ARGB byte order |
   pixel_iterator | The pixel_iterator class is a pixel-level adaptor for a GnashImage |
  key | |
  media | Gnash media handling subsystem (libmedia) |
   ffmpeg | FFMPEG-based media handler module |
    AudioDecoderFfmpeg | FFMPEG based AudioDecoder |
    AudioInputFfmpeg | A class representing a single AudioInput device |
    AudioResamplerFfmpeg | FFMPEG based AudioResampler |
    MediaHandlerFfmpeg | FFMPEG based MediaHandler |
    ExtraAudioInfoFfmpeg | Extra info found in audio stream by the parser |
    ExtraVideoInfoFfmpeg | Extra info found in video stream by the parser |
    MediaParserFfmpeg | FFMPEG based MediaParser |
    VideoConverterFfmpeg | |
    VideoDecoderFfmpeg | FFMPEG based VideoDecoder |
    VaapiSurfaceFfmpeg | VA surface implementation for FFmpeg |
    VaapiContextFfmpeg | VA context implementation for FFmpeg |
    VideoInputFfmpeg | |
   gst | Gstreamer-based media handler module |
    AudioDecoderGst | GST based AudioDecoder |
    GnashAudio | Contains information about audio input devices while enumerating information about attached hardware. This class is also referred back to by GnashAudioPrivate to re-access enumerated information |
    GnashAudioPrivate | This class is initialized once a hardware input device is chosen it is more robust than GnashAudio because it has additional room to store important Gstreamer information (pipelines, references to elements, etc.) |
    AudioInputGst | The main AudioInputGst class, which actually doesn't store too much important information (most of that is stored in the GnashAudio and GnashAudioPrivate classes) |
    GstUtil | Generalized Gstreamer utilities for pipeline configuration |
    MediaHandlerGst | GST based MediaHandler |
    ExtraInfoGst | Class to hold extra info found in any stream by the parser |
    EncodedExtraGstData | Class to hold GstBuffer. Takes ownership |
    SimpleTimer | Simple timer used for probe timeout (deprecated) |
    MediaParserGst | Gstreamer based MediaParser |
    VideoConverterGst | Base class for video image space conversion with gst |
    gnashGstBuffer | |
    VideoDecoderGst | GST based VideoDecoder |
    FramerateFraction | |
    WebcamVidFormat | |
    VideoInputGst | |
   haiku | Haiku media kit based media handler module |
    AudioDecoderHaiku | Haiku media kit based AudioDecoder |
    AudioInputHaiku | A class representing a single AudioInput device |
    MediaHandlerHaiku | Haiku based MediaHandler |
    MediaParserHaiku | Haiku media kit based MediaParser |
    VideoConverterHaiku | Base class for video image space conversion |
    VideoDecoderHaiku | Haiku media kit based VideoDecoder |
    VideoInputHaiku | |
   AudioDecoder | Audio decoding base class |
   AudioDecoderSimple | Audio decoding using "simple" internal decoders |
   AudioDecoderSpeex | Audio decoder for the speex codec |
   AudioInput | A class representing a single AudioInput device |
   AudioResampler | VERY crude audio resampler |
   ExtraVideoInfoFlv | Extra video info found in some FLV embedded streams |
   ExtraAudioInfoFlv | Extra audoi info found in some FLV embedded streams |
   FLVParser | Parses FLV streams |
   Id3Info | Contains ID3 data |
   RegisterAllHandlers | |
   MediaHandler | Acts as a factory to provide parser and decoders |
   AudioInfo | Information about an audio stream |
    ExtraInfo | Extra info about an audio stream |
   VideoInfo | Information about a video stream |
    ExtraInfo | Extra info about a video stream |
   EncodedExtraData | |
   EncodedVideoFrame | An encoded video frame |
   EncodedAudioFrame | An encoded audio frame |
   MediaParser | Cursor-based access to encoded media frames |
   SoundInfo | Class containing information about an embedded sound definition |
   ImgBuf | Image buffer wrapper |
   VideoConverter | Abstract base class for video image space conversion |
   VideoDecoder | Abstract base class for embedded video decoders |
   VideoInput | This is the interface for video input devices |
  mergesort | |
  noseek_fd_adapter | |
  NSV | Named String Values |
  plugin | |
   ExternalInterface | |
    invoke_t | |
  Qt4GuiPrefs | |
   PreferencesDialog | |
  renderer | |
   cairo | Cairo renderer namespace |
   DirectFB | |
    Renderer_DirectFB | |
   directfb | |
    DirectFBDevice | |
   gles1 | |
    oglVertex | |
    WholeShape | |
    bitmap_info_ogl | |
    Renderer_gles1 | |
   opengl | |
    oglVertex | |
    Tesselator | |
    WholeShape | |
   openvg | |
    OpenVGBitmap | |
    Renderer_ovg | |
    StyleHandler | Transfer FillStyles to OpenVG styles |
   rawfb | |
    RawFBDevice | |
   vaapi | |
    VaapiDevice | |
   x11 | |
    X11Device | |
   eglVertex | |
   EGLDevice | |
   GnashDevice | |
  rtmp | |
   RTMPHeader | The RTMPHeader contains all the fields for the packet header |
   RTMPPacket | An RTMPPacket class contains a full description of an RTMP packet |
   RTMP | This class is for handling the RTMP protocol |
  sound | Gnash sound handling subsystem (libsound) |
   AOS4_sound_handler | AHI-based sound_handler |
   AuxStream | |
   EmbedSound | Definition of an embedded sound |
   EmbedSoundInst | Instance of a defined sound (EmbedSound) |
   InputStream | A sound input stream |
   LiveSound | Instance of a defined sound (LiveSoundData) |
   Mkit_sound_handler | Mkit media kit based sound_handler |
   NullSoundHandler | Null sound_handler, for testing or manual fetching of samples |
   SDL_sound_handler | SDL-based sound_handler |
   sound_handler | Sound mixer |
   SoundEnvelope | A sound envelope |
   StreamingSound | Instance of a defined sound (StreamingSoundData) |
   StreamingSoundData | Definition of an embedded sound |
   WAVWriter | WAV writer class |
  stats | |
   KeyLookup | |
  SWF | SWF format parsing classes |
   ControlTag | Control tags are swf tags that control the operation of the movie |
   CSMTextSettingsTag | |
   DefineBitsTag | |
   DefineButtonCxformTag | A simple rgb SWFCxForm for SWF2 buttons, superseded by DefineButton2 |
   DefineButtonSoundTag | |
    ButtonSound | |
   ButtonRecord | A class for parsing ButtonRecord, used by DefineButton and DefineButton2 |
   ButtonAction | A class for parsing an ActionRecord |
   DefineButtonTag | A class for parsing DefineButton and DefineButton2 tags |
   DefineButton2Tag | A class for parsing a DefineButton2 tag |
   DefineEditTextTag | SWF Tag DefineEditText (37) |
   DefineFontAlignZonesTag | |
   DefineFontNameTag | Process a DefineFontName tag |
   DefineFontTag | Read and store DefineFont and DefineFont2 tag |
   DefineFontInfoTag | |
   DefineMorphShapeTag | DefineMorphShape tag |
   DefineScalingGridTag | DefineScalingGrid tag |
   DefineSceneAndFrameLabelDataTag | |
   DefineShapeTag | Represents the outline of one or more shapes, along with information on fill and line styles |
   DefineTextTag | Static text definition tag |
   DefineText2Tag | Parse a DefineText2Tag |
   DefineVideoStreamTag | |
   DefinitionTag | Immutable data representing the definition of a movie display element |
   DisplayListTag | DisplayList tag |
   DoABCTag | SWF Tag DoABC (72) |
   DoActionTag | SWF Tag DoAction (12) |
   DoInitActionTag | SWF Tag DoInitAction (59) |
   ExportAssetsTag | |
   ImportAssetsTag | |
   PlaceObject2Tag | SWF Tag PlaceObject (4) or PlaceObject2 (9) |
   RemoveObjectTag | SWF Tag RemoveObject (5) or RemoveObject2 (28) |
   ScriptLimitsTag | Sets the desired limits for recursion and timeout for AS scripts |
   SetBackgroundColorTag | SWF Tag SetBackgroundColor (9) |
   SetTabIndexTag | SetTabIndex tag |
   Subshape | |
   ShapeRecord | Holds information needed to draw a shape |
   SoundInfoRecord | |
   SoundStreamHeadTag | |
   StartSoundTag | SWF Tag StartSound (15) |
   StartSound2Tag | StartSound2Tag (SWF9) |
   StreamSoundBlockTag | SWF Tag StreamSoundBlock (19) |
   SymbolClassTag | SWF Tag SymbolClass (76) |
   TagLoadersTable | Table of SWF tags loaders |
   TextRecord | Store a TextRecord |
    GlyphEntry | |
    RecordCounter | Accumulate the number of glyphs in a TextRecord |
   VideoFrameTag | |
   ActionHandler | |
   SWFHandlers | A singleton containing the supported SWF Action handlers |
  URLAccessManager | Manage a list of URL access configuration |
  utf8 | Utilities to convert between std::string and std::wstring |
  zlib_adapter | Code to wrap zlib compression/decompression around an IOChannel stream |
  GtkExt | |
  AOS4AggGlue | |
  AOS4CairoGlue | |
  AOS4Glue | |
  AOS4Gui | |
  AquaGlue | |
  AquaOglGlue | |
  AquaGui | |
  DumpGui | |
  FltkAggGlue | |
  FltkCairoGlue | |
  FltkGui | |
  GtkGlue | |
  GtkAggGlue | |
  GtkAggVaapiGlue | |
  GtkCairoGlue | |
  GtkGlExtGlue | |
  GtkGui | |
  Gui | Parent class from which all GUI implementations will depend |
  HaikuAggGlue | |
  HaikuGui | |
  NullGui | Null GUI, used when rendering is disabled |
  Player | |
  KdeGlue | |
  KdeAggGlue | |
  KdeOpenGLGlue | |
  qwidget | |
  KdeGui | |
  DrawingWidget | |
  Qt4Glue | |
  Qt4AggGlue | |
  Qt4CairoGlue | |
  Qt4OglGlue | |
  EmbedWidget | |
  Qt4Gui | |
  ScreenShotter | Handles screen dumps |
   NoAction | |
  SdlAggGlue | |
  SdlCairoGlue | |
  SdlGlue | |
  SdlOglGlue | |
  SDLGui | |
  BitsReader | BitsReader is used to encapsulate bit-packed buffer reads |
  CachedBitmap | A CachedBitmap is created by the renderer in a format of its choosing |
  Extension | |
  GcRoot | Abstract class to allow the GC to store "roots" into a container |
  GcResource | Collectable resource |
  GC | Garbage collector singleton |
  CreatePointer | Return a pointer to a type |
  GnashException | Top-level gnash exception |
  MediaException | An exception from MediaHandler subsystem |
  SoundException | An exception from SoundHandler subsystem |
  ParserException | An SWF parsing exception |
  ActionException | An ActionScript error exception |
  ActionLimitException | An ActionScript limit exception |
  ActionTypeError | An ActionScript type error |
  ActionParserException | |
  GnashFactory | A generic factory class for registering and retrieving objects by key |
   RegisterHandler | |
  ScopedPtr | |
  GnashVaapiImage | GnashImage implementation using a VA surface |
  GnashVaapiImageProxy | |
  GnashVaapiTexture | OpenGL texture abstraction |
  IOException | Exception signalling an IO error |
  IOChannel | A virtual IO channel |
  LogFile | |
  HostFunctionReport | |
  NamingPolicy | |
  OverwriteExisting | |
  IncrementalRename | |
  NetworkAdapter | Code to use libcurl as an IOChannel stream |
  RcInitFile | |
  ref_counted | For stuff that's tricky to keep track of w/r/t ownership & cleanup. The only use for this class seems to be for putting derived classes in smart_ptr |
  SharedLib | TODO: document this class |
  SharedMem | |
   Lock | Use to get a scoped semaphore lock on the shared memory |
  SimpleBuffer | A simple buffer of bytes |
  Socket | A simple IOChannel subclass for reading and writing sockets |
  StreamProvider | A StreamProvider makes IOChannels available to the core on request |
  string_table | A general use string table |
   StringID | A tag to identify the key index |
   StringValue | A tag to identify the string index |
   svt | A little helper for indexing |
  StringNoCaseLessThan | A case-insensitive string comparator |
  StringNoCaseEqual | A case-insensitive string equality operator |
  SWFCtype | Facet for SWF-compatible case conversion |
  URL | Uniform Resource Locator |
  WallClockTimer | General-purpose wall-clock timer |
  asException | |
  CodeStreamException | |
  CodeStream | |
  as_environment | Provides information about timeline context |
  as_function | ActionScript Function, either builtin or SWF-defined |
  Trigger | A trigger that can be associated with a property name |
  as_object | The base class for all ActionScript objects |
  IsVisible | Function objects for visiting properties |
  Exists | |
  IsEnumerable | |
  as_value | ActionScript value type |
  IsStrictArray | A visitor to check whether an array is strict or not |
  AsBroadcaster | AsBroadcaster facilities |
  Date_as | |
  BitmapData_as | Implements the BitmapData native type |
  ColorTransform_as | |
  Global_as | The Global object ultimately contains all objects in an ActionScript run |
  Mouse_as | |
  NetConnection_as | NetConnection ActionScript class |
  BufferedAudioStreamer | Buffered AudioStreamer |
   CursoredBuffer | A buffer with a cursor state |
  NetStream_as | NetStream_as ActionScript class |
  PlayHead | The playback controller |
  SharedObjectLibrary | |
  String_as | |
  TextFormat_as | The TextFormat_as Relay type stores text properties |
  XML_as | Implements XML (AS2) and flash.xml.XMLDocument (AS3) class |
  XMLNode_as | A node in an XML tree |
  Bitmap | |
  BitmapMovie | A top-level movie displaying a still bitmap |
  builtin_function | This is a special type of function implementing AS-code in C++ |
  Button | Button implements Flash buttons |
  CharacterProxy | A proxy for DisplayObject pointers |
  ClassHierarchy | Register all of the ActionScript classes, with their dependencies |
   ExtensionClass | |
   NativeClass | |
  PoolGuard | |
  DisplayList | A list of on-stage DisplayObjects, ordered by depth |
  DisplayObject | DisplayObject is the base class for all DisplayList objects |
   MaskRenderer | Render a dynamic mask for a specified DisplayObject |
  DisplayObjectContainer | |
  DragState | What is being dragged and how |
  DynamicShape | Mutable shape |
  event_id | A class to identify 'static' SWF events (system events) |
  ExternalInterface | |
   invoke_t | |
  GradientRecord | |
  BitmapFill | A BitmapFill |
  GradientFill | A GradientFill |
  SolidFill | A SolidFill containing one color |
  FillStyle | FillStyle describes the various fill styles for shapes |
  BitmapFilter | |
  BevelFilter | |
  BlurFilter | |
  ColorMatrixFilter | |
  ConvolutionFilter | |
  DropShadowFilter | |
  GlowFilter | |
  GradientBevelFilter | |
  GradientGlowFilter | |
  kerning_pair | |
  Font | A Font resource |
   FontNameInfo | A pair of strings describing the font |
   GlyphInfo | Glyph info structure |
  FreetypeGlyphsProvider | Truetype font rasterizer/converter based on freetype library |
  TargetGuard | |
  Function | A simple SWF-defined Function |
   Argument | |
  Function2 | Function2 adds extra sauce to ordinary Functions |
  Edge | Defines an edge with a control point and an anchor point |
  Path | A subset of a shape, a series of edges sharing a single set of styles |
  CustomMessage | A custom form of communication with the host application |
  HostMessage | Built-in forms of communication with the host application |
  FsCallback | Abstract base class for FS handlers |
  HostInterface | Abstract base class for hosting app handler |
  InteractiveObject | The base class for interactive objects |
  LineStyle | For the outside of outline shapes, or just bare lines |
  NetworkException | |
  LoadVariablesThread | A manager for loadVariable requests |
  ManualClock | A manually advanced clock |
  MorphShape | A DisplayObject that tweens between two shapes |
  MouseButtonState | Helper to generate mouse events, given mouse state & history |
  Movie | A top-level, standalone Movie that can be loaded and played |
  DepthComparator | |
  movie_root | This class represents the 'Stage' and top-level movie |
   LoadCallback | |
  MovieClip | A MovieClip is a container for DisplayObjects |
  MovieFactory | |
  MovieLibrary | Library of SWF movies indexed by URL strings |
   LibraryItem | |
  MovieLoader | Movie loader |
  NativeFunction | This class implements functions native to the player |
  ObjectURI | A URI for describing as_objects |
   CaseEquals | |
   CaseLessThan | |
   LessThan | |
   Logger | |
  action_buffer | A code segment |
  BitmapMovieDefinition | A "movie" definition for a bitmap file |
  filter_factory | |
  movie_definition | Client program's interface to the definition of a movie or sprite |
  sound_sample | An identifier for a sound sample managed by a sound_handler |
  sprite_definition | Holds the immutable data for a sprite, as read from as SWF stream. @ should not derive from movie_definition, probably! |
  SWFMovieLoader | Helper class handling start and execution of a loading thread |
  CharacterDictionary | The Characters dictionary associated with each SWF file |
  SWFMovieDefinition | Immutable definition of a SWF movie's contents |
  SWFParser | The SWFParser parses tags from a SWFStream |
  GetterSetter | Holder for getter/setter functions |
  Property | An abstract property |
  PropertyVisitor | An abstract property visitor |
  KeyVisitor | An abstract key visitor |
  PropertyList | Set of properties associated with an ActionScript object |
   Case | Identifier for the case-sensitive index |
   CreationOrder | Identifier for the sequenced index |
   KeyExtractor | |
   NoCase | Identifier for the case-insensitive index |
  PropFlags | Flags defining the level of protection of a member |
  Relay | This is the base class for type-specific object data |
  ActiveRelay | A native type that requires periodic updates from the core (movie_root) |
  rgba | A basic RGBA type |
  RunResources | Class to group together per-run and external resources for Gnash |
  Shape | For DisplayObjects that don't store unusual state in their instances |
  StaticText | Static text fields, SWF-defined with read-only text |
  VideoData | |
  swf_event | For embedding event handlers in place_object_2 |
  SWFCxForm | Color transformation record |
  SWFMatrix | |
  SWFMovie | Stateful Movie object (a special kind of sprite) |
  SWFRect | Rectangle class, see swf defined rectangle record |
  SWFStream | SWF stream wrapper class |
  SystemClock | A system-clock based virtual clock |
  TextField | An instance of a DefineEditTextTag |
  Timer | An interval timer |
  Transform | Expresses a stage in a cumulative transformation |
  UserFunction | A UserFunction is a callable function defined in ActionScript |
  Video | VideoStream ActionScript object |
  VirtualClock | A class used to virtualize time flow |
  InterruptableVirtualClock | A VirtualClock wrapper adding pause/resume capabilities |
  TryBlock | |
  With | |
  ActionExec | Executor of an action_buffer |
  CallFrame | A CallFrame is an element of a CallStack |
  ExecutableCode | Any executable code |
  GlobalCode | Global code (out of any function) |
  EventCode | Event code |
  DelayedFunctionCall | This class is used to queue a function call action |
  FunctionArgs | A class to contain transferable arguments for a fn_call |
  fn_call | Parameters/environment for builtin or user-defined functions callable from ActionScript |
  ThisIsNative | Check that the 'this' pointer has a particular native type ('Relay') |
  IsDisplayObject | Check that the 'this' pointer is a DisplayObject |
  ValidThis | Check that the 'this' pointer is not null |
  StackException | |
  SafeStack | |
  VM | The AVM1 virtual machine |
  FrameGuard | |
  DeviceGlue | |
  UinputDevice | |
  InputDevice | |
   input_data_t | |
  MouseDevice | |
  TouchDevice | |
  EventDevice | |
  VaapiContextData | VA context user-data |
  VaapiContext | VA context abstraction |
  VaapiDisplay | VA display abstraction |
  VaapiDisplayGLX | VA/GLX display representation |
  X11Display | X11 display |
  VaapiDisplayX11 | VA/X11 display representation |
  VaapiException | VA exception abstraction |
  VaapiGlobalContext | VA API global context |
  VaapiImage | VA image abstraction |
  VaapiSubpicture | VA subpicture abstraction |
  VaapiRectangle | VA rectangle abstraction |
  VaapiSurfaceImplBase | VA surface base representation |
  VaapiSurface | VA surface abstraction |
  VaapiSurfaceGLX | VA/GLX surface abstraction |
  VaapiSurfaceProxy | VA surface proxy used to release surface to context |
  linear_rgb_interpolator | Interpolate in the linear RGB colorspace |
  Renderer_agg_base | |
  agg_bitmap_info | |
  AggStyle | |
  StyleHandler | |
  agg_mask_style_handler | |
  AddStyles | Style handler |
  UnivocalPath | |
  PathParser | |
  Renderer_cairo | |
  GnashTextureFormat | OpenGL texture format |
  GnashTexture | OpenGL texture abstraction |
  Renderer | Base class for render handlers |
   External | |
   Internal | |
  GnashNPVariant | This class holds ownership of (a copy of) an NPVariant |
  nsPluginInstance | |
  GnashPluginScriptObject | |
 gst | |
 mysqldb | |
 test | |
 _GnashCanvasClass | |
 _GnashViewClass | |
 accumulator_type | An accumulating option value to handle multiple incrementing options |
 Arg_parser | |
  ArgParserException | |
  Option | |
 GnashPrefs | |
 KlashBrowserExtension | |
 KlashEmbed | |
 KlashLiveConnectExtension | |
 KlashPart | |
 KlashView | |
 nsPluginInstance | |
 SwfdecGstDecoder | |