summaryrefslogtreecommitdiff
path: root/include/thmlhtmlhref.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-05-12 08:21:30 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-05-12 08:21:30 -0400
commit7a00574163029c0c2b649878c95d5acbd083564a (patch)
treec13cc5736025834df2874ed87ee8598070025ea6 /include/thmlhtmlhref.h
parentb745315323de9f27538edac9453205ca70e6186e (diff)
Imported Upstream version 1.7.2+dfsg
Diffstat (limited to 'include/thmlhtmlhref.h')
-rw-r--r--include/thmlhtmlhref.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/thmlhtmlhref.h b/include/thmlhtmlhref.h
index 2f91fcd..8ce802e 100644
--- a/include/thmlhtmlhref.h
+++ b/include/thmlhtmlhref.h
@@ -1,8 +1,10 @@
/******************************************************************************
*
- * $Id: thmlhtmlhref.h 2157 2008-05-13 23:37:56Z scribe $
+ * thmlhtmlhref.h - Implementation of ThMLHTMLHREF
*
- * Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
+ * $Id: thmlhtmlhref.h 2833 2013-06-29 06:40:28Z chrislit $
+ *
+ * Copyright 2001-2013 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
* P. O. Box 2528
* Tempe, AZ 85280-2528
@@ -30,6 +32,7 @@ SWORD_NAMESPACE_START
*/
class SWDLLEXPORT ThMLHTMLHREF : public SWBasicFilter {
SWBuf imgPrefix;
+ bool renderNoteNumbers;
protected:
class MyUserData : public BasicFilterUserData {
public:
@@ -48,6 +51,7 @@ public:
ThMLHTMLHREF();
virtual const char *getImagePrefix() { return imgPrefix.c_str(); }
virtual void setImagePrefix(const char *newImgPrefix) { imgPrefix = newImgPrefix; }
+ void setRenderNoteNumbers(bool val = true) { renderNoteNumbers = val; }
};
SWORD_NAMESPACE_END
#endif /* _THMLHTMLHREF_H */