Public Types | Public Member Functions | Protected Attributes

AP_Dialog_Break Class Reference

#include <ap_Dialog_Break.h>

Inheritance diagram for AP_Dialog_Break:
XAP_Dialog_NonPersistent XAP_Dialog AP_CocoaDialog_Break AP_UnixDialog_Break AP_Win32Dialog_Break

List of all members.

Public Types

enum  tAnswer { a_OK, a_CANCEL }
enum  breakType {
  b_PAGE = 0, b_COLUMN, b_NEXTPAGE, b_CONTINUOUS,
  b_EVENPAGE, b_ODDPAGE
}

Public Member Functions

 AP_Dialog_Break (XAP_DialogFactory *pDlgFactory, XAP_Dialog_Id id)
virtual ~AP_Dialog_Break (void)
virtual void runModal (XAP_Frame *pFrame)=0
AP_Dialog_Break::tAnswer getAnswer (void) const
AP_Dialog_Break::breakType getBreakType (void) const

Protected Attributes

AP_Dialog_Break::tAnswer m_answer
AP_Dialog_Break::breakType m_break

Member Enumeration Documentation

Enumerator:
b_PAGE 
b_COLUMN 
b_NEXTPAGE 
b_CONTINUOUS 
b_EVENPAGE 
b_ODDPAGE 
Enumerator:
a_OK 
a_CANCEL 

Constructor & Destructor Documentation

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

Member Function Documentation

AP_Dialog_Break::tAnswer AP_Dialog_Break::getAnswer ( void   )  const

References m_answer.

Referenced by s_doBreakDlg().

AP_Dialog_Break::breakType AP_Dialog_Break::getBreakType ( void   )  const

References m_break.

Referenced by s_doBreakDlg().

virtual void AP_Dialog_Break::runModal ( XAP_Frame pFrame  )  [pure virtual]

Member Data Documentation


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