BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Attributes | List of all members
com.offsetnull.bt.trigger.TriggerData Class Reference
Inheritance diagram for com.offsetnull.bt.trigger.TriggerData:
Inheritance graph
[legend]
Collaboration diagram for com.offsetnull.bt.trigger.TriggerData:
Collaboration graph
[legend]

Public Member Functions

 TriggerData ()
 
TriggerData copy ()
 
Matcher getMatcher ()
 
boolean equals (Object o)
 
 TriggerData (Parcel in)
 
void readFromParcel (Parcel in)
 
int describeContents ()
 
void writeToParcel (Parcel out, int arg1)
 
void setName (String name)
 
String getName ()
 
void setPattern (String pattern)
 
String getPattern ()
 
void setInterpretAsRegex (boolean interpretAsRegex)
 
boolean isInterpretAsRegex ()
 
void setResponders (List< TriggerResponder > responders)
 
List< TriggerRespondergetResponders ()
 
void setFireOnce (boolean fireOnce)
 
boolean isFireOnce ()
 
void setFired (boolean fired)
 
boolean isFired ()
 
void setHidden (boolean hidden)
 
boolean isHidden ()
 
void setEnabled (boolean enabled)
 
boolean isEnabled ()
 
Pattern getCompiledPattern ()
 
void setSave (boolean save)
 
boolean isSave ()
 
int getSequence ()
 
void setSequence (int sequence)
 
boolean isKeepEvaluating ()
 
void setKeepEvaluating (boolean keepEvaluating)
 
String getGroup ()
 
void setGroup (String group)
 

Static Public Attributes

static final
Parcelable.Creator
< TriggerData
CREATOR
 
static final int DEFAULT_SEQUENCE = 10
 
static final String DEFAULT_GROUP = ""
 
static final boolean DEFAULT_KEEPEVAL = true
 

Constructor & Destructor Documentation

com.offsetnull.bt.trigger.TriggerData.TriggerData ( )

Here is the caller graph for this function:

com.offsetnull.bt.trigger.TriggerData.TriggerData ( Parcel  in)

Here is the call graph for this function:

Member Function Documentation

TriggerData com.offsetnull.bt.trigger.TriggerData.copy ( )

Here is the call graph for this function:

Here is the caller graph for this function:

int com.offsetnull.bt.trigger.TriggerData.describeContents ( )
boolean com.offsetnull.bt.trigger.TriggerData.equals ( Object  o)

Here is the call graph for this function:

Pattern com.offsetnull.bt.trigger.TriggerData.getCompiledPattern ( )
String com.offsetnull.bt.trigger.TriggerData.getGroup ( )
Matcher com.offsetnull.bt.trigger.TriggerData.getMatcher ( )

Here is the caller graph for this function:

String com.offsetnull.bt.trigger.TriggerData.getName ( )

Here is the caller graph for this function:

String com.offsetnull.bt.trigger.TriggerData.getPattern ( )

Here is the caller graph for this function:

List<TriggerResponder> com.offsetnull.bt.trigger.TriggerData.getResponders ( )

Here is the caller graph for this function:

int com.offsetnull.bt.trigger.TriggerData.getSequence ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.trigger.TriggerData.isEnabled ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.trigger.TriggerData.isFired ( )
boolean com.offsetnull.bt.trigger.TriggerData.isFireOnce ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.trigger.TriggerData.isHidden ( )
boolean com.offsetnull.bt.trigger.TriggerData.isInterpretAsRegex ( )

Here is the caller graph for this function:

boolean com.offsetnull.bt.trigger.TriggerData.isKeepEvaluating ( )
boolean com.offsetnull.bt.trigger.TriggerData.isSave ( )
void com.offsetnull.bt.trigger.TriggerData.readFromParcel ( Parcel  in)

Here is the call graph for this function:

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.setEnabled ( boolean  enabled)

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.setFired ( boolean  fired)
void com.offsetnull.bt.trigger.TriggerData.setFireOnce ( boolean  fireOnce)

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.setGroup ( String  group)

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.setHidden ( boolean  hidden)

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.setInterpretAsRegex ( boolean  interpretAsRegex)

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.setKeepEvaluating ( boolean  keepEvaluating)

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.setName ( String  name)

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.setPattern ( String  pattern)

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.setResponders ( List< TriggerResponder responders)

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.setSave ( boolean  save)
void com.offsetnull.bt.trigger.TriggerData.setSequence ( int  sequence)

Here is the caller graph for this function:

void com.offsetnull.bt.trigger.TriggerData.writeToParcel ( Parcel  out,
int  arg1 
)

Member Data Documentation

final Parcelable.Creator<TriggerData> com.offsetnull.bt.trigger.TriggerData.CREATOR
static
Initial value:
= new Parcelable.Creator<TriggerData>() {
public TriggerData createFromParcel(Parcel arg0) {
return new TriggerData(arg0);
}
public TriggerData[] newArray(int arg0) {
return new TriggerData[arg0];
}
}
final String com.offsetnull.bt.trigger.TriggerData.DEFAULT_GROUP = ""
static
final boolean com.offsetnull.bt.trigger.TriggerData.DEFAULT_KEEPEVAL = true
static
final int com.offsetnull.bt.trigger.TriggerData.DEFAULT_SEQUENCE = 10
static

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