struct CCL::Text::ListItem

List item.

#include <itextbuilder.h>

struct ListItem: public CCL::Text::Fragment
{
    // construction

    ListItem (TextListType listType, StringRef content, bool encode = true);
};

Inherited Members

public:
    // fields

    TextNodeType nodeType;
    String content;
    tbool encode;
    Variant argument;