#include <Separator.H>
|
| | VSeparator (void) |
| |
| | VSeparator (int count) |
| |
| void | vSepAlloc (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 () |
| |
Definition at line 36 of file Separator.H.
◆ VSeparator() [1/2]
| VSeparator::VSeparator |
( |
void |
| ) |
|
|
inline |
◆ VSeparator() [2/2]
| VSeparator::VSeparator |
( |
int |
count | ) |
|
|
inline |
◆ vSepAlloc()
| void VSeparator::vSepAlloc |
( |
int |
count | ) |
|
|
inline |
The documentation for this class was generated from the following file: