Verovio
Source code documentation
Public methods that are not listed in the documentation

Public methods that are not listed in the documentation

bool vrv::Toolkit::RenderToDeviceContext (int pageNo, DeviceContext *deviceContext)
 Render the page to the deviceContext. More...
 
Optionsvrv::Toolkit::GetOptionsObj ()
 Return the Options object of the Toolkit instance.
 
void vrv::Toolkit::SetCString (const std::string &data)
 Copy the data to the cstring internal buffer.
 
const char * vrv::Toolkit::GetCString ()
 Return the content of the cstring internal buffer. More...
 
void vrv::Toolkit::GetHumdrum (std::ostream &output)
 Write the Humdrum buffer to the outputstream.
 
void vrv::Toolkit::SetHumdrumBuffer (const char *contents)
 Copy the data to the humdrum internal buffer.
 
const char * vrv::Toolkit::GetHumdrumBuffer ()
 Return the content of the humdrum internal buffer. More...
 
void vrv::Toolkit::ClearHumdrumBuffer ()
 Clear the Humdrum buffer of any contents.
 
void vrv::Toolkit::SetInputFrom (FileFormat format)
 
int vrv::Toolkit::GetInputFrom ()
 Get the input format. More...
 
int vrv::Toolkit::GetOutputTo ()
 
void vrv::Toolkit::SetLocale ()
 Setting the global locale.
 
void vrv::Toolkit::ResetLocale ()
 
void vrv::Toolkit::InitClock ()
 Measuring runtime.
 
void vrv::Toolkit::ResetClock ()
 
double vrv::Toolkit::GetRuntimeInSeconds () const
 
void vrv::Toolkit::LogRuntime () const
 

Detailed Description

Function Documentation

◆ GetCString()

const char* vrv::Toolkit::GetCString ( )

Return the content of the cstring internal buffer.

Return "[unspecified]" if the buffer has not been allocated.

◆ GetHumdrumBuffer()

const char* vrv::Toolkit::GetHumdrumBuffer ( )

Return the content of the humdrum internal buffer.

Return "[empty]" if the buffer has not been allocated.

◆ GetInputFrom()

int vrv::Toolkit::GetInputFrom ( )
inline

Get the input format.

Returns
Input format enumeration

◆ RenderToDeviceContext()

bool vrv::Toolkit::RenderToDeviceContext ( int  pageNo,
DeviceContext deviceContext 
)

Render the page to the deviceContext.

Page number is 1-based.