#include <asmformatter.h>
Public Types | |
| enum | LineType { Equ, Instruction, Other } |
Public Member Functions | |
| AsmFormatter () | |
| ~AsmFormatter () | |
| QString | tidyAsm (QStringList lines) |
Static Public Member Functions | |
| static LineType | lineType (QString line) |
Protected Member Functions | |
| QString | tidyInstruction (const QString &line) |
| QString | tidyEqu (const QString &line) |
Static Protected Member Functions | |
| static void | pad (QString &text, int length) |
Protected Attributes | |
| int | m_indentAsmName |
| int | m_indentAsmData |
| int | m_indentEqu |
| int | m_indentEquValue |
| int | m_indentEquComment |
| int | m_indentComment |
Definition at line 45 of file asmformatter.h.
| void AsmFormatter::pad | ( | QString & | text, | |
| int | length | |||
| ) | [static, protected] |
Appends spaces to the end of text until it is greater or equakl to length.
Definition at line 65 of file asmformatter.cpp.
Referenced by tidyInstruction().
1.5.1