golib  0.5
goGUI::CountFilenames Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following files: