kpilot

KPilotDepthCount Class Reference

#include <options.h>

List of all members.


Public Member Functions

const char * indent () const
 KPilotDepthCount (int level, const char *s)
 KPilotDepthCount (int, int level, const char *s)
int level () const
const char * name () const
 ~KPilotDepthCount ()

Protected Attributes

int fDepth
int fLevel
const char * fName

Static Protected Attributes

static int depth = 0

Detailed Description

Definition at line 76 of file options.h.


Constructor & Destructor Documentation

KPilotDepthCount::KPilotDepthCount ( int  ,
int  level,
const char *  s 
)

Definition at line 111 of file options.cc.

KPilotDepthCount::KPilotDepthCount ( int  level,
const char *  s 
)

Definition at line 126 of file options.cc.

KPilotDepthCount::~KPilotDepthCount (  ) 

Definition at line 138 of file options.cc.


Member Function Documentation

const char * KPilotDepthCount::indent (  )  const

Definition at line 144 of file options.cc.

int KPilotDepthCount::level (  )  const [inline]

Definition at line 84 of file options.h.

const char* KPilotDepthCount::name (  )  const [inline]

Definition at line 83 of file options.h.


Member Data Documentation

int KPilotDepthCount::depth = 0 [static, protected]

Definition at line 84 of file options.h.

int KPilotDepthCount::fDepth [protected]

Definition at line 88 of file options.h.

int KPilotDepthCount::fLevel [protected]

Definition at line 89 of file options.h.

const char* KPilotDepthCount::fName [protected]

Definition at line 90 of file options.h.


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