style-subject.h revision ad83b521a557c8a2d91c469f74137ca4ff4ab2d1
/**
* \brief Abstraction for different style widget operands
*
* Copyright (C) 2007 MenTaLguY <mental@rydia.net>
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#include "util/glib-list-iterators.h"
#include "libnr/nr-maybe.h"
#include "sp-item.h"
}
StyleSubject();
virtual ~StyleSubject();
}
};
Selection();
~Selection();
};
CurrentLayer();
~CurrentLayer();
GSList *_getLayerSList() const;
};
}
}
}
#endif
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :