MuseScore  3.4
Music composition and notation
Public Member Functions | Private Attributes | List of all members
OVE::Page Class Reference

#include <ove.h>

Public Member Functions

 Page ()
 
 ~Page ()
 
void setBeginLine (int line)
 
int getBeginLine () const
 
void setLineCount (int count)
 
int getLineCount () const
 
void setLineInterval (int interval)
 
int getLineInterval () const
 
void setStaffInterval (int interval)
 
int getStaffInterval () const
 
void setStaffInlineInterval (int interval)
 
int getStaffInlineInterval () const
 
void setLineBarCount (int count)
 
int getLineBarCount () const
 
void setPageLineCount (int count)
 
int getPageLineCount () const
 
void setLeftMargin (int margin)
 
int getLeftMargin () const
 
void setTopMargin (int margin)
 
int getTopMargin () const
 
void setRightMargin (int margin)
 
int getRightMargin () const
 
void setBottomMargin (int margin)
 
int getBottomMargin () const
 
void setPageWidth (int width)
 
int getPageWidth () const
 
void setPageHeight (int height)
 
int getPageHeight () const
 

Private Attributes

int beginLine_
 
int lineCount_
 
int lineInterval_
 
int staffInterval_
 
int staffInlineInterval_
 
int lineBarCount_
 
int pageLineCount_
 
int leftMargin_
 
int topMargin_
 
int rightMargin_
 
int bottomMargin_
 
int pageWidth_
 
int pageHeight_
 

Constructor & Destructor Documentation

◆ Page()

OVE::Page::Page ( )

◆ ~Page()

OVE::Page::~Page ( )
inline

Member Function Documentation

◆ getBeginLine()

int OVE::Page::getBeginLine ( ) const

◆ getBottomMargin()

int OVE::Page::getBottomMargin ( ) const

◆ getLeftMargin()

int OVE::Page::getLeftMargin ( ) const

◆ getLineBarCount()

int OVE::Page::getLineBarCount ( ) const

◆ getLineCount()

int OVE::Page::getLineCount ( ) const

◆ getLineInterval()

int OVE::Page::getLineInterval ( ) const

◆ getPageHeight()

int OVE::Page::getPageHeight ( ) const

◆ getPageLineCount()

int OVE::Page::getPageLineCount ( ) const

◆ getPageWidth()

int OVE::Page::getPageWidth ( ) const

◆ getRightMargin()

int OVE::Page::getRightMargin ( ) const

◆ getStaffInlineInterval()

int OVE::Page::getStaffInlineInterval ( ) const

◆ getStaffInterval()

int OVE::Page::getStaffInterval ( ) const

◆ getTopMargin()

int OVE::Page::getTopMargin ( ) const

◆ setBeginLine()

void OVE::Page::setBeginLine ( int  line)

◆ setBottomMargin()

void OVE::Page::setBottomMargin ( int  margin)

◆ setLeftMargin()

void OVE::Page::setLeftMargin ( int  margin)

◆ setLineBarCount()

void OVE::Page::setLineBarCount ( int  count)

◆ setLineCount()

void OVE::Page::setLineCount ( int  count)

◆ setLineInterval()

void OVE::Page::setLineInterval ( int  interval)

◆ setPageHeight()

void OVE::Page::setPageHeight ( int  height)

◆ setPageLineCount()

void OVE::Page::setPageLineCount ( int  count)

◆ setPageWidth()

void OVE::Page::setPageWidth ( int  width)

◆ setRightMargin()

void OVE::Page::setRightMargin ( int  margin)

◆ setStaffInlineInterval()

void OVE::Page::setStaffInlineInterval ( int  interval)

◆ setStaffInterval()

void OVE::Page::setStaffInterval ( int  interval)

◆ setTopMargin()

void OVE::Page::setTopMargin ( int  margin)

Member Data Documentation

◆ beginLine_

int OVE::Page::beginLine_
private

◆ bottomMargin_

int OVE::Page::bottomMargin_
private

◆ leftMargin_

int OVE::Page::leftMargin_
private

◆ lineBarCount_

int OVE::Page::lineBarCount_
private

◆ lineCount_

int OVE::Page::lineCount_
private

◆ lineInterval_

int OVE::Page::lineInterval_
private

◆ pageHeight_

int OVE::Page::pageHeight_
private

◆ pageLineCount_

int OVE::Page::pageLineCount_
private

◆ pageWidth_

int OVE::Page::pageWidth_
private

◆ rightMargin_

int OVE::Page::rightMargin_
private

◆ staffInlineInterval_

int OVE::Page::staffInlineInterval_
private

◆ staffInterval_

int OVE::Page::staffInterval_
private

◆ topMargin_

int OVE::Page::topMargin_
private

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