Public Member Functions | Protected Types | Protected Slots | Protected Member Functions | Protected Attributes

LaTeXTableDialog Class Reference

#include <dialogs.h>

List of all members.

Public Member Functions

 LaTeXTableDialog (Editor *parent, const QSharedPointer< ITransitionTable > &table)
QString text () const

Protected Types

enum  EViewType {
  eStringTable,
  eLaTeXTable
}

Protected Slots

void copyAll ()
void switchView ()

Protected Member Functions

void setViewText ()

Protected Attributes

QSharedPointer< ITransitionTablem_pTable
QPushButton * m_switchButton
QTextEdit * m_textEdit
EViewType m_viewType

Detailed Description

Definition at line 164 of file dialogs.h.


Member Enumeration Documentation

enum LaTeXTableDialog::EViewType [protected]
Enumerator:
eStringTable 
eLaTeXTable 

Definition at line 181 of file dialogs.h.


Constructor & Destructor Documentation

LaTeXTableDialog::LaTeXTableDialog ( Editor parent,
const QSharedPointer< ITransitionTable > &  table 
)

Definition at line 648 of file dialogs.cpp.

References copyAll(), eStringTable, m_switchButton, m_textEdit, m_viewType, setViewText(), and switchView().

Here is the call graph for this function:


Member Function Documentation

void LaTeXTableDialog::copyAll (  )  [protected, slot]

Definition at line 709 of file dialogs.cpp.

References m_textEdit.

Referenced by LaTeXTableDialog().

Here is the caller graph for this function:

void LaTeXTableDialog::setViewText (  )  [protected]

Definition at line 683 of file dialogs.cpp.

References eLaTeXTable, eStringTable, m_pTable, m_textEdit, and m_viewType.

Referenced by LaTeXTableDialog(), and switchView().

Here is the caller graph for this function:

void LaTeXTableDialog::switchView (  )  [protected, slot]

Definition at line 698 of file dialogs.cpp.

References eLaTeXTable, eStringTable, m_switchButton, m_viewType, and setViewText().

Referenced by LaTeXTableDialog().

Here is the call graph for this function:

Here is the caller graph for this function:

QString LaTeXTableDialog::text (  )  const

Definition at line 678 of file dialogs.cpp.

References m_textEdit.


Member Data Documentation

QSharedPointer<ITransitionTable> LaTeXTableDialog::m_pTable [protected]

Definition at line 179 of file dialogs.h.

Referenced by setViewText().

QPushButton* LaTeXTableDialog::m_switchButton [protected]

Definition at line 177 of file dialogs.h.

Referenced by LaTeXTableDialog(), and switchView().

QTextEdit* LaTeXTableDialog::m_textEdit [protected]

Definition at line 176 of file dialogs.h.

Referenced by copyAll(), LaTeXTableDialog(), setViewText(), and text().

Definition at line 182 of file dialogs.h.

Referenced by LaTeXTableDialog(), setViewText(), and switchView().


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