Modernization cleanup.

This commit is contained in:
Jim Evins
2017-04-10 22:43:34 -04:00
parent b17cea7ace
commit 4d194f72e9
34 changed files with 110 additions and 109 deletions
+7 -7
View File
@@ -83,7 +83,7 @@ namespace glbarcode
*
* @sa setShowText()
*/
bool showText( void ) const;
bool showText() const;
/**
@@ -105,7 +105,7 @@ namespace glbarcode
*
* @sa setChecksum()
*/
bool checksum( void ) const;
bool checksum() const;
/**
@@ -138,7 +138,7 @@ namespace glbarcode
*
* @sa setIsEmpty()
*/
bool isEmpty( void ) const;
bool isEmpty() const;
/**
@@ -149,7 +149,7 @@ namespace glbarcode
*
* @sa setIsDataValid()
*/
bool isDataValid( void ) const;
bool isDataValid() const;
/**
@@ -159,7 +159,7 @@ namespace glbarcode
*
* @sa setWidth()
*/
double width( void ) const;
double width() const;
/**
@@ -169,14 +169,14 @@ namespace glbarcode
*
* @sa setHeight()
*/
double height( void ) const;
double height() const;
protected:
/**
* Clear drawing primitives.
*/
void clear( void );
void clear();
/**