textEdit Class Reference
text editor main window more...
Public Member FunctionsPublic Attributes
Detailed Descriptionthe main window of a text editor. The text can be accessed via the Class textDisplay. Member Documentation
head class of the drawing This class is the main class of the text file. It holds all relevant information.
textDisplay
string textEdit::filename
filename This string hold the current filename.
void textEdit::hideToolBar(string name)
hide tool bar Hides the named toolbar.
void textEdit::showToolBar(string name)
show tool bar Shows the named toolbar.
void textEdit::toolBarAdd(string name,string buttons)
add tool bar Add a new tool bar, separate multipli buttons with a ';'.
layout->toolBarAdd("my toolbar","New Layout;Zoom Mouse;Code 39;Quit");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |