VTK  9.3.20240328
Public Member Functions | List of all members
vtkView::ViewProgressEventCallData Class Reference

A ptr to an instance of ViewProgressEventCallData is provided in the call data when vtkCommand::ViewProgressEvent is fired. More...

#include <vtkView.h>

Public Member Functions

 ViewProgressEventCallData (const char *msg, double progress)
 
 ~ViewProgressEventCallData ()
 
const char * GetProgressMessage () const
 Get the message. More...
 
double GetProgress () const
 Get the progress value in range [0.0, 1.0]. More...
 

Detailed Description

A ptr to an instance of ViewProgressEventCallData is provided in the call data when vtkCommand::ViewProgressEvent is fired.

Definition at line 155 of file vtkView.h.

Constructor & Destructor Documentation

◆ ViewProgressEventCallData()

vtkView::ViewProgressEventCallData::ViewProgressEventCallData ( const char *  msg,
double  progress 
)
inline

Definition at line 162 of file vtkView.h.

◆ ~ViewProgressEventCallData()

vtkView::ViewProgressEventCallData::~ViewProgressEventCallData ( )
inline

Definition at line 167 of file vtkView.h.

Member Function Documentation

◆ GetProgressMessage()

const char* vtkView::ViewProgressEventCallData::GetProgressMessage ( ) const
inline

Get the message.

Definition at line 172 of file vtkView.h.

◆ GetProgress()

double vtkView::ViewProgressEventCallData::GetProgress ( ) const
inline

Get the progress value in range [0.0, 1.0].

Definition at line 177 of file vtkView.h.


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