![]() |
Verovio
Source code 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... | |
| Options * | vrv::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. | |
| 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 |
| const char* vrv::Toolkit::GetCString | ( | ) |
Return the content of the cstring internal buffer.
Return "[unspecified]" if the buffer has not been allocated.
| const char* vrv::Toolkit::GetHumdrumBuffer | ( | ) |
Return the content of the humdrum internal buffer.
Return "[empty]" if the buffer has not been allocated.
|
inline |
Get the input format.
| bool vrv::Toolkit::RenderToDeviceContext | ( | int | pageNo, |
| DeviceContext * | deviceContext | ||
| ) |
Render the page to the deviceContext.
Page number is 1-based.