#include <Separator.H>
|
| HSeparator (void) |
|
| HSeparator (int count) |
|
void | hSepAlloc (int count) |
|
| ~Separator (void) |
|
| LinkList (void) |
| Initialiser This is for the first element - links to itself. More...
|
|
virtual | ~LinkList (void) |
| Small cleanup ... More...
|
|
void | add (GtkWidget * newElement) |
| Adds as the current element ... Added to the next of the current lug. More...
|
|
GtkWidget * | change (GtkWidget * changeElement) |
| exchange lugs The current lug is replaced with this lug. More...
|
|
GtkWidget * | remove (void) |
| remove the current lug from the LinkList The current lug is removed form the list and passed back to the caller. More...
|
|
GtkWidget * | current (void) |
| return a pointer to the current lug More...
|
|
GtkWidget * | next (void) |
| Return a pointer to the next lug and move on to that lug Increments according to dir (either forward or backwards). More...
|
|
GtkWidget * | prev (void) |
| Return a pointer to the previous lug and move to that lug Increments against dir (either forward or backwards). More...
|
|
GtkWidget * | grab (int i) |
| returns the i'th lug in the chain irrespective of direction More...
|
|
int | getCount (void) |
|
GtkWidget * | getEnd () |
|
- Examples:
- SeparatorTest.C.
Definition at line 56 of file Separator.H.
◆ HSeparator() [1/2]
HSeparator::HSeparator |
( |
void |
| ) |
|
|
inline |
◆ HSeparator() [2/2]
HSeparator::HSeparator |
( |
int |
count | ) |
|
|
inline |
◆ hSepAlloc()
void HSeparator::hSepAlloc |
( |
int |
count | ) |
|
|
inline |
The documentation for this class was generated from the following file: