okteta
#include <operandbytearrayfilterparameterset.h>

Public Member Functions | |
OperandByteArrayFilterParameterSet () | |
virtual | ~OperandByteArrayFilterParameterSet () |
bool | alignAtEnd () const |
virtual const char * | id () const |
QByteArray | operand () const |
int | operandFormat () const |
void | setAlignAtEnd (bool alignAtEnd) |
void | setOperand (const QByteArray &operand) |
void | setOperandFormat (int operandFormat) |
![]() | |
virtual | ~AbstractByteArrayFilterParameterSet () |
Protected Attributes | |
bool | mAlignAtEnd |
QByteArray | mOperand |
int | mOperandFormat |
![]() | |
Private *const | d |
Additional Inherited Members | |
![]() | |
AbstractByteArrayFilterParameterSet () | |
Detailed Description
Definition at line 32 of file operandbytearrayfilterparameterset.h.
Constructor & Destructor Documentation
OperandByteArrayFilterParameterSet::OperandByteArrayFilterParameterSet | ( | ) |
Definition at line 26 of file operandbytearrayfilterparameterset.cpp.
|
virtual |
Definition at line 39 of file operandbytearrayfilterparameterset.cpp.
Member Function Documentation
bool OperandByteArrayFilterParameterSet::alignAtEnd | ( | ) | const |
Definition at line 33 of file operandbytearrayfilterparameterset.cpp.
|
virtual |
Implements AbstractByteArrayFilterParameterSet.
Definition at line 29 of file operandbytearrayfilterparameterset.cpp.
QByteArray OperandByteArrayFilterParameterSet::operand | ( | ) | const |
Definition at line 31 of file operandbytearrayfilterparameterset.cpp.
int OperandByteArrayFilterParameterSet::operandFormat | ( | ) | const |
Definition at line 32 of file operandbytearrayfilterparameterset.cpp.
void OperandByteArrayFilterParameterSet::setAlignAtEnd | ( | bool | alignAtEnd | ) |
Definition at line 37 of file operandbytearrayfilterparameterset.cpp.
void OperandByteArrayFilterParameterSet::setOperand | ( | const QByteArray & | operand | ) |
Definition at line 35 of file operandbytearrayfilterparameterset.cpp.
void OperandByteArrayFilterParameterSet::setOperandFormat | ( | int | operandFormat | ) |
Definition at line 36 of file operandbytearrayfilterparameterset.cpp.
Member Data Documentation
|
protected |
Definition at line 54 of file operandbytearrayfilterparameterset.h.
|
protected |
Definition at line 52 of file operandbytearrayfilterparameterset.h.
|
protected |
Definition at line 53 of file operandbytearrayfilterparameterset.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.