#include <IFD_RenderStream.h>
Public Member Functions | |
| IFD_RenderStream () | |
| ~IFD_RenderStream () | |
| IFD_RenderStream * | getNext () |
| const IFD_RenderStream * | getNext () const |
| bool | open (IFD_Scene &scene, fpreal now) |
| bool | openCommand (IFD_Scene &scene, const char *cmd, fpreal now) |
| bool | openScript (IFD_Scene &scene, const char *cmd, fpreal now) |
| ostream * | getStream () |
| bool | close () |
| bool | isPipe () const |
| void | kill () |
| void | pause () |
| void | restart () |
| int | getPid () const |
| int | getExitStatus () const |
| const char * | getCommand () const |
| time_t | getStartTime () const |
| bool | isPaused () const |
| bool | isDone () const |
| time_t | getDuration () const |
| UT_NotifierImpl < IFD_StreamEvent & > & | getEventNotifier () |
Static Public Member Functions | |
| static IFD_RenderStream * | getStreamList () |
| static void | pruneList () |
| static void | setClearDoneFlag (bool cleardone) |
| static void | removeStream (const IFD_RenderStream *stream) |
Definition at line 52 of file IFD_RenderStream.h.
| IFD_RenderStream::IFD_RenderStream | ( | ) |
| IFD_RenderStream::~IFD_RenderStream | ( | ) |
| bool IFD_RenderStream::close | ( | ) |
| const char* IFD_RenderStream::getCommand | ( | ) | const [inline] |
Definition at line 77 of file IFD_RenderStream.h.
| time_t IFD_RenderStream::getDuration | ( | ) | const |
| UT_NotifierImpl<IFD_StreamEvent &>& IFD_RenderStream::getEventNotifier | ( | ) | [inline] |
Definition at line 84 of file IFD_RenderStream.h.
| int IFD_RenderStream::getExitStatus | ( | ) | const [inline] |
Definition at line 75 of file IFD_RenderStream.h.
| const IFD_RenderStream* IFD_RenderStream::getNext | ( | ) | const [inline] |
Definition at line 60 of file IFD_RenderStream.h.
| IFD_RenderStream* IFD_RenderStream::getNext | ( | ) | [inline] |
Definition at line 59 of file IFD_RenderStream.h.
| int IFD_RenderStream::getPid | ( | ) | const [inline] |
Definition at line 74 of file IFD_RenderStream.h.
| time_t IFD_RenderStream::getStartTime | ( | ) | const [inline] |
Definition at line 78 of file IFD_RenderStream.h.
| ostream* IFD_RenderStream::getStream | ( | ) | [inline] |
Definition at line 65 of file IFD_RenderStream.h.
| static IFD_RenderStream* IFD_RenderStream::getStreamList | ( | ) | [static] |
| bool IFD_RenderStream::isDone | ( | ) | const [inline] |
Definition at line 80 of file IFD_RenderStream.h.
| bool IFD_RenderStream::isPaused | ( | ) | const [inline] |
Definition at line 79 of file IFD_RenderStream.h.
| bool IFD_RenderStream::isPipe | ( | ) | const [inline] |
Definition at line 68 of file IFD_RenderStream.h.
| void IFD_RenderStream::kill | ( | ) |
| void IFD_RenderStream::pause | ( | ) |
| static void IFD_RenderStream::pruneList | ( | ) | [static] |
| static void IFD_RenderStream::removeStream | ( | const IFD_RenderStream * | stream | ) | [static] |
| void IFD_RenderStream::restart | ( | ) |
| static void IFD_RenderStream::setClearDoneFlag | ( | bool | cleardone | ) | [static] |
1.5.9