libdcp
Classes | Functions
text_asset.cc File Reference

TextAsset class. More...

#include "compose.hpp"
#include "dcp_assert.h"
#include "load_font_node.h"
#include "raw_convert.h"
#include "reel_asset.h"
#include "text_image.h"
#include "text_string.h"
#include "text_asset.h"
#include "text_asset_internal.h"
#include "util.h"
#include "xml.h"
#include <asdcp/AS_DCP.h>
#include <asdcp/KM_util.h>
#include <libxml++/nodes/element.h>
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/shared_array.hpp>
#include <algorithm>

Go to the source code of this file.

Classes

struct  TextSorter
 

Functions

string string_attribute (xmlpp::Element const *node, string name)
 
optional< string > optional_string_attribute (xmlpp::Element const *node, string name)
 
optional< bool > optional_bool_attribute (xmlpp::Element const *node, string name)
 
template<class T >
optional< T > optional_number_attribute (xmlpp::Element const *node, string name)
 
static void format_xml_node (xmlpp::Node const *node, State &state)
 

Detailed Description

TextAsset class.

Definition in file text_asset.cc.