#include <presets.h>
List of all members.
Static Public Member Functions |
| static void | PopCommand (LWXPanelID pan, int cid, int cmd) |
| static int | PopCount (void *inst) |
| | PopCount callback for LightWave.
|
| static const char * | PopName (void *inst, int n) |
| | PopUpName name callback for LightWave.
|
Protected Attributes |
| int | index |
Constructor & Destructor Documentation
| lwpp::SimplePreset::SimplePreset |
( |
const char * |
type, |
|
|
const char * |
name |
|
) |
| |
Member Function Documentation
| void lwpp::SimplePreset::doDeletePreset |
( |
void |
| ) |
|
|
protected |
| void lwpp::SimplePreset::doLoadFromPreset |
( |
| ) |
|
|
protected |
| void lwpp::SimplePreset::doLoadPreset |
( |
const char * |
filename, |
|
|
bool |
quiet = false |
|
) |
| |
|
protected |
| void lwpp::SimplePreset::doSaveAsPreset |
( |
| ) |
|
|
protected |
| void lwpp::SimplePreset::doSavePreset |
( |
| ) |
|
|
protected |
| const char* lwpp::PopUpCallback::GetSelectedName |
( |
| ) |
|
|
inlineinherited |
| std::string lwpp::SimplePreset::grabPresetName |
( |
std::string |
filename, |
|
|
std::string |
name |
|
) |
| |
|
protected |
| LWError lwpp::SimplePreset::LoadPreset |
( |
lwpp::LoadState & |
ss, |
|
|
std::string & |
name |
|
) |
| |
|
protected |
| std::string lwpp::SimplePreset::makeFileName |
( |
std::string |
name, |
|
|
int |
type |
|
) |
| |
|
protected |
| std::string lwpp::SimplePreset::makeFilePath |
( |
std::string |
name | ) |
|
|
protected |
| void lwpp::SimplePreset::popCommand |
( |
int |
cid, |
|
|
int |
cmd |
|
) |
| |
|
virtual |
| static int lwpp::PopUpCallback::PopCount |
( |
void * |
inst | ) |
|
|
inlinestaticinherited |
| size_t lwpp::SimplePreset::popCount |
( |
void |
| ) |
|
|
protectedvirtual |
Actual worker function to be supplied by the deriving class.
- Returns:
- The number of items
Implements lwpp::PopUpCallback.
| static const char* lwpp::PopUpCallback::PopName |
( |
void * |
inst, |
|
|
int |
n |
|
) |
| |
|
inlinestaticinherited |
| const char * lwpp::SimplePreset::popName |
( |
int |
n | ) |
|
|
protectedvirtual |
Actual worker function to be supplied by the deriving class.
- Parameters:
-
- Returns:
- The name of the item
Implements lwpp::PopUpCallback.
| LWError lwpp::SimplePreset::SavePreset |
( |
lwpp::SaveState & |
ls, |
|
|
std::string |
name |
|
) |
| |
|
protected |
| void lwpp::SimplePreset::ScanPresets |
( |
std::string |
path | ) |
|
|
protected |
| LWError lwpp::SimplePreset::Setup |
( |
XPanel & |
panel, |
|
|
int |
control |
|
) |
| |
Member Data Documentation
| int lwpp::PopUpCallback::index |
|
protectedinherited |
The documentation for this class was generated from the following files: