class CCL::CommandSaver

Overview

#include <commandoption.h>

class CommandSaver: private CCL::ITextPromise
{
public:
    // methods

    static void getLocation (Url& path);
    static bool store ();
    static bool restore ();
    static bool exportText (UrlRef path, IUnknownIterator* categories);
};

Inherited Members

public:
    // methods

    virtual void createText (TextBlock& block, StringRef title, VariantRef data) const = 0;

Detailed Documentation

Methods

static void getLocation (Url& path)

file location for user commands

static bool store ()

store user commands

static bool restore ()

restore user commands