#include <TransitionInfoASCII.h>
Inheritance diagram for TransitionInfoASCII::
Public Methods | |
TransitionInfoASCII () | |
Constructor. | |
TransitionInfoASCII (IOInfoASCII ain, IOInfoASCII aout) | |
Constructor. | |
TransitionInfoASCII (const TransitionInfoASCII &t) | |
Copy constructor. | |
~TransitionInfoASCII () | |
Destructor. | |
TransitionInfoASCII & | operator= (const TransitionInfoASCII &t) |
Assignment operator. | |
TransitionInfo * | clone () |
Produces an exact copy of this transition info and returns a pointer to it. | |
QString | getInputsStr () |
Returns a string representing the inputs. | |
QString | getOutputsStr () |
Returns a string representing the outputs. | |
QString | getOutputsStrBin () |
Returns a binary string representing the outputs. | |
QString | getOutputsStrHex () |
Returns a hexadecimal string representing the outputs. | |
QString | getInputsStrASCII () |
Returns an ASCII string representing the inputs. | |
QString | getOutputsStrASCII () |
Returns an ASCII string representing the outputs. | |
void | setInputs (QString, int numin=-1) |
Sets the inputs. | |
void | setOutputs (QString, int numout=-1) |
Sets the outputs. | |
void | setInputsSize (int bits) |
Sets the input size (in bits). | |
void | setOutputsSize (int bits) |
Sets the output size (in bits). | |
bool | matches (IOInfo *) |
Returns TRUE if io matches this transition info, otherwise FALSE. |