OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
Dx8::Style Class Referencefinal

#include <style.h>

Classes

struct  Part
 

Public Member Functions

 Style (Riff &riff)
 
const PartfindPart (const GUID &guid) const
 

Public Attributes

GUID guid
 
DMUS_IO_STYLE styh
 
std::vector< Bandband
 
std::vector< Partparts
 
std::vector< Patternpatterns
 

Detailed Description

Definition at line 15 of file style.h.

Constructor & Destructor Documentation

◆ Style()

Style::Style ( Riff riff)

Definition at line 21 of file style.cpp.

Member Function Documentation

◆ findPart()

const Style::Part * Style::findPart ( const GUID guid) const

Definition at line 49 of file style.cpp.

Member Data Documentation

◆ band

std::vector<Band> Dx8::Style::band

Definition at line 29 of file style.h.

◆ guid

GUID Dx8::Style::guid

Definition at line 27 of file style.h.

◆ parts

std::vector<Part> Dx8::Style::parts

Definition at line 30 of file style.h.

◆ patterns

std::vector<Pattern> Dx8::Style::patterns

Definition at line 31 of file style.h.

◆ styh

DMUS_IO_STYLE Dx8::Style::styh

Definition at line 28 of file style.h.


The documentation for this class was generated from the following files: