C# 클래스 MCAEmotiv.GUI.Configurations.StimulusClass

파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter 1 사용 예제들

공개 메소드들

메소드 설명
IsValidLoadPath ( string path ) : bool

Might path be used to load a stimulus class?

RefreshStimuli ( ) : void

Reloads all stimuli from disk

ToString ( ) : string

Returns a loggable textual representation of this object

TryLoad ( string path, StimulusClass &stimulusClass ) : bool

Returns true if a stimulus class was successfully loaded from path

TrySave ( ) : bool

Returns true if this object was successfully saved to disk

UsedStimuli ( QuestionMode questionMode ) : IEnumerable

Retrieves the stimuli from this class that are valid when used with the given question mode

비공개 메소드들

메소드 설명
StimulusClass ( string sourceFolder ) : System

메소드 상세

IsValidLoadPath() 공개 정적인 메소드

Might path be used to load a stimulus class?
public static IsValidLoadPath ( string path ) : bool
path string
리턴 bool

RefreshStimuli() 공개 메소드

Reloads all stimuli from disk
public RefreshStimuli ( ) : void
리턴 void

ToString() 공개 메소드

Returns a loggable textual representation of this object
public ToString ( ) : string
리턴 string

TryLoad() 공개 정적인 메소드

Returns true if a stimulus class was successfully loaded from path
public static TryLoad ( string path, StimulusClass &stimulusClass ) : bool
path string
stimulusClass StimulusClass
리턴 bool

TrySave() 공개 메소드

Returns true if this object was successfully saved to disk
public TrySave ( ) : bool
리턴 bool

UsedStimuli() 공개 메소드

Retrieves the stimuli from this class that are valid when used with the given question mode
public UsedStimuli ( QuestionMode questionMode ) : IEnumerable
questionMode QuestionMode
리턴 IEnumerable