COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Private Attributes | List of all members
covise::FileItem Class Reference

#include <Items.h>

Collaboration diagram for covise::FileItem:
Collaboration graph
[legend]

Public Member Functions

 FileItem ()
 
 FileItem (const string &name, const string &desc, const string &value, const string &mask)
 
string getName ()
 
string getDesc ()
 
string getValue ()
 
string getMask ()
 
coFileBrowserParamgetBrowserPtr ()
 
void setBrowserPtr (coFileBrowserParam *ptr)
 
bool empty ()
 

Private Attributes

string name_
 
string desc_
 
string value_
 
string mask_
 
bool empty_
 
coFileBrowserParambrowserPtr_
 

Constructor & Destructor Documentation

FileItem::FileItem ( )
FileItem::FileItem ( const string name,
const string desc,
const string value,
const string mask 
)

Member Function Documentation

bool FileItem::empty ( )
coFileBrowserParam* covise::FileItem::getBrowserPtr ( )
inline
string covise::FileItem::getDesc ( )
inline
string covise::FileItem::getMask ( )
inline
string covise::FileItem::getName ( )
inline
string covise::FileItem::getValue ( )
inline
void covise::FileItem::setBrowserPtr ( coFileBrowserParam ptr)
inline

Member Data Documentation

coFileBrowserParam* covise::FileItem::browserPtr_
private
string covise::FileItem::desc_
private
bool covise::FileItem::empty_
private
string covise::FileItem::mask_
private
string covise::FileItem::name_
private
string covise::FileItem::value_
private

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