class CCL::EditModel::FocusSetter

Overview

Sets the first added item as focus item. More…

#include <editmodel.h>

class FocusSetter
{
public:
    // construction

    FocusSetter (EditView& editView);

    // methods

    void operator << (Object* item);
};

Detailed Documentation

Sets the first added item as focus item.

Methods

void operator << (Object* item)

set an item, the first one will get the focus