golib
0.5
|
Widget that lets the user enter a base file name and an extension and provides for a spin button to enter numbers. The numbers are appended to the base file name and the whole file name can be retrieved with getFilename(). increment() increments the number in the spin button. More...
#include <countfilenames.h>
Public Member Functions | |
void | setBase (const goString &base) |
void | setCount (goIndex_t count) |
void | setSuffix (const goString &suffix) |
void | increment () |
void | getFilename (goString &fRet) const |
void | getBase (goString &ret) const |
void | getSuffix (goString &ret) const |
goIndex_t | getCount () const |
Protected Attributes | |
Gtk::Entry | myBaseEntry |
Gtk::SpinButton | myCount |
Gtk::Entry | mySuffixEntry |
Widget that lets the user enter a base file name and an extension and provides for a spin button to enter numbers. The numbers are appended to the base file name and the whole file name can be retrieved with getFilename(). increment() increments the number in the spin button.