okteta
OsdChildrenParser Class Reference
  #include <osdparser.h>
Inheritance diagram for OsdChildrenParser:

Public Member Functions | |
| OsdChildrenParser (const OsdParserInfo &info, QDomElement firstChild) | |
| virtual | ~OsdChildrenParser () | 
| virtual bool | hasNext () | 
| virtual DataInformation * | next () | 
| virtual void | setParent (DataInformation *newParent) | 
  Public Member Functions inherited from ChildrenParser | |
| virtual | ~ChildrenParser () | 
Protected Attributes | |
| QDomElement | mElem | 
| OsdParserInfo | mInfo | 
Detailed Description
Definition at line 100 of file osdparser.h.
Constructor & Destructor Documentation
| OsdChildrenParser::OsdChildrenParser | ( | const OsdParserInfo & | info, | 
| QDomElement | firstChild | ||
| ) | 
Definition at line 557 of file osdparser.cpp.
      
  | 
  virtual | 
Definition at line 578 of file osdparser.cpp.
Member Function Documentation
      
  | 
  virtual | 
Implements ChildrenParser.
Reimplemented in SingleElementOsdChildrenParser.
Definition at line 582 of file osdparser.cpp.
      
  | 
  virtual | 
Implements ChildrenParser.
Reimplemented in SingleElementOsdChildrenParser.
Definition at line 562 of file osdparser.cpp.
      
  | 
  virtual | 
Implements ChildrenParser.
Definition at line 591 of file osdparser.cpp.
Member Data Documentation
      
  | 
  protected | 
Definition at line 109 of file osdparser.h.
      
  | 
  protected | 
Definition at line 108 of file osdparser.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from