calligraphic-profile-rename.h revision 41c50ef48a4a0aef4ea120f64debbcec1b22d787
/** @file
* @brief Dialog for naming calligraphic profiles
*/
/* Author:
* Aubanel MONNIER
*
* Copyright (C) 2007 Authors
* Released under GNU GPL. Read the file 'COPYING' for more information
*/
#if HAVE_CONFIG_H
# include "config.h"
#endif
#if WITH_GTKMM_3_0
#else
#endif
}
return "CalligraphicProfileRename";
}
static bool applied() {
}
static bool deleted() {
}
return instance()._profile_name;
}
void _close();
void _apply();
void _delete();
#if WITH_GTKMM_3_0
#else
#endif
bool _applied;
bool _deleted;
static CalligraphicProfileRename &instance() {
static CalligraphicProfileRename instance_;
return instance_;
}
};
} // namespace Dialog
} // namespace UI
} // namespace Inkscape
#endif // INKSCAPE_DIALOG_CALLIGRAPHIC_PROFILE_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 :