LibMusicXML 3.18
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
oahPrefix Class Reference
Inheritance diagram for oahPrefix:
smartable

Public Member Functions

string getPrefixName () const
 
string getPrefixErsatz () const
 
string getPrefixDescription () const
 
virtual void acceptIn (basevisitor *v)
 
virtual void acceptOut (basevisitor *v)
 
virtual void browseData (basevisitor *v)
 
virtual void printPrefixHeader (ostream &os) const
 
virtual void printPrefixEssentials (ostream &os, int fieldWidth) const
 
virtual void print (ostream &os) const
 
virtual void printHelp (ostream &os)
 
- Public Member Functions inherited from smartable
unsigned refs () const
 gives the reference count of the object
 
void addReference ()
 addReference increments the ref count and checks for refCount overflow
 
void removeReference ()
 removeReference delete the object when refCount is zero

 

Static Public Member Functions

static SMARTP< oahPrefixcreate (string prefixName, string prefixErsatz, string prefixDescription)
 

Protected Member Functions

 oahPrefix (string prefixName, string prefixErsatz, string prefixDescription)
 
- Protected Member Functions inherited from smartable
 smartable (const smartable &)
 
virtual ~smartable ()
 destructor checks for non-zero refCount
 
smartableoperator= (const smartable &)
 

Protected Attributes

string fPrefixName
 
string fPrefixErsatz
 
string fPrefixDescription