Table of Contents

Class SoundPage

Namespace
DevInterface
Assembly
Assembly-CSharp.dll
public class SoundPage : Page, IDevUISignals
Inheritance
SoundPage
Implements
Inherited Members

Constructors

SoundPage(DevUI, string, DevUINode, string)

public SoundPage(DevUI owner, string IDstring, DevUINode parentNode, string name)

Parameters

owner DevUI
IDstring string
parentNode DevUINode
name string

Fields

currFilesPage

public int currFilesPage

Field Value

int

draggedObject

public DevUINode draggedObject

Field Value

DevUINode

fileNames

public string[] fileNames

Field Value

string[]

maxFilesPerPage

public int maxFilesPerPage

Field Value

int

removeIfReleaseObject

public DevUINode removeIfReleaseObject

Field Value

DevUINode

soundType

public int soundType

Field Value

int

soundsPanel

public Panel soundsPanel

Field Value

Panel

totalFilePages

public int totalFilePages

Field Value

int

trashBin

public TrashBin trashBin

Field Value

TrashBin

typeButtons

public AddSoundType[] typeButtons

Field Value

AddSoundType[]

Methods

CreateSoundRep(string)

public void CreateSoundRep(string sampleName)

Parameters

sampleName string

Refresh()

public override void Refresh()

RefreshFilesPage()

public void RefreshFilesPage()

RemoveObject(DevUINode)

public void RemoveObject(DevUINode objRep)

Parameters

objRep DevUINode

Signal(DevUISignalType, DevUINode, string)

public override void Signal(DevUISignalType type, DevUINode sender, string message)

Parameters

type DevUISignalType
sender DevUINode
message string

Update()

public override void Update()