Public Types | Public Member Functions | Static Public Member Functions | Private Attributes

AP_Dialog_FormatFootnotes Class Reference

#include <ap_Dialog_FormatFootnotes.h>

Inheritance diagram for AP_Dialog_FormatFootnotes:
XAP_Dialog_NonPersistent XAP_Dialog AP_CocoaDialog_FormatFootnotes AP_UnixDialog_FormatFootnotes AP_Win32Dialog_FormatFootnotes

List of all members.

Public Types

enum  tAnswer { a_OK = 0, a_CANCEL = 1, a_DELETE = 2 }

Public Member Functions

 AP_Dialog_FormatFootnotes (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id)
virtual ~AP_Dialog_FormatFootnotes (void)
virtual void runModal (XAP_Frame *pFrame)=0
tAnswer getAnswer (void) const
void setAnswer (tAnswer a)
void setFrame (XAP_Frame *pFrame)
void setFootnoteVal (UT_sint32 iVal)
UT_sint32 getFootnoteVal (void)
void getFootnoteValString (UT_String &sVal)
void setFootnoteType (FootnoteType iFootType)
FootnoteType getFootnoteType (void)
void setRestartFootnoteOnSection (bool bVal)
bool getRestartFootnoteOnSection (void)
void setRestartFootnoteOnPage (bool bVal)
bool getRestartFootnoteOnPage (void)
void setEndnoteVal (UT_sint32 iVal)
UT_sint32 getEndnoteVal (void)
void getEndnoteValString (UT_String &sVal)
void setEndnoteType (FootnoteType iFootType)
FootnoteType getEndnoteType (void)
void setRestartEndnoteOnSection (bool bVal)
bool getRestartEndnoteOnSection (void)
void setRestartEndnoteOnPage (bool bVal)
bool getRestartEndnoteOnPage (void)
void setPlaceAtDocEnd (bool bVal)
bool getPlaceAtDocEnd (void)
void setPlaceAtSecEnd (bool bVal)
bool getPlaceAtSecEnd (void)
void recalcTextValues (void)
void updateDocWithValues (void)
void setInitialValues (void)

Static Public Member Functions

static const FootnoteTypeDescgetFootnoteTypeLabelList (void)

Private Attributes

tAnswer m_answer
FL_DocLayoutm_pDocLayout
XAP_Framem_pFrame
FV_Viewm_pView
PD_Documentm_pDoc
UT_sint32 m_iFootnoteVal
UT_String m_sFootnoteVal
FootnoteType m_iFootnoteType
bool m_bRestartFootSection
bool m_bRestartFootPage
UT_sint32 m_iEndnoteVal
UT_String m_sEndnoteVal
FootnoteType m_iEndnoteType
bool m_bRestartEndSection
bool m_bPlaceAtDocEnd
bool m_bPlaceAtSecEnd

Member Enumeration Documentation

Enumerator:
a_OK 
a_CANCEL 
a_DELETE 

Constructor & Destructor Documentation

AP_Dialog_FormatFootnotes::AP_Dialog_FormatFootnotes ( XAP_DialogFactory pDlgFactory,
XAP_Dialog_Id  id 
)
AP_Dialog_FormatFootnotes::~AP_Dialog_FormatFootnotes ( void   )  [virtual]

Member Function Documentation

AP_Dialog_FormatFootnotes::tAnswer AP_Dialog_FormatFootnotes::getAnswer ( void   )  const

References m_answer.

Referenced by Defun1().

void AP_Dialog_FormatFootnotes::getEndnoteValString ( UT_String sVal  ) 

References m_sEndnoteVal.

void AP_Dialog_FormatFootnotes::getFootnoteValString ( UT_String sVal  ) 

References m_sFootnoteVal.

bool AP_Dialog_FormatFootnotes::getPlaceAtDocEnd ( void   ) 
bool AP_Dialog_FormatFootnotes::getPlaceAtSecEnd ( void   ) 
bool AP_Dialog_FormatFootnotes::getRestartEndnoteOnPage ( void   ) 
bool AP_Dialog_FormatFootnotes::getRestartEndnoteOnSection ( void   ) 
bool AP_Dialog_FormatFootnotes::getRestartFootnoteOnPage ( void   ) 
bool AP_Dialog_FormatFootnotes::getRestartFootnoteOnSection ( void   ) 
virtual void AP_Dialog_FormatFootnotes::runModal ( XAP_Frame pFrame  )  [pure virtual]
void AP_Dialog_FormatFootnotes::setRestartEndnoteOnPage ( bool  bVal  ) 
void AP_Dialog_FormatFootnotes::setRestartEndnoteOnSection ( bool  bVal  ) 

Member Data Documentation


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