Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

helpline_t Class Reference

One line in a help page. More...

#include <struct.h>

List of all members.

Public Member Functions

 helpline_t (u_int32_t, u_int32_t, u_int32_t, char *)
void delchain (void)
helpline_tget_next (void)
void set_next (helpline_t *x_next)
u_int32_t get_flags (void)
void set_flags (u_int32_t x_flags)
u_int32_t get_mask (void)
void set_mask (u_int32_t x_mask)
u_int32_t get_cmd (void)
void set_cmd (u_int32_t x_cmd)
char * get_text (void)
void set_text (char *x_text)

Public Attributes

char line [81]
 Text of the line, 0...80 characters long: fixed buffer.

help_linenext
 Pointer to the next line in the topic.


Private Attributes

u_int32_t flags
u_int32_t mask
u_int32_t cmd
char * text
helpline_tnext


Detailed Description

One line in a help page.

Definition at line 46 of file helpfile.h.


The documentation for this class was generated from the following files:
Generated at Sat Oct 25 20:56:13 2003 for Services using Doxygen.
Services Copyr. 1996-2001 Chip Norkus, Max Byrd, Greg Poma, Michael Graff, James Hess, Dafydd James. All rights reserved See LICENSE for licensing information.