style-subject.h revision 8a1adf2a726fcb429ce4d36d47414206256b10f0
/**
* @file
* 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 <boost/optional.hpp>
#include "sp-item.h"
#include <stddef.h>
}
StyleSubject();
virtual ~StyleSubject();
}
};
Selection();
~Selection();
};
CurrentLayer();
~CurrentLayer();
SPObject *_getLayerSList() const;
};
}
}
}
#endif // SEEN_INKSCAPE_UI_WIDGET_STYLE_SUBJECT_H
/*
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:fileencoding=utf-8:textwidth=99 :