FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
AcPlPlotProgress Class Referenceabstract

#include <AcPlPlotProgress.h>

Inheritance diagram for AcPlPlotProgress:
AcPlPlotProgressDialog

Public Types

enum  PlotCancelStatus { kPlotContinue , kPlotCanceledByCaller , kPlotCanceledByCancelAllButton , kPlotCancelStatusCount }
 
enum  SheetCancelStatus {
  kSheetContinue , kSheetCanceledByCancelButton , kSheetCanceledByCancelAllButton , kSheetCanceledByCaller ,
  kSheetCancelStatusCount
}
 

Public Member Functions

virtual bool isPlotCancelled () const =0
 
virtual void setPlotCancelStatus (PlotCancelStatus Cancel)=0
 
virtual PlotCancelStatus plotCancelStatus () const =0
 
virtual void setPlotProgressRange (int nLower, int nUpper)=0
 
virtual void getPlotProgressRange (int &nLower, int &nUpper) const =0
 
virtual void setPlotProgressPos (int nPos)=0
 
virtual int plotProgressPos () const =0
 
virtual bool isSheetCancelled () const =0
 
virtual void setSheetCancelStatus (SheetCancelStatus Cancel)=0
 
virtual SheetCancelStatus sheetCancelStatus () const =0
 
virtual void setSheetProgressRange (int nLower, int nUpper)=0
 
virtual void getSheetProgressRange (int &nLower, int &nUpper) const =0
 
virtual void setSheetProgressPos (int nPos)=0
 
virtual int sheetProgressPos () const =0
 
virtual bool setIsVisible (bool bVisible)=0
 
virtual bool isVisible () const =0
 
virtual bool setStatusMsgString (const ACHAR *pMsg)=0
 
virtual bool getStatusMsgString (ACHAR *&pMsg) const =0
 
virtual void heartbeat (void)=0
 

Detailed Description

Definition at line 19 of file _impl_include/acad/AcPlPlotProgress.h.

Member Enumeration Documentation

◆ PlotCancelStatus

Enumerator
kPlotContinue 
kPlotCanceledByCaller 
kPlotCanceledByCancelAllButton 
kPlotCancelStatusCount 

Definition at line 22 of file _impl_include/acad/AcPlPlotProgress.h.

◆ SheetCancelStatus

Enumerator
kSheetContinue 
kSheetCanceledByCancelButton 
kSheetCanceledByCancelAllButton 
kSheetCanceledByCaller 
kSheetCancelStatusCount 

Definition at line 28 of file _impl_include/acad/AcPlPlotProgress.h.

Member Function Documentation

◆ getPlotProgressRange()

virtual void AcPlPlotProgress::getPlotProgressRange ( int & nLower,
int & nUpper ) const
pure virtual

◆ getSheetProgressRange()

virtual void AcPlPlotProgress::getSheetProgressRange ( int & nLower,
int & nUpper ) const
pure virtual

◆ getStatusMsgString()

virtual bool AcPlPlotProgress::getStatusMsgString ( ACHAR *& pMsg) const
pure virtual

◆ heartbeat()

virtual void AcPlPlotProgress::heartbeat ( void )
pure virtual

◆ isPlotCancelled()

virtual bool AcPlPlotProgress::isPlotCancelled ( ) const
pure virtual

◆ isSheetCancelled()

virtual bool AcPlPlotProgress::isSheetCancelled ( ) const
pure virtual

◆ isVisible()

virtual bool AcPlPlotProgress::isVisible ( ) const
pure virtual

◆ plotCancelStatus()

virtual PlotCancelStatus AcPlPlotProgress::plotCancelStatus ( ) const
pure virtual

◆ plotProgressPos()

virtual int AcPlPlotProgress::plotProgressPos ( ) const
pure virtual

◆ setIsVisible()

virtual bool AcPlPlotProgress::setIsVisible ( bool bVisible)
pure virtual

◆ setPlotCancelStatus()

virtual void AcPlPlotProgress::setPlotCancelStatus ( PlotCancelStatus Cancel)
pure virtual

◆ setPlotProgressPos()

virtual void AcPlPlotProgress::setPlotProgressPos ( int nPos)
pure virtual

◆ setPlotProgressRange()

virtual void AcPlPlotProgress::setPlotProgressRange ( int nLower,
int nUpper )
pure virtual

◆ setSheetCancelStatus()

virtual void AcPlPlotProgress::setSheetCancelStatus ( SheetCancelStatus Cancel)
pure virtual

◆ setSheetProgressPos()

virtual void AcPlPlotProgress::setSheetProgressPos ( int nPos)
pure virtual

◆ setSheetProgressRange()

virtual void AcPlPlotProgress::setSheetProgressRange ( int nLower,
int nUpper )
pure virtual

◆ setStatusMsgString()

virtual bool AcPlPlotProgress::setStatusMsgString ( const ACHAR * pMsg)
pure virtual

◆ sheetCancelStatus()

virtual SheetCancelStatus AcPlPlotProgress::sheetCancelStatus ( ) const
pure virtual

◆ sheetProgressPos()

virtual int AcPlPlotProgress::sheetProgressPos ( ) const
pure virtual

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